Why Python is useful for FinTech Applications
https://botreetechnologies.medium.com/why-python-is-useful-for-fintech-applications-2647eb9b64d5
https://botreetechnologies.medium.com/why-python-is-useful-for-fintech-applications-2647eb9b64d5
Medium
Why Python is useful for FinTech Applications
The worldwide FinTech market was estimated to be around $127.66 billion and is expected to reach $309.98 billion at a CAGR of 24.8%, a…
Predicting Heart Failure using Classification Techniques
https://medium.com/@spjoshis/predicting-heart-failure-using-classification-techniques-a0ebf0a52660
https://medium.com/@spjoshis/predicting-heart-failure-using-classification-techniques-a0ebf0a52660
Medium
Predicting Heart Failure using Classification Techniques
Machine Learning Kaggle Notebook
5 things I learned by analysing Kaggle’s 2020 Machine Learning and Data Science Survey
https://medium.com/nerd-for-tech/5-things-i-learned-by-analysing-kaggles-2020-machine-learning-and-data-science-survey-63311fbe4345
https://medium.com/nerd-for-tech/5-things-i-learned-by-analysing-kaggles-2020-machine-learning-and-data-science-survey-63311fbe4345
Medium
5 things I learned by analysing Kaggle’s 2020 Machine Learning and Data Science Survey
By Huey Fern Tay
Image Recognition with Convolutional Neural Network in Tensorflow
https://cming0721.medium.com/image-recognition-with-convolutional-neural-network-in-tensorflow-b042e2d7c7f0
https://cming0721.medium.com/image-recognition-with-convolutional-neural-network-in-tensorflow-b042e2d7c7f0
Medium
Image Recognition with Convolutional Neural Network in Tensorflow
Hello everyone, today we are going to look at machine learning model on image recognition, more specifically convolutional neural…
Building a CLI tool Love Calculator(FLAMES) using Python
https://deepak-v.medium.com/building-a-cli-tool-love-calculator-flames-using-python-39419e7f1f64
https://deepak-v.medium.com/building-a-cli-tool-love-calculator-flames-using-python-39419e7f1f64
Medium
Building a CLI tool Love Calculator(FLAMES) using Python
During COVID, I started to learn Python programming. Just to impress my girlfriend, I thought to create a simple love calculator. There…
Python Top 5 Resources for Beginners
https://medium.com/data-engineering-ramstkp/python-top-5-resources-for-beginners-4368cc90831
https://medium.com/data-engineering-ramstkp/python-top-5-resources-for-beginners-4368cc90831
Medium
Python Top 5 Resources for Beginners
Probably the largest hurdle when learning any new programming language is simply knowing where to get started. Python became prominent in…
Automated news-following trading strategy using sentiment analysis
https://medium.com/lemon-markets/automated-news-following-trading-strategy-using-sentiment-analysis-5940e86e4333
https://medium.com/lemon-markets/automated-news-following-trading-strategy-using-sentiment-analysis-5940e86e4333
Medium
Automated news-following trading strategy using sentiment analysis
In this project we’ll build a sentiment analysis strategy that autonomously trades based on news headlines. We show you how to:
Transformers and the future of conversational AI
https://ximnet.medium.com/transformers-and-the-future-of-conversational-ai-66ba6ef04fbb
https://ximnet.medium.com/transformers-and-the-future-of-conversational-ai-66ba6ef04fbb
Medium
Transformers and the future of conversational AI
Getting started with AI has never been easier
How to Build Your Personal AI Assistant Using Python
https://python.plainenglish.io/how-to-build-your-personal-ai-assistant-using-python-96b0066d5e6b
https://python.plainenglish.io/how-to-build-your-personal-ai-assistant-using-python-96b0066d5e6b
Medium
How to Build Your Personal AI Assistant Using Python
Part I: A guide on setting up our J.A.R.V.I.S using Python.
Multi-tasking in Python: speed up your program 10x by executing things simultaneously
https://mikehuls.medium.com/multi-tasking-in-python-speed-up-your-program-10x-by-executing-things-simultaneously-4b4fc7ee71e
https://mikehuls.medium.com/multi-tasking-in-python-speed-up-your-program-10x-by-executing-things-simultaneously-4b4fc7ee71e
Medium
Multi-tasking in Python: speed up your program 10x by executing things simultaneously
Step-by-step guide to apply threads and processes to speed up your code
Advanced multi-tasking in Python: applying and benchmarking threadpools and processpools
https://mikehuls.medium.com/advanced-multi-tasking-in-python-applying-and-benchmarking-threadpools-and-processpools-90452e0f7d40
https://mikehuls.medium.com/advanced-multi-tasking-in-python-applying-and-benchmarking-threadpools-and-processpools-90452e0f7d40
Medium
Advanced multi-tasking in Python: applying and benchmarking threadpools and processpools
How to use a pool and determine which one is best for your code
Symspell을 이용한 한글 맞춤법 교정 2 — 복합어와 띄어쓰기 교정
https://heegyukim.medium.com/symspell%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-%ED%95%9C%EA%B8%80-%EB%A7%9E%EC%B6%A4%EB%B2%95-%EA%B5%90%EC%A0%95-2-%EB%B3%B5%ED%95%A9%EC%96%B4%EC%99%80-%EB%9D%84%EC%96%B4%EC%93%B0%EA%B8%B0-%EA%B5%90%EC%A0%95-7605ec2fcebc
https://heegyukim.medium.com/symspell%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%9C-%ED%95%9C%EA%B8%80-%EB%A7%9E%EC%B6%A4%EB%B2%95-%EA%B5%90%EC%A0%95-2-%EB%B3%B5%ED%95%A9%EC%96%B4%EC%99%80-%EB%9D%84%EC%96%B4%EC%93%B0%EA%B8%B0-%EA%B5%90%EC%A0%95-7605ec2fcebc
Medium
Symspell을 이용한 한글 맞춤법 교정 2 — 복합어와 띄어쓰기 교정
이전 글에서는 한 어절에 대해 오타교정을 하는 방법에 대해서 알아봤습니다. 하지만 띄어쓰기 오류는 해결할 수 없었는데요, 이를 위해 이번 글에서는 SymSpell에서 제공하는 또다른 기능인 복합어 교정과 단어 분할에 대해서 알아보겠습니다.