This repository contains a collection of notes and implementations of machine learning algorithms from Andrew Ng's machine learning specialization. The specialization consists of three courses:
Lab assignments are completed using Jupyter Notebooks and Python. Any code I wrote is marked with "START CODE HERE, END CODE HERE", so it can be removed easily if wanting to complete the labs from a clean state.
- Linear Regression
- Logistic Regression
- Multiclass Classification and Neural Networks
- Neural Networks for Multiclass Classification
- Advice for Applying Machine Learning
- Decision Trees
- K-means Clustering
- Anomaly Detection
- Collaborative Filtering Recommender Systems
- Content-based Filtering Recommender Systems
- Reinforcement Learning
These notes are information I found helpful while studying through the curriculum. They include high level overviews, practical tips, and lots of walkthroughs through core mathematical concepts.
The idea is that most of the course is covered using these notes in conjunction with the assignments. Though, I highly suggest using Andrew's video series (free) and optional labs (paid), as he does a fantastic job of teaching.
I originally wrote these notes in Notion, which I've provided links for below. PDF versions of these are uploaded into the notes folder of the repo for accessibility. I suggest working through the collection in the order they are provided, as much of the knowledge builds upon itself.