Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexixrugis/perceptronvisualization
Visualization of training and operation of a perceptron written from scratch in numpy
https://github.com/alexixrugis/perceptronvisualization
ai machine-learning numpy python
Last synced: about 2 hours ago
JSON representation
Visualization of training and operation of a perceptron written from scratch in numpy
- Host: GitHub
- URL: https://github.com/alexixrugis/perceptronvisualization
- Owner: AlexixRugis
- License: mit
- Created: 2024-06-27T17:38:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T04:45:39.000Z (6 months ago)
- Last Synced: 2024-11-15T21:02:15.118Z (2 months ago)
- Topics: ai, machine-learning, numpy, python
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perceptron Visualization
Visualization of training and operation of a perceptron written from scratch in numpy![trained perceptron with one hidden layer](images/image.png)
## How to run
1. Install dependencies (PyGame)
```
pip install -r requirements.txt
```
2. Run application
```
python ./main.py
```