Building a Hand-written Digit Recognition Web App with Tensorflow
https://medium.com/@talhaquddoos/building-a-hand-written-digit-recognition-web-app-with-tensorflow-8b51b0b95fdf
https://medium.com/@talhaquddoos/building-a-hand-written-digit-recognition-web-app-with-tensorflow-8b51b0b95fdf
Medium
Building a Hand-written Digit Recognition Web App with Tensorflow
Long ago, I built a hand-written digit recognition web app using Flask and TensorFlow. It was my first ML project as a beginner which…
Separate function handler modules when using Python Socketio
https://levelup.gitconnected.com/separate-function-handler-modules-when-using-python-socketio-3b2825b69537
https://levelup.gitconnected.com/separate-function-handler-modules-when-using-python-socketio-3b2825b69537
Medium
Separate function handler modules when using Python Socketio
In this article, I will show you how you can have separate modules for your Socketio event handlers. Rather than keeping them all in the same file. In this example I will be using SocketIO alongside…
This One Line Of Python Code Will Get You The Best Stocks In The World For Free
https://medium.com/@alains/this-one-line-of-python-code-will-get-you-the-best-stocks-in-the-world-for-free-125062a495ce
https://medium.com/@alains/this-one-line-of-python-code-will-get-you-the-best-stocks-in-the-world-for-free-125062a495ce
Medium
This One Line Of Python Code Will Get You The Best Stocks In The World For Free
It is so easy to use, that even a non-programmer can do it.
Case Study: Determination of Short Tail Keywords for Marketing
https://medium.com/@shajithali/case-study-determination-of-short-tail-keywords-for-marketing-300243a43d1b
https://medium.com/@shajithali/case-study-determination-of-short-tail-keywords-for-marketing-300243a43d1b
Medium
Case Study: Determination of Short Tail Keywords for Marketing
Ross, the marketing director of an artificial intelligence (AI) conference, had to report to the board with recommendations for short tail…
Case Study: Removing Inconsistencies in Concrete Compressive Strength
https://medium.com/@shajithali/case-study-removing-inconsistencies-in-concrete-compressive-strength-5a76db3a7b35
https://medium.com/@shajithali/case-study-removing-inconsistencies-in-concrete-compressive-strength-5a76db3a7b35
Medium
Case Study: Removing Inconsistencies in Concrete Compressive Strength
Andrew had an hour-long meeting with Smith regarding the frequent complaints he had been receiving from their existing clientele. Smith was…
Case Study: Cycle Sharing Scheme — Determining Brand Persona
https://medium.com/@shajithali/case-study-cycle-sharing-scheme-determining-brand-persona-c76b35e16a9c
https://medium.com/@shajithali/case-study-cycle-sharing-scheme-determining-brand-persona-c76b35e16a9c
Medium
Case Study: Cycle Sharing Scheme — Determining Brand Persona
Nancy and Eric were assigned with the huge task of determining the brand persona for a new cycle share scheme. They had to present their…
Principal Component Analysis (PCA) [NLP, Python]
https://medium.com/@yashj302/principal-component-analysis-pca-nlp-python-ce9caa58bd7a
https://medium.com/@yashj302/principal-component-analysis-pca-nlp-python-ce9caa58bd7a
Medium
Principal Component Analysis (PCA) [NLP, Python]
It’s a common practice of reducing the dimension, PCA is an unsupervised learning algorithm that is commonly used for this.
파이썬을 이용하여 웹 크롤러 만들기 #1 — Python 설치 및 환경 설정
https://medium.com/@if.else/%ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-%EC%9B%B9-%ED%81%AC%EB%A1%A4%EB%9F%AC-%EB%A7%8C%EB%93%A4%EA%B8%B0-1-python-%EC%84%A4%EC%B9%98-%EB%B0%8F-%ED%99%98%EA%B2%BD-%EC%84%A4%EC%A0%95-1c4527c527ec
https://medium.com/@if.else/%ED%8C%8C%EC%9D%B4%EC%8D%AC%EC%9D%84-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-%EC%9B%B9-%ED%81%AC%EB%A1%A4%EB%9F%AC-%EB%A7%8C%EB%93%A4%EA%B8%B0-1-python-%EC%84%A4%EC%B9%98-%EB%B0%8F-%ED%99%98%EA%B2%BD-%EC%84%A4%EC%A0%95-1c4527c527ec
Medium
파이썬을 이용하여 웹 크롤러 만들기 #1 — Python 설치 및 환경 설정
안녕하세요, if.else 입니다.
Longest Substring Without Repeating Characters: Leetcode — Blind 75 (Sliding Window)
https://medium.com/@ektadhobley/longest-substring-without-repeating-characters-leetcode-blind-75-sliding-window-3bf7bfa5e29e
https://medium.com/@ektadhobley/longest-substring-without-repeating-characters-leetcode-blind-75-sliding-window-3bf7bfa5e29e
Medium
Longest Substring Without Repeating Characters: Leetcode — Blind 75 (Sliding Window)
Question Link
Master this Simple Yet Powerful Technique on Your Data Science Journey
https://medium.datadriveninvestor.com/master-this-simple-yet-powerful-technique-on-your-data-science-journey-2db0de878c74
https://medium.datadriveninvestor.com/master-this-simple-yet-powerful-technique-on-your-data-science-journey-2db0de878c74
Medium
Master this Simple Yet Powerful Technique on Your Data Science Journey
How to Achieve Your Data Science Goals in Business Departments
Time Series Forecasting with Python (Part 3)
https://medium.com/@designbynattapong/time-series-forecasting-with-python-part-3-c5f26922bf1f
https://medium.com/@designbynattapong/time-series-forecasting-with-python-part-3-c5f26922bf1f
Medium
Time Series Forecasting with Python (Part 3)
ARIMA and Prophet by Python