MagmaDNN  1.0
c++NeuralNetworkFramework
magmadnn::model::nn_params_t Struct Reference

Public Attributes

unsigned int n_epochs
 
unsigned int batch_size
 
double learning_rate
 

Member Data Documentation

◆ batch_size

unsigned int magmadnn::model::nn_params_t::batch_size

batch_size the size of the batch

◆ learning_rate

double magmadnn::model::nn_params_t::learning_rate

initial learning rate

◆ n_epochs

unsigned int magmadnn::model::nn_params_t::n_epochs

n_epochs number of epochs to train for


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