Skip to content

uchuutamashi/6.036

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

6.036

C++ implementations of algorithms introduced in "6.036 Introduction to Machine Learning" (http://courses.csail.mit.edu/6.036/spring_2014/info.html)

Perceptron

This implementation of the perceptron uses classifiers that pass through the origin. To introduce an additional constant, augment the input vector with an extra '1'. i.e. instead of (x_1 , ... , x_n), use (1 , x_1 ... , x_n)

About

6.036 Introduction to Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages