Solutions to Coursera's Machine Language course made by Stanford.
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Added source code and solved all requirements of ex8: Anomaly Detection and Recommender Systems.
b4663a4View on GitHubAdded solutions for exercise 7, part 2 (Implemented Principal Component Analysis).
1245d8dView on GitHubAdded functionality to compute test set error of the model generated with lambda = 3 (best lambda found).
f5aa460View on GitHubAdded gunctionality to get the lambda that generates the least error. A plot that presents the error for each lambda is now shown.
cbc7fe1View on GitHubAdded function that generates p polinomial features, based on an array X.
a3bd631View on GitHubAdded functinoality to calculate the different learning curves of the hypothesis, from 1:m.
44b79a6View on GitHub