Run Andrew Ng's machine learning course exercises locally on your own computer
Practice implementing regression and classification algorithms in Python notebooks
Study unsupervised learning and reinforcement learning through interactive labs
Follow the 2022 Coursera ML Specialization exercises offline with all code pre-loaded
Requires Python 3.7.6, install all dependencies with a single pip command from the included requirements file.
This repository contains the course code and lab materials for Andrew Ng's 2022 Machine Learning Specialization, a three-part course series offered on Coursera. The materials here are notebooks and exercises that go alongside the video lectures, not a standalone learning resource on their own. The specialization is split into three courses. The first covers supervised learning, focusing on regression (predicting a number) and classification (predicting a category). The second covers more advanced learning algorithms. The third covers unsupervised learning, recommendation systems, and reinforcement learning. The repository's README is bilingual in Chinese and English. It provides links to the official Coursera course page, course slides hosted by deeplearning.ai, and a video reupload on Bilibili for viewers in China. The author notes that course code and test content have been fully updated and welcomes pull requests to add supplementary notes or improve existing markdown files. To run the notebooks locally, you install Python (the course used version 3.7.6) and then install the required packages with a single pip command. No other setup is described in the README. This is a companion repository for an existing course, not an independent textbook or software project. It is most useful if you are already enrolled in or watching the 2022 version of Andrew Ng's machine learning course and want to run the exercises on your own machine.
← kaieye on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.