This repository contains source code for all posts in my machine learning blog series. You can find each post below. Relevant code snippets are in src/
and organized by <post-number>-<description>
.
- Why I'm Writing About ML
- Gradient Descent Intuition
- Gradient Descent in Simple NN
- Decision Trees Introduction
I used a number of excellent blog posts and videos in writing this series.
- Gradient descent
- Computation graph
- Forward prop
- Back prop
np.linalg.norm
- Decision trees
- Cosine similarity