Wednesday, February 17, 2016

awesome-cnn-android ABOUT

This text was taken from the 'ABOUT' file in the awesome-cnn-android github project. The complete project can be found here: https://github.com/radiodee1/awesome-cnn-android



This program uses convolutional neural networks to try to figure out what letter you are drawing on the screen and feed it to a android program as input. The neural networks used are of the 'LeNet' type, pioneered by Yann LeCun.

http://yann.lecun.com/exdb/lenet/

Implementation of neural networks in this project use Skymind Ink's 'deeplearning4j' package, which is licensed under the Apache 2 license. Most Skymind code can be found in the files 'Network.java' and 'Operation.java' in the folder 'app/src/main/java/org/davidliebman/android/ime/'.

http://deeplearning4j.org/

1 comment: