https://github.com/explodes/neural
Brain Theory and Neural Networks
https://github.com/explodes/neural
Last synced: about 1 month ago
JSON representation
Brain Theory and Neural Networks
- Host: GitHub
- URL: https://github.com/explodes/neural
- Owner: explodes
- Created: 2015-02-15T11:28:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T10:20:35.000Z (over 11 years ago)
- Last Synced: 2025-12-26T12:55:07.562Z (6 months ago)
- Language: Python
- Size: 184 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Neural: Brain Theory and Neural Networks
================================================
# Current software:
## McCulloch-Pitts model, network (python)
* McCulloch-Pitts Neuron
* Perceptron *This one is the really cool one, obviously*
* Gates
1. AND
2. NAND
3. OR
4. NOT
5. XOR )
* Logic units
1. Half-adder
2. Full-adder
# References
| Work | Author | Publisher |
|------|--------|-----------|
|"The Handbook of Brain Theory and Neural Networks"|Editor Michael A. Arbib|Cambridge, Massachusetts; London, England: MIT, 2003|
|[Exclusive OR Gate](http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/xor.html)|Carl Rod Nave|Copyright 2001|