knowledgehacker / machine_learningLinks
Frequently used machine learning algorithms implemented in C++
☆17Updated 5 years ago
Alternatives and similar repositories for machine_learning
Users that are interested in machine_learning are comparing it to the libraries listed below
Sorting:
- L1-regularized logistic regression using stochastic gradient descent [machine learning]☆38Updated 9 years ago
- LASSO is a parallel regression model learning system☆69Updated 11 years ago
- Classification and Regression Trees with Random Forest implemented in Python☆27Updated 10 years ago
- a simple numpy tutorial ipython notebook with comments in Chinese☆13Updated 9 years ago
- Small and easy C++ AdaBoost Implementation☆70Updated 14 years ago
- Neural Network Models for Multi-label learning☆17Updated 5 years ago
- Knowlegde Graph Implementation in C++☆14Updated 7 years ago
- herve jegou's yael library☆31Updated 12 years ago
- tiny dnn android, dependency-free deep learning framework in C++11 running on Android☆15Updated 8 years ago
- A lightweight MATLAB deeplearning toolbox,based on gpuArray.☆53Updated 8 years ago
- CNN workshop held at NTNU, spring 2016.☆24Updated 8 years ago
- C++ 11 implementation of Geoff Hinton's Deep Learning matlab code☆286Updated 10 years ago
- Lightweight C++11 library for building deep recurrent neural networks☆43Updated 8 years ago
- Deep neural network framework (C++/OpenCV).☆77Updated 5 years ago
- long short-term memory for recursive neural network model☆66Updated 6 years ago
- This is the libMF source files with comments in Chinses.☆29Updated 11 years ago
- C++ code for "A Faster Drop-in Implementation for Leaf-wise Exact Greedy Induction of Decision Tree Using Pre-sorted Deque"☆36Updated 2 years ago
- C++ interface for mxnet☆115Updated 8 years ago
- C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)☆29Updated 10 years ago
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 5 years ago
- Word2Vec in C++ 11☆406Updated 9 years ago
- Code to build MLP models for outdoor head orientation tracking☆18Updated 12 years ago
- light deep neural network tools box(LSTM,GRU,RNN,CNN,Bi-LSTM,etc)☆40Updated 8 years ago
- tensorflow prediction using c++ api☆150Updated 5 years ago
- ☆14Updated 12 years ago
- Stacked Denoising Autoencoders (SDA) implemented in TensorFlow to analyze clinical health records and construct deep learning models to p…☆36Updated 9 years ago
- CNN(Convolutional neural network) forward code which requires little dependency(Opencv, TBB-optional) and is easy to run on Windows(using…☆34Updated 9 years ago
- python code for some ML algorithm