MIT OCW Machine Learning Courses Information

In this post, you get the information related to MIT OCW machine learning course from MIT OpencourseWare (OCW). They use  Matlab as the primary programming environment. The documentation for Matlab could be found on this page, Matlab Documentation.  The course is provided by Electrical Engineering and Computer Science department.

Other related courses which could be useful for data scientist / machine learning engineers are some of the following:

Lecture Notes – Machine Learning Course

Lecture notes could be found on the following topics:

  • Introduction, linear classification, perceptron update rule (PDF)
  • Perceptron convergence, generalization (PDF)
  • Maximum margin classification (PDF)
  • Classification errors, regularization, logistic regression (PDF)
  • Linear regression, estimator bias and variance, active learning (PDF)
  • Active learning (cont.), non-linear predictions, kernals (PDF)
  • Kernal regression, kernels (PDF)
  • Support vector machine (SVM) and kernels, kernel optimization (PDF)
  • Model selection (PDF)
  • Model selection criteria (PDF)
  • Description length, feature selection (PDF)
  • Combining classifiers, boosting (PDF)
  • Boosting, margin, and complexity (PDF)
  • Margin and generalization, mixture models (PDF)
  • Mixtures and the expectation maximization (EM) algorithm (PDF)
  • EM, regularization, clustering (PDF)
  • Clustering (PDF)
  • Spectral clustering, Markov models (PDF)
  • Hidden Markov models (HMMs) (PDF)
  • HMMs (cont.) (PDF)
  • Bayesian networks (PDF)
  • Learning Bayesian networks (PDF)
  • Guest lecture on collaborative filtering (PDF)

The instructors for the course (currently) are the following:

Download Machine Learning Course Materials

The entire course material can be downloaded from this page (Download Course Materials). This is the direct download link.

Summary

In this post, you got the information about three different MIT OCW machine learning courses which could be useful for machine learning engineers/ data scientists. These courses are machine learning, introduction to probability, introduction to computational thinking and data science. All of the course materials (video lectures and lecture notes) are free for download and you could get started with self-paced learning anytime, anywhere.

 

 

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

3 days ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

4 days ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

4 days ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

5 days ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

5 days ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

5 days ago