MNIST-3LNN  1.0
A simple 3-layer neural network to recognize handwritten single digit numbers from the MNIST image files.
Data Fields
Node Struct Reference

Dynamic data structure modeling a neuron with a variable number of connections/weights. More...

#include <3lnn.h>

Data Fields

double bias
 
double output
 
int wcount
 
double weights []
 

Detailed Description

Dynamic data structure modeling a neuron with a variable number of connections/weights.

Definition at line 39 of file 3lnn.h.

Field Documentation

double bias

Definition at line 40 of file 3lnn.h.

double output

Definition at line 41 of file 3lnn.h.

int wcount

Definition at line 42 of file 3lnn.h.

double weights[]

Definition at line 43 of file 3lnn.h.


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