https://github.com/avidlearnerinprogress/neural-network-practice
Lab experiments of Soft Computing Techniques
https://github.com/avidlearnerinprogress/neural-network-practice
bidirectional-associative-memory delta-learning-rule hebbian-learning-rule hopfield-network mp-model neural-network perceptron-learning-rule python winner-take-all
Last synced: about 1 month ago
JSON representation
Lab experiments of Soft Computing Techniques
- Host: GitHub
- URL: https://github.com/avidlearnerinprogress/neural-network-practice
- Owner: avidLearnerInProgress
- Created: 2018-03-15T06:14:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T17:14:27.000Z (about 7 years ago)
- Last Synced: 2025-04-10T23:04:08.117Z (about 1 month ago)
- Topics: bidirectional-associative-memory, delta-learning-rule, hebbian-learning-rule, hopfield-network, mp-model, neural-network, perceptron-learning-rule, python, winner-take-all
- Language: Python
- Homepage:
- Size: 1.52 MB
- Stars: 5
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Lab Experiments of Soft Computing Techniques
============================================### Contents:
+ Mcculloch Pitts Model
+ Hebbian Learning Rule
+ Perceptron Learning Rule
+ Delta Learning Rule
+ Winner Take All Learning Rule
+ Error Backpropagation Algorithm
+ Hopfield Networks
+ Bidirectional Associative Memory