220 followers
I am on a mission to make Machine Learning simple for everyone.
Subscribe to my newsletter and never miss my upcoming articles
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 how to code or anything about what machine learning is, then this blog post is for you. Step 1: Lea...
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 downloading a new version of python and then installing it for every framework you want to work with. �...
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 MindsDB. It is a predictive AI layer for existing databases. In this article, I will talk about my ...
"Generative Adversarial Networks" (or GANs for short) is a fascinating approach for training neural networks. It sounds really complicated but it isn't. Let's talk about it. Pre-requisites to follow along: None. A GAN has 2 parts: A generator and ...
One of the topics in math that you'll find in machine learning courses as a pre-requisite is Linear Algebra. What is 'Linear Algebra' and how is it used in machine learning? We'll answer just that in this blog post. Prerequisites to follow along: No...
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 years and all the amazing and cool things I've been able to do with it ever since. Make sure to keep...