Skip to content

haltode/mlai

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
svm
 
 
 
 
 
 

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