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

Dynamic data structure holding a definable number of nodes that form a layer. More...

#include <3lnn.h>

Data Fields

int ncount
 
Node nodes []
 

Detailed Description

Dynamic data structure holding a definable number of nodes that form a layer.

Definition at line 53 of file 3lnn.h.

Field Documentation

int ncount

Definition at line 54 of file 3lnn.h.

Node nodes[]

Definition at line 55 of file 3lnn.h.


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