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

Core unit of the neural network (neuron and synapses) More...

#include <1lnn.h>

Data Fields

double input [NUMBER_OF_INPUT_CELLS]
 
double weight [NUMBER_OF_INPUT_CELLS]
 
double output
 
double bias
 

Detailed Description

Core unit of the neural network (neuron and synapses)

Definition at line 29 of file 1lnn.h.

Field Documentation

double bias

Definition at line 33 of file 1lnn.h.

double input[NUMBER_OF_INPUT_CELLS]

Definition at line 30 of file 1lnn.h.

double output

Definition at line 32 of file 1lnn.h.

double weight[NUMBER_OF_INPUT_CELLS]

Definition at line 31 of file 1lnn.h.


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