This repository contains solutions to the machine learning course on coursera (https://www.coursera.org/learn/machine-learning).
Inside each exercies folder there is a folder named *_py
in which we will do the solutions in python.
[ ] To train a Neural network using Python libraries sklearn
or tensorflow
and build the same network on our own and measure the distance between the
thetas using a matrix norm.
[ ] Ex 5: Plotting the learning Curve , Role of Bias and Variance : Answer to
Underfitting and Over fitting.