https://github.com/tufayellus/perceptron-learning-rule-calculator
A python program that calculates Iteration count and weight, bias for a input data(Neural Network). Currently set for manual calculation.
https://github.com/tufayellus/perceptron-learning-rule-calculator
Last synced: 7 months ago
JSON representation
A python program that calculates Iteration count and weight, bias for a input data(Neural Network). Currently set for manual calculation.
- Host: GitHub
- URL: https://github.com/tufayellus/perceptron-learning-rule-calculator
- Owner: TufayelLUS
- Created: 2019-10-20T09:06:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T09:13:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T23:44:58.912Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perceptron-Learning-Rule-Calculator
A python program that calculates Iteration count and weight, bias for a input data. Currently set for manual calculation.