Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinmeiners/neural-nets-sim
McCulloch & Pitts neural net simulator.
https://github.com/justinmeiners/neural-nets-sim
ai artificial-intelligence canvas javascript neural-nets neural-network simulator theory-of-computation
Last synced: 16 days ago
JSON representation
McCulloch & Pitts neural net simulator.
- Host: GitHub
- URL: https://github.com/justinmeiners/neural-nets-sim
- Owner: justinmeiners
- License: gpl-2.0
- Created: 2019-01-13T06:21:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T04:39:15.000Z (about 2 years ago)
- Last Synced: 2023-09-30T22:48:59.927Z (about 1 year ago)
- Topics: ai, artificial-intelligence, canvas, javascript, neural-nets, neural-network, simulator, theory-of-computation
- Language: JavaScript
- Homepage: https://justinmeiners.github.io/neural-nets-sim
- Size: 10.2 MB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [neural-nets-sim](https://justinmeiners.github.io/neural-nets-sim)
Created by: [Ryan Pendleton](https://github.com/rpendleton) & [Justin Meiners](https://github.com/justinmeiners)
![neural nets 1](papers/minsky_1.gif)
![neural nets 2](papers/minsky_2.gif)
Pages from [Computation: finite and infinite machines](https://dl.acm.org/citation.cfm?id=1095587) by Marvin Minsky.
# License
This code is licensed under [GPL v2](LICENSE.txt).
# Neural Net List
This is a list where you can contribute your own neural nets. Simply host them some place that is publically accessible (Like a Gist) and add a link to it:
```
https://justinmeiners.github.io/neural-nets-sim/?d=https://yourlinkhere
```- [Gist Sample](https://justinmeiners.github.io/neural-nets-sim/?d=https://gist.githubusercontent.com/justinmeiners/8f02ad348f577eb0fc29d64fccde94a3/raw/b1804996b41ab811c1976dde77f9af2dbf86bbbf/sample_net.net) Shows you how to host a Neural Net in a Gist. By [justinmeiners](https://github.com/justinmeiners).