#python
Read more stories on Hashnode
Articles with this tag
Introduction A store owner recently noticed an alarmingly high rate of shoplifting. He develops a machine learning model that predicts if a customer...
For this simple project we will use OpenCV in Python. It is a library using which we can develop real-time computer vision applications. It mainly...
What you are going to read below is a roadmap for the first 30 days of getting started with machine learning as a complete beginner. If you don't know...
Anaconda When you work in python, you'll be working with several frameworks and many of them work only on specific versions of python. Now imagine...
A little while ago, I was experimenting with different tools to implement machine learning models in real-world apps, and I came across ‘AI Tables’ by...
"Generative Adversarial Networks" (or GANs for short) is a fascinating approach for training neural networks. It sounds really complicated but it...