Skip to content

aborg-dev/faml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Faml is FAst Machine Learning library for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published