flashpixx / MachineLearningLinks
C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)
☆29Updated 10 years ago
Alternatives and similar repositories for MachineLearning
Users that are interested in MachineLearning are comparing it to the libraries listed below
Sorting:
- Library for performing spectral clustering in C++☆79Updated 2 years ago
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 5 years ago
- C++ library for reinforcement learning☆53Updated 2 years ago
- Probabilistic state estimation for robotics applications. Bayes filters include Kalman, Markov chains; Gaussian, uniform and discrete map…☆45Updated 10 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 8 years ago
- A wrapper for LibSVM that lets you train SVM's directly on Eigen library matrices in C++☆85Updated 9 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- C++ Kalman filtering (Extended Kalman Filter, Unscented Kalman Filter)☆124Updated 7 years ago
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆62Updated 7 years ago
- C++ 11 implementation of Geoff Hinton's Deep Learning matlab code☆286Updated 10 years ago
- Matlab Mat file read and write C++ class with OpenCV bindings. Matlab is used a lot in computer vision, and people often share Matlab cod…☆67Updated 7 years ago
- A Light-weight and Fast Template Matrix Library☆134Updated 12 years ago
- LASSO is a parallel regression model learning system☆69Updated 11 years ago
- KDTree library☆111Updated 14 years ago
- GTL (Graph Template Library) is a STL based library, which provides necessary classes and algorithms for the work with graphs.☆21Updated 3 years ago
- CUDA implementation of data clustering using expectation maximization with a Gaussian mixture model. Supports multiple GPUs on a single n…☆18Updated 13 years ago
- Design patterns implemented in C++14☆35Updated 2 weeks ago
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆44Updated 8 years ago
- Minimal C++ Project Template☆39Updated 8 years ago
- Absolute balanced kdtree for fast kNN search.☆180Updated last year
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆40Updated last year
- Implementation of the K-Means clustering algorithm.☆108Updated 9 years ago
- source code for the book "C++ Concurrency in Action"☆28Updated 8 years ago
- NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats☆21Updated 13 years ago
- For template matching, and object detection,registration or bin picking maybe☆21Updated 7 years ago
- A C++ implementation of the derivative-free optimization algorithm CMA-ES.☆23Updated 12 years ago
- A toolkit of machine learning algorithms.☆86Updated last year
- A C++ Library of Genetic Algorithm Components☆69Updated 7 years ago
- hmdp is a C++ library and tools for solving Markov Decision Processes (MDPs) with hybrid discrete and/or continuous state-spaces.☆23Updated 6 years ago