/faml

Faml is FAst Machine Learning library for C++

Primary LanguageC++

Faml is FAst Machine Learning library for C++ Build Status

The aim of this library is to implement various machine learning methods in fast out-of-core fashion.

Models:

  • KNN
  • Decision Tree
  • Linear regression
  • Logistic regression

Requirements:

Build instructions:

    mkdir build && cd build
    cmake ..
    make