SANN: Sushi Artificial Neural Network
This is a short library for a simple but efficient neural network
Public Attributes | List of all members
sann::p Struct Reference

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
 

Detailed Description

The parameters object. It holds all the settable hyper-parameters:


The documentation for this struct was generated from the following file: