#100daysofcode
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...
Before we understand how logarithms work, it is important to know how exponents work. aᶜ=b (read as "a to the power of c equals b") is an exponent...
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...
Before we begin, I want to congratulate you on your decision to learn how to code using Python. I still remember how I wrote my first piece of code 6...