https://github.com/Brollof/SimplePerceptron
Simple perceptron visualisation (C#)
https://github.com/Brollof/SimplePerceptron
csharp machine-learning neural-network perceptron supervised-learning visual-studio
Last synced: over 1 year ago
JSON representation
Simple perceptron visualisation (C#)
- Host: GitHub
- URL: https://github.com/Brollof/SimplePerceptron
- Owner: Brollof
- Created: 2017-11-18T08:51:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T09:07:23.000Z (over 8 years ago)
- Last Synced: 2024-10-24T06:27:51.960Z (over 1 year ago)
- Topics: csharp, machine-learning, neural-network, perceptron, supervised-learning, visual-studio
- Language: C#
- Size: 41 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Perceptron
Simple perceptron visualisation made in Visual Studio (C#).
Perceptron learns over time whether the dot is above or below line.