Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defgsus/mnn
modular neuronal network lib
https://github.com/defgsus/mnn
Last synced: 28 days ago
JSON representation
modular neuronal network lib
- Host: GitHub
- URL: https://github.com/defgsus/mnn
- Owner: defgsus
- License: mit
- Created: 2015-12-22T22:21:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T12:37:37.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T15:40:57.053Z (about 1 month ago)
- Language: C++
- Size: 171 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modular Neuronal Networks
A little library that get's worked on every two years
for testing and implementing interesting NN stuff.mnn/* is the library part,
the rest is a Qt project with some test and debug cases,
mainly training the MNIST Handwritten Digits set
and developing the Restricted Boltzman Machine.Also a Qt gui project is included, which just started..
The whole thing is not polished at all and in development state.
Some things might even be totally wrong!### License is MIT