NumPyCNNAndroid

Convolutional Neural Network for Android using Kivy and NumPy

Stars
25
Committers
1

Bot releases are hidden (Show)

NumPyCNNAndroid - NumPyCNNAndroidv0.2-Threading Latest Release

Published by ahmedfgad over 6 years ago

Using a new thread to perform the calculations of the CNN layers rather than using the main thread. This prevents time-consuming operations from freezing the application GUI.

threading.Thread(target=self.run_cnn_thread).start()
NumPyCNNAndroid - NumPyCNNAndroidv0.1

Published by ahmedfgad over 6 years ago

First version of NumPyCNNAndroid.
Using NumPyCNNAndroid v 0.1, you can build a CNN based containing 9 layers (conv-relu-pool) and visualize the output of each layer.