Skip to content

elvisnava/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Exercises

Implementations of Machine Learning algorithms.

simple_perceptron

Implements the Perceptron Learning Algorithm on n-dimensional datasets for solving classification problems. Requires numpy.

linear_regression

Implements Linear Regression on n-dimensional datasets for solving classification and regression problems. Regularization with Weight Decay can be enabled. Requires numpy.

logistic_regression

Implements Logistic Regression with Stochastic Gradient Descent on n-dimensional datasets for classification problems. Requires numpy.

support_vector_machine

Implements a Support Vector Machine with hard margin on n-dimensional datasets for solving classification problems. Requires numpy and cvxopt.

About

Implementations of Machine Learning algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages