https://github.com/jpcano/perceptron-from-scratch
https://github.com/jpcano/perceptron-from-scratch
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpcano/perceptron-from-scratch
- Owner: jpcano
- Created: 2024-12-25T10:54:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T11:02:09.000Z (6 months ago)
- Last Synced: 2025-02-17T06:42:04.359Z (4 months ago)
- Language: Jupyter Notebook
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perceptron-from-scratch
This is an implementation of a simple perceptron that can predict the cluster an input point belongs to. It is based on the example "3.9 Exercise: Perceptron Algorithm" from the course "Introductoin to Machine Learning with TensorFlow".