|
SANN: Sushi Artificial Neural Network
This is a short library for a simple but efficient neural network
|
The parameters object. It holds all the settable hyper-parameters: More...
#include <dataStructures.h>
Public Attributes | |
| std::size_t | max_epoch |
| std::size_t | mb |
| float | eta |
| float | mi |
| float | lambda |
| std::function< void(struct p &par, const size_t epoch)> | update |
The parameters object. It holds all the settable hyper-parameters:
1.8.13