Rewriting the homework (from Octave to Python) in the Coursera/Stanford Machine Learning course by Andrew Ng.
Stars
6
Forks
2
Watchers
6
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
74
commits
Reads the final data set which also includes the cross validation data.
e4075ccView on GitHubUses the third data set to compute the regularization and gaussian parameters that give the best fit with the cross validation set.
e81fb20View on GitHubComputes the decision boundary of the classification problem using a gaussian kernel.
d3fd34aView on GitHubThis file only plots the initial data set and classification decision boundaries using a linear kernel.
37b1946View on GitHubPlots the decision boundary using the sklearn SVM classification fit with a gaussian kernel.
f7615a1View on GitHubCompute the best fit parameters for the regularization and gaussian kernel using the cross validation data set.
e3f918eView on GitHubRuns through the first data set and computes the linear kernel svm fit to classify the data sets.
6cdcf7fView on GitHubPlots the classification data sets and best fits to the data.
7d4d068View on GitHubComputes the gaussian kernel for the separation between data sets.
e5f0976View on GitHubUses the scikit-learn software package to classify the test data set using a linear kernel.
d35f790View on GitHub