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

Data structure containing defined number of integer values (the output vector contains values for 0-9) More...

#include <1lnn.h>

Data Fields

int val [NUMBER_OF_OUTPUT_CELLS]
 

Detailed Description

Data structure containing defined number of integer values (the output vector contains values for 0-9)

Definition at line 54 of file 1lnn.h.

Field Documentation

Definition at line 55 of file 1lnn.h.


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