Skip to content

Machine Learning examples taught by Andrew Ng (Coursera-Standford)

Notifications You must be signed in to change notification settings

herobaby71/ml-AndrewNg-Ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ml-AndrewNg-Ex

Machine Learning examples taught by Andrew Ng (Coursera-Standford)

All the assignments use Matlab/Octave.

List of topics

ex1) Linear Regression(w/ Gradient Descent and Normal equation), Feature Scaling.

ex2) Logistic Regression using advance optimization algorithm, reularization, and non-linear decision boundarys.

ex3) Multiclass classification (One-vs-all and Neuronetworks) to classify handwritten digits. The weights params are provided for Neuronetwork

ex4) Regularize Neuronetwork cost function and gradient. Use Numerical Estimate to check the gradient. Apply advance optimization method with Backpropagation algorithm to minimize cost(Theta) and find the set of weights(Theta).

About

Machine Learning examples taught by Andrew Ng (Coursera-Standford)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages