flashpixx / MachineLearningLinks
C++ framework that implements machinelearning algorithms (clustering, dimension reducing, genetic algorithms)
☆29Updated 11 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++☆80Updated 2 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
- A C++ Library of Genetic Algorithm Components☆70Updated 7 years ago
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆44Updated 8 years ago
- C++ library for reinforcement learning☆54Updated 2 years ago
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 5 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
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆64Updated 7 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
- KDTree library☆113Updated 15 years ago
- Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.☆16Updated 8 years ago
- Implementation of the K-Means clustering algorithm.☆109Updated 10 years ago
- C++ Kalman filtering (Extended Kalman Filter, Unscented Kalman Filter)☆126Updated 7 years ago
- DFO-GN: Derivative-Free Optimization using Gauss-Newton☆24Updated 2 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
- Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.☆41Updated last year
- A series of examples showing how to solve the alignment problems in vectorization.☆17Updated 3 years ago
- 从今天起,每天看一小时的ROS源代码,写写笔记和注释☆18Updated 8 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆58Updated 8 years ago
- A class for performing principal component analysis using Eigen library☆30Updated 8 years ago
- Just a small svm example to use the libSVM from c++ code☆25Updated 12 years ago
- Test of different SLAM algorithms in Probabilistic Robotics☆21Updated 3 years ago
- For template matching, and object detection,registration or bin picking maybe☆21Updated 8 years ago
- ☆35Updated 10 years ago
- FastHOG library that has been fixed to work with CUDA 5.x on Ubuntu 12.04☆20Updated 12 years ago
- A Light-weight and Fast Template Matrix Library☆132Updated 12 years ago
- matplotlib-cpp with Eigen interfaces.☆58Updated 4 years ago
- C++ program to compute the maximum weighted bipartite matching of a graph☆38Updated 3 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)…☆67Updated 6 years ago