eigenpi / CS2-CPPLinks
Minimum-cost maximum-flow. This is a "ported to C++" version of the famous scaling push-relabel CS2 mcmf algorithm of A.V. Goldberg [1]. This C++ implementation is developed from the original C code. [1] A.V. Goldberg, "An Efficient Implementation of a Scaling Minimum-Cost Flow Algorithm," J. Algorithms, vol. 22, pp. 1-29, 1997.
☆33Updated 9 years ago
Alternatives and similar repositories for CS2-CPP
Users that are interested in CS2-CPP are comparing it to the libraries listed below
Sorting:
- IG Systems CS2 Software. This is just a host for the source of the min-cost flow solver developed by IG systems. Please refer to the home…☆42Updated 8 years ago
- Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning☆33Updated 8 years ago
- A short paper describing the library is available on arXiv.☆64Updated 7 years ago
- LASSO is a parallel regression model learning system☆69Updated 11 years ago
- Online Multi-Class LPBoost and Gradient Boosting☆68Updated 10 years ago
- ArrayFire's Machine Learning Library.☆104Updated 6 years ago
- ☆127Updated 8 years ago
- This is my original repository of the decaf code. Decaf is a precursor of Caffe written in Python for deep image classification. It is de…☆43Updated 11 years ago
- A light-weight matrix factorization tool☆39Updated 7 years ago
- Stochastic Gradient Boosted Decision Trees as Standalone, TMVAPlugin and Python-Interface☆246Updated 4 years ago
- C++ 11 implementation of Geoff Hinton's Deep Learning matlab code☆284Updated 9 years ago
- Tutorial for how to export your tensorflow models in python to C++☆88Updated 9 years ago
- tensorflow prediction using c++ api☆149Updated 5 years ago
- MXNet Tutorial for NVidia GTC 2016.☆130Updated 9 years ago
- C++ interface for mxnet☆115Updated 8 years ago
- (Spring 2017) Assignment 2: GPU Executor☆62Updated 8 years ago
- ☆94Updated 2 years ago
- Multi-armed bandit simulation library☆138Updated last year
- C++ implement of Tomas Mikolov's word/document embedding☆105Updated 7 years ago
- Restricted Boltzmann Machines☆90Updated 10 years ago
- Common Code Workflow tutorial on Theano☆60Updated 8 years ago
- This project is a simple deep neural network trained using only TensorFlow C++.☆117Updated last year
- Implementation of several different types of autoencoders☆116Updated 2 years ago
- Tutorial code for Machine Learning and Optimization written in julia☆84Updated 10 years ago
- upgrade official version of gcForest v1.0.☆21Updated 7 years ago
- Deep learning system course☆215Updated 6 years ago
- Shotgun is a C++ parallel coordinate descent algorithm (standalone and Matlab MEX) for solving L1-regularized least squares and logistic …☆39Updated 11 years ago
- Benchmarks for several RNN variations with different deep-learning frameworks☆169Updated 6 years ago
- Online Random Forests☆89Updated 9 years ago
- SRS - Fast Approximate Nearest Neighbor Search in High Dimensional Euclidean Space With a Tiny Index☆55Updated 10 years ago