|
axon v1.0.0
A neural network library
|
A neural network implemented from scratch designed in a way to make using it straight forward
Clone from github:
Add to your project in CMake
Create an implementation of the NetworkData class in include/axon/NetworkData.hpp. Create a Network class instance and pass in the implementation as a template argument of Network::Data<T>().
This can be see in the fully working example in example/.
Contributions, bug reports, and suggestions are welcome.
Before submitting a pull request, please ensure that the project builds successfully
This project is licensed under the MIT License. See LICENSE for details.