Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aborg-dev/faml

Faml is FAst Machine Learning library for C++
https://github.com/aborg-dev/faml

Last synced: about 1 month ago
JSON representation

Faml is FAst Machine Learning library for C++

Awesome Lists containing this project

README

        

## Faml is FAst Machine Learning library for C++ [![Build Status](https://travis-ci.org/IIoTeP9HuY/faml.png?branch=master)](https://travis-ci.org/IIoTeP9HuY/faml)

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:
* gcc >= 4.8 or clang >= 3.5
* CMake 2.8
* Eigen (http://eigen.tuxfamily.org/)

#### Build instructions:
```bash
mkdir build && cd build
cmake ..
make
```