Skip to content

realtba/CS229

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

CS229

This repository contains my solutions to the assignments of the autumn 2016 version of the Stanford university course CS229: Machine Learning.

For more information about CS229 visit: http://cs229.stanford.edu/

Content:

Problem Set 1

LogisticRegressionWithNewton.py: an implementation of logistic regression using Newton's method to fit the parameters.

Regression.py: an implementation of linear and weighted linear regression using the normal equations to calculate the parameters.

ProblemSet2:

naivebayes.py/naivebayes.ipynb: spam classification using a own implementation of the naive bayes algorithm and a svm with linear kernel from scikit-learn.

About

My solutions to assignments of CS229: Machine Learning ( Autumn 2016) from Stanford university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors