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:
- 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
- Probabilistic state estimation for robotics applications. Bayes filters include Kalman, Markov chains; Gaussian, uniform and discrete map…☆45Updated 10 years ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 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
- Library for performing spectral clustering in C++☆78Updated 2 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
- For template matching, and object detection,registration or bin picking maybe☆21Updated 7 years ago
- Implementation of the K-Means clustering algorithm.☆108Updated 9 years ago
- A C++ implementation of the derivative-free optimization algorithm CMA-ES.☆23Updated 11 years ago
- Envire maps library☆17Updated last month
- CUDA implementation of data clustering using expectation maximization with a Gaussian mixture model. Supports multiple GPUs on a single n…☆27Updated 13 years ago
- C++ modelling library for integer programming☆15Updated 4 years ago
- KDTree library☆111Updated 14 years ago
- C++ computer-vision library☆11Updated 8 years ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 6 years ago
- C++ Kalman filtering (Extended Kalman Filter, Unscented Kalman Filter)☆123Updated 7 years ago
- A C++ Library of Genetic Algorithm Components☆67Updated 7 years ago
- Particle Swarm Optimization (PSO) in C☆121Updated 4 years ago
- Numerical optimization in C++☆40Updated 11 years ago
- A wrapper for LibSVM that lets you train SVM's directly on Eigen library matrices in C++☆83Updated 9 years ago
- A Light-weight and Fast Template Matrix Library☆134Updated 12 years ago
- KMeans clustering in Eigen.☆26Updated 9 years ago
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 4 years ago
- Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.☆16Updated 7 years ago
- Lightweight non-locking thread pool for multi-threading work jobs☆13Updated 9 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆103Updated 3 years ago
- ☆35Updated 9 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 8 years ago
- Test of different SLAM algorithms in Probabilistic Robotics☆20Updated 2 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago