Skip to content

haltode/mlai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Algorithm Implementation

Implementation of some basic algorithms in machine learning.

I'm using the Octave programming language, and Andrew Ng's course as a means to built these algorithms.

Here are the current available algorithms :

  • Linear regression (with multiple variables)
  • Logistic regression (with regularization)
  • Neural network (with forward/backward propagation, and regularization)
  • Support vector machines (with gaussian kernel)
  • K-means

License

All the source code is under the MIT License.

About

Machine Learning Algorithm Implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages