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:
- Randomized Decision Trees: A Fast C++ Implementation of Random Forests.☆179Updated 5 years ago
- A C++ Library of Genetic Algorithm Components☆70Updated 7 years ago
- Design patterns implemented in C++14☆36Updated 4 months ago
- Probabilistic state estimation for robotics applications. Bayes filters include Kalman, Markov chains; Gaussian, uniform and discrete map…☆45Updated 10 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
- An C++ Version of Q-Learning, to Train Robot Play with Flappybird!!☆45Updated 8 years ago
- KMeans clustering in Eigen.☆26Updated 9 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 Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- Library for performing spectral clustering in C++☆80Updated 2 years ago
- C++ Kalman filtering (Extended Kalman Filter, Unscented Kalman Filter)☆126Updated 7 years ago
- Implementation of the K-Means clustering algorithm.☆109Updated 10 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆58Updated 8 years ago
- Save cv::Mat, cv::Point, cv::Size, cv::KeyPoint, and std::vector<cv::KeyPoint> as binary file.☆16Updated 8 years ago
- Open Source Code for Machine Learning in Computer Vision☆36Updated 7 years ago
- KDTree library☆112Updated 15 years ago
- C++ library for reinforcement learning☆54Updated 2 years ago
- Minimal C++ Project Template☆40Updated 8 years ago
- Frequently used machine learning algorithms implemented in C++☆17Updated 5 years ago
- Code from Michael Nielsen book Neural Networks and Deep Learning ported to C++.☆132Updated last year
- NOTE: This work has been merged into the PCL trunk repository. Conversion between the VTP and PCD file formats☆21Updated 13 years ago
- source code for the book "C++ Concurrency in Action"☆29Updated 9 years ago
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆63Updated 7 years ago
- A Light-weight and Fast Template Matrix Library☆132Updated 12 years ago
- Kalman is a cross-platform library implementing an Extended Kalman Filter in C++☆24Updated 6 years ago
- An interactive program for creating polygons and determining if a given point is inside or outside the polygons☆29Updated 8 years ago
- A C++ implementation of the derivative-free optimization algorithm CMA-ES.☆23Updated 12 years ago
- Neural network base on c++14, support any number of layers 基于C++14元编程的深度学习神经网络模板类,支持任意层数☆104Updated 4 years ago
- Sample code for the Effective C++ book by Scott Meyers.☆51Updated 10 years ago
- Kernel principal component analysis using the Eigen linear algebra library [machine learning]☆15Updated 10 years ago