Member-only story
Learn machine learning from microsoft for free
Welcome back! Recently I’ve been talking about Microsoft’s Learn program, this is a set of free courses developed by Microsoft. An awesome thing is that Microsoft actually has a machine learning course that you can take advantage of, check out the link below to check out this course:
I’m going to go ahead and break down the offerings from this course, as I mentioned before please check out the course to get started with it. Starting off, this course has over 6 hours worth of content! That’s an insane amount of free content available:
This course is broken down into 5 different modules: Exploring and analyzing data with Python, train and evaluate regression models, train and evaluate classification models, train and evaluate clustering models, train and evaluate deep learning models. The first portion essentially uses Python to do some exploratory analysis on data, it also uses packages like NumPy and Pandas: