Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradylangdale/pynn
Python Based Neural Network Framework
https://github.com/bradylangdale/pynn
Last synced: 23 days ago
JSON representation
Python Based Neural Network Framework
- Host: GitHub
- URL: https://github.com/bradylangdale/pynn
- Owner: bradylangdale
- Created: 2023-12-12T19:27:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:19:22.000Z (about 1 year ago)
- Last Synced: 2024-11-07T15:53:09.561Z (2 months ago)
- Language: Python
- Size: 17.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyNN
Python Based Neural Network FrameworkThe framework supports multilayer perceptrons using sigmoid and ReLU for layer activation functions.
The front end of the framework allows you to watch the network train and then interactively test it using the scribble pad.![https://github.com/bradylangdale/PyNN/](https://github.com/bradylangdale/PyNN/blob/main/drawing_demo.gif)