Skip to content

The convolutional neural network LeNet by Yann LeCun. This example tests the weights provided in 4 byte data type with smaller data types (short/ char) in order to test the implemetation in a micro-controller.

Notifications You must be signed in to change notification settings

CerfVert94/lenet_cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The following makefile rule creates headers with weights in short / char data type :
make conv



'float' rule compiles a program that runs the neural network based on float type weights
=> Success

'short' rule compiles a program that runs the neural network based on short type weights
=> Success

'char' rule compiles a program that runs the neural network based on char type weights
=> Failure

About

The convolutional neural network LeNet by Yann LeCun. This example tests the weights provided in 4 byte data type with smaller data types (short/ char) in order to test the implemetation in a micro-controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages