All Projects → chyikwei → MachineLearning

chyikwei / MachineLearning

Licence: other
some machine learning algorithm I implemented before.

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
java
68154 projects - #9 most used programming language
Rebol
56 projects

These are some basic machine learning algorithms I implemented for school homework or for experiment.
Hope this can help beginners who are interested in R/Python programming and ML.
Note: All code are NOT optimized!

Current Models:

  • Colaborative Filtering (R)
  • Matrix Factorization (java)
  • linear regression (python)
  • logistic regression (python, R)
  • Naive Bayes (python)
  • Add SVM with SMO method (pyhton)
  • Gaussian mixture model (python, PyMC)

TODO:

  • kernel for SVM
  • GLMNET for linear
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].