Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 578 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 578 Bytes

machine-learning

This repository contains solutions to the machine learning course on coursera (https://www.coursera.org/learn/machine-learning).

Python Solutions

Inside each exercies folder there is a folder named *_py in which we will do the solutions in python.

To Do

[ ] 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.