Introduction to Machine Learning and Artificial Intelligence
https://prashant-verma.medium.com/introduction-to-machine-learning-and-artificial-intelligence-54dd08c379ca
https://prashant-verma.medium.com/introduction-to-machine-learning-and-artificial-intelligence-54dd08c379ca
Medium
Introduction to Machine Learning and Artificial Intelligence
List of topics we will cover
10 Essential Pandas Functions For Absolute Beginners
https://zl-liu.medium.com/10-essential-pandas-functions-for-absolute-beginners-191e06d7ea43
https://zl-liu.medium.com/10-essential-pandas-functions-for-absolute-beginners-191e06d7ea43
Medium
10 Essential Pandas Functions For Absolute Beginners
If you clicked on this article, chances are that you 1) are new to Pandas and 2) need to learn how to use Pandas for whatever reason. I’ve…
A Practical Computer Vision/Machine learning use case for beginners
https://medium.com/@syedalianza/a-practical-computer-vision-machine-learning-use-case-for-beginners-55f33ddfb10d
https://medium.com/@syedalianza/a-practical-computer-vision-machine-learning-use-case-for-beginners-55f33ddfb10d
Medium
A Practical Computer Vision/Machine learning use case for beginners
If anyone needs the code or list of hardware used, please feel free to reach out.
Python Libraries To Master As A Data Scientist
https://medium.com/@rsehrawat75/python-libraries-to-master-as-a-data-scientist-6089f416f756
https://medium.com/@rsehrawat75/python-libraries-to-master-as-a-data-scientist-6089f416f756
Medium
Python Libraries To Master As A Data Scientist
Have you ever thought of learning python to start your data science journey but didn’t know where to start ? If yes then this blog is for…
Web Scraping Cheat Sheet (2021), Python for Web Scraping
https://medium.com/geekculture/web-scraping-cheat-sheet-2021-python-for-web-scraping-cad1540ce21c
https://medium.com/geekculture/web-scraping-cheat-sheet-2021-python-for-web-scraping-cad1540ce21c
Medium
Web Scraping Cheat Sheet (2022), Python for Web Scraping
The complete guide to web scraping: Beautiful Soup, Selenium, Scrapy, XPath, and more!
Abstract Factory in Python with Generic Typing
https://medium.com/@shanemichealnolan/abstract-factory-in-python-with-generic-typing-b9ceca2bf89e
https://medium.com/@shanemichealnolan/abstract-factory-in-python-with-generic-typing-b9ceca2bf89e
Medium
Abstract Factory in Python with Generic Typing
I found to difficult to find cleanly typed Python code that implemented the abstract factory creational design pattern. Therefore, here is…
Creating a Pokedex with Selenium Scraping
https://medium.com/@jsw.tan1991/creating-a-pokedex-with-selenium-scraping-53d3cdf3db51
https://medium.com/@jsw.tan1991/creating-a-pokedex-with-selenium-scraping-53d3cdf3db51
Medium
Creating a Pokedex with Selenium Scraping
Introduction
Detecting the Iris and Changing Its Color Using OpenCV and Dlib
https://towardsdatascience.com/detecting-the-iris-and-changing-its-color-using-opencv-and-dlib-30a6aad122dd
https://towardsdatascience.com/detecting-the-iris-and-changing-its-color-using-opencv-and-dlib-30a6aad122dd
Medium
Detecting the Iris and Changing Its Color Using OpenCV and Dlib
In this short tutorial we will discuss how to locate someone’s iris on an image and create a mask so we can change its color.
What’s the difference between “is” and “==” in Python
https://towardsdatascience.com/whats-the-difference-between-is-and-in-python-dc26406c85ad
https://towardsdatascience.com/whats-the-difference-between-is-and-in-python-dc26406c85ad
Medium
What’s the difference between “is” and “==” in Python?
When to use which and why
Notebook meta-analysis: Jupyter as a zero-infrastructure alternative to experiment trackers
https://towardsdatascience.com/notebook-meta-analysis-jupyter-as-a-zero-infrastructure-alternative-to-experiment-trackers-69e7343d1343
https://towardsdatascience.com/notebook-meta-analysis-jupyter-as-a-zero-infrastructure-alternative-to-experiment-trackers-69e7343d1343
Medium
Notebook meta-analysis: Jupyter as a zero-infrastructure alternative to experiment trackers
Who needs an experiment tracker when we have Jupyter notebooks?
How to Migrate Your Python Machine Learning model to Other Languages
https://towardsdatascience.com/how-to-migrate-your-python-machine-learning-model-to-other-languages-6212c9bc61f9
https://towardsdatascience.com/how-to-migrate-your-python-machine-learning-model-to-other-languages-6212c9bc61f9
Medium
How to Migrate Your Python Machine Learning model to Other Languages
A 3-step tutorial on how to migrate your ML model to Java, Go, C++ or any other language. It’s easier than you may think.