Deep Neural Network for MNIST Handwriting Recognition  1.0
Deep Neural Network for MNIST Handwriting Recognition
Data Fields
Node Struct Reference

Variably-sized data structure modeling a neuron with a variable number of connections/weights. More...

#include <dnn.h>

Data Fields

ByteSize size
 
Weight bias
 
double output
 
double errorSum
 
int backwardConnCount
 
int forwardConnCount
 
Connection connections []
 

Detailed Description

Variably-sized data structure modeling a neuron with a variable number of connections/weights.

Field Documentation

int backwardConnCount
Weight bias
Connection connections[]
double errorSum
int forwardConnCount
double output
ByteSize size

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