Shish

Dependencies:   mbed USBDevice GLCD

Embed: (wiki syntax)

« Back to documentation index

DeepNeuralNetwork Class Reference

DeepNeuralNetwork Class Reference

Static dimensioned deep neural network without dynamic allocation. More...

#include <DeepNeuralNetwork.h>

Public Member Functions

int inference (const int image[][INPUT_IMAGE_SIZE])

Detailed Description

Static dimensioned deep neural network without dynamic allocation.

Definition at line 46 of file DeepNeuralNetwork.h.


Member Function Documentation

int inference ( const int  image[][INPUT_IMAGE_SIZE] )
Parameters:
image
Returns:
an integer between 0 and 35 containing the prediction

Definition at line 44 of file DeepNeuralNetwork.cpp.