Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregorykogan/neuro-lib
This is my interpretation of The Coding Train's Neural Network Toy library
https://github.com/gregorykogan/neuro-lib
library neural-network
Last synced: 1 day ago
JSON representation
This is my interpretation of The Coding Train's Neural Network Toy library
- Host: GitHub
- URL: https://github.com/gregorykogan/neuro-lib
- Owner: GregoryKogan
- License: mit
- Created: 2020-05-24T17:10:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T21:05:53.000Z (over 1 year ago)
- Last Synced: 2023-06-14T01:20:29.014Z (over 1 year ago)
- Topics: library, neural-network
- Language: JavaScript
- Homepage: https://gregorykogan.github.io/neuro-lib/
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neuro-lib
This is my interpretation of The Coding Train's Neural Network Toy library.
I added a few features for myself. This lib supports many layers in networks.
Also I improved mechanism for saving trained neural network as JSON file and
restoring it back. I use this library in most of my projects connected with AI.
It's really simple and powerful enough for most of my tasks.If you want to learn more about original library, you should watch
The Coding Train's video series about it:
https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh