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

Dynamic data structure containing defined number of values. More...

#include <3lnn.h>

Data Fields

int size
 
double vals []
 

Detailed Description

Dynamic data structure containing defined number of values.

Definition at line 27 of file 3lnn.h.

Field Documentation

int size

Definition at line 28 of file 3lnn.h.

double vals[]

Definition at line 29 of file 3lnn.h.


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