An open API service indexing awesome lists of open source software.

https://github.com/timcsy/simplecnn


https://github.com/timcsy/simplecnn

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

Simple CNN
===

Using C++ to build a simple CNN Project that can recongnize digits.

Back-end
---
See [cnn/README.md](cnn/README.md)

Front-end
---
See [client/README.md](client/README.md)