Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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++
- Host: GitHub
- URL: https://github.com/aborg-dev/faml
- Owner: aborg-dev
- Created: 2014-03-06T06:16:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T08:44:06.000Z (over 7 years ago)
- Last Synced: 2024-10-14T19:10:23.716Z (3 months ago)
- Language: C++
- Size: 805 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```