nuNN Library 2.0
nunn is a Free Open Source Machine Learning Library distributed under MIT License and and is developed using modern C++.
The book Distilled Machine Learning Algorithms in C++ provides an extensive overview of Nunn, where its implementation and capabilities are described.
nuNN is a Free Open Source Machine Learning Library distributed under GPLv2 License and written in C++17
ANN algorithms include Perceptron, MLP, Hopefield NN
Reinforcement Learning Algorithms include Q-Learning, SARSA
Support MNIST Handwritten digits DB parsing
Easy to save and load entire objects state
Multi-platform (Runs on Windows, Linux, MacOS)
Demo applications include Handwritten Digits Recognition, interactive Tic-Tac-Toe, Hopfield-net used as auto-associative memory, Maze and Graph Path resolvers
Exports neural network diagrams that you can draw using Graphviz dot
Source code at: