Note: the course is originally taught in Oracle/MATLAB. Implementations in Python are made by me. Data sets are taken from Andrew Ng's course
- Data Visualizations
- Coding Cost functions and gradient descent from scratch
- Visualizing J(
$\theta$ ) cost
- Data Visualizations
- Feature Normalization
- Make predictions
- Data Visualizations
- Cost functions and Gradient code from scratch
- Feature normalization
- Apply logistic regression
- Apply regularization
- Visualize boundary of the classification
- logistic regression Cost and Gradients (multi-class)
- OVA and noBias OVA code without built-in OVA functions
- Make predictions
- Code a neural net predictor
- Make predictions
- Coding Neural net Cost functions from scratch
- Initialize weights (randomly)
- Code gradient descent for Neural nets
- Make predictions using said neural net
- LR Regularized Cost and Grad
- Learning curve visualizations
- map data into polynomial feature space
- Visualize different polynomial fits
- Get learning curves for Training and Cross-Validation