Deep Neural Network for MNIST Handwriting Recognition  1.0
Deep Neural Network for MNIST Handwriting Recognition
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
Network Struct Reference

Variably-sized data structure that serves as the over container for a whole network. More...

#include <dnn.h>

Data Fields

ByteSize size
 
double learningRate
 
int weightCount
 
WeightweightsPtr
 
Weight nullWeight
 
int layerCount
 
Layer layers []
 

Detailed Description

Variably-sized data structure that serves as the over container for a whole network.

Field Documentation

int layerCount
Layer layers[]
double learningRate
Weight nullWeight
ByteSize size
int weightCount
Weight* weightsPtr

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