Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-cpp-ml
My curated list of C++ (GPU) BLAS libraries and machine learning/reinforcement learning frameworks
https://github.com/bennylp/awesome-cpp-ml
Last synced: about 21 hours ago
JSON representation
-
Free/Open Source BLAS/Matrix Libraries
- ViennaCL - source linear algebra library for computations on many-core architectures (GPUs, MIC) and multi-core CPUs. The library is written in C++ and supports CUDA, OpenCL, and OpenMP (including switches at runtime).
- MAGMA
- NVidia cuBLAS - accelerated implementation of the standard basic linear algebra subroutines (BLAS).
- CULA - accelerated linear algebra libraries utilizing the NVIDIA CUDA parallel computing architecture to dramatically improve the computation speed of sophisticated mathematics.
- Boost uBlas
-
Machine Learning Frameworks
- Darknet
- Shogun - source machine learning library that offers a wide range of efficient and unified machine learning methods.
- DLib
- Caffe
- Shark - source C++ machine learning library. Contains many basic ML algorithms comparable to scikit-lean such as linear regression, SVM, neural networks, clustering, etc. See [paper (PDF)](http://www.jmlr.org/papers/volume9/igel08a/igel08a.pdf).
- Fido - weight, open-source, and highly modular C++ machine learning library. The library is targeted towards embedded electronics and robotics.
-
Reinforcement Learning
- RLLib (Saminda's) - a lightweight C++ template library that implements incremental, standard, and gradient temporal-difference learning algorithms in Reinforcement Learning. See the [paper](http://robocup.oss-cn-beijing.aliyuncs.com/symposium%2FRoboCup_Symposium_2015_submission_3.pdf) (PDF).
-
Other Lists
- Awesome Machine Learning (C++ Section)
- http://mloss.org/software/ - machine learning OSS.
- Comparison of deep learning software - Wikipedia
-
Other Stuff
-
Machine Learning for Trading
- Optimal Asset Allocation using Adaptive Dynamic Programming
- Artificial Markets and Intelligent Agents
- Learning to Trade via Direct Reinforcement
- Reinforcement learning for trading systems and portfolios
- Algorithm Trading using Q-Learning and Recurrent Reinforcement Learning
- The price impact of order book events. Journal of financial econometrics
- Agent Inspired Trading Using Recurrent Reinforcement Learning and LSTM Neural Networks
-
Programming Languages
Categories
Sub Categories