This repository contains example machine learning projects made by me, of all topics based off Andrew Ng's Coursera course.
- Minimizing cost function.
- Finding appropriate parameters w and b.
- Gradient Descent
- 3-D representation of gradient descent algorithm.
- Dot product to calculate predictions.
- Plotting learning curve to show decreasing cost function.