|
FlexNN 1
Fully connected neural network built from scratch with flexible n-layer design and multiple activations.
|
Header file for the FlexNN neural network library. More...


Go to the source code of this file.
Classes | |
| class | FlexNN::NeuralNetwork |
| Class representing a neural network. More... | |
Namespaces | |
| namespace | FlexNN |
| Namespace for the FlexNN neural network library. | |
Header file for the FlexNN neural network library.
This library provides a flexible neural network implementation using Eigen for matrix operations. It includes classes for layers and the neural network itself, allowing for easy construction, training, and prediction.