Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).