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

The single (output) layer of this network (a layer is number cells) More...

#include <1lnn.h>

Data Fields

Cell cell [NUMBER_OF_OUTPUT_CELLS]
 

Detailed Description

The single (output) layer of this network (a layer is number cells)

Definition at line 43 of file 1lnn.h.

Field Documentation

Definition at line 44 of file 1lnn.h.


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