Coder Social home page Coder Social logo

p1b234 / arma_ml Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codestorm04/arma_ml

0.0 1.0 0.0 1.1 MB

high performance statistic machine learning libraries in C++ [based on Armadillo-9.300]

License: MIT License

C++ 99.08% C 0.21% Python 0.46% Makefile 0.25%

arma_ml's Introduction

Arma_ML (Armadillo-based Machine Learning library)

Author: Yuzhen Liu
Started From 2019.3.22
Light-weighted Statistic ML implementations in C++. Algorithms included are linear regression, Logistic Regression Classifier, Sofrmax Classifier, C4.5 Decision Tree, Random Forest, GBDT, FM, Naive Bayes Classifier, SVM.

Installation

Requeirs C++ algebra library armadillo, installation of armadillo is as follows:

install denpencies first (Tested for Ubuntu 16.04):

sudo apt-get install libopenblas-dev
sudo apt-get install liblapack-dev
sudo apt-get install libarpack2-dev
sudo apt-get install libsuperlu-dev

download armadillo (armadillo-9.300.2 tested) as xxx.tar, cd and build it.

cd armadillo-9.300.2
cmake .
make
sudo make install

clone and build Arma_ML directly in place

git clone https://github.com/codestorm04/Arma_ML.git
cd Arma_ML
make

or build and install

make install

examples/ are the usage demos of each modules, reference to README.md

TODO:

  1. Build strategies: Reference
  2. decision tree pruning
  3. models: knn, LDA, PCA, MDS, k-means, FFM
  4. params setting
  5. normalization: L1 L2
  6. optimazers other than SGD
  7. model saver / loader
  8. oprimizers, metrics, console visualization module

Contrinutions, Issues and Starts are Welcomed :) !!!

arma_ml's People

Contributors

codestorm04 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.