keiraqz / machine-learning-implementation

machine learning algorithms in c++ for benchmark purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

machine-learning-implementation

Some machine learning algorithms implemented in C++. (Modified based on existing libraries.)

List of Algorithm:

  • Item-based Collaborative Filtering with Correlation Similarity
  • K-Modes Clustering [1]

Please email me with any questions or bugs in the code: keira.qzhou@gmail.com

[1] Huang, Zhexue. "Extensions to the k-means algorithm for clustering large data sets with categorical values." Data mining and knowledge discovery 2.3 (1998): 283-304.

About

machine learning algorithms in c++ for benchmark purpose

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.7%Language:C 1.3%