Skip to content

Machine Learning algorithms implemented in MATLAB

Notifications You must be signed in to change notification settings

chvillap/ML-MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning algorithms in MATLAB

Some machine learning algorithms that I implemented in MATLAB while I was taking Andrew Ng's Machine Learning course at Coursera, back in 2015.

The following algorithms/examples are included:

  • Linear Regression
  • Logistic Regression (two-class and one-vs-all)
  • Multilayer Perceptron
  • Principal Component Analysis
  • K-Means
  • Anomaly/Outlier Detection
  • Recommender Systems (content-based, collaborative filtering)
  • And several auxiliary functions (for plotting, preprocessing, evaluation, etc...)

As far as I'm aware, everything runs in Octave too.

Needless to say, but these implementations were written from scratch for learning purposes and so they are NOT meant to be used in real-world applications (I strongly recommend Scikit-learn for that).

About

Machine Learning algorithms implemented in MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages