Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpcano/perceptron-from-scratch
https://github.com/jpcano/perceptron-from-scratch
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpcano/perceptron-from-scratch
- Owner: jpcano
- Created: 2024-12-25T10:54:33.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T11:02:09.000Z (9 days ago)
- Last Synced: 2024-12-25T11:29:16.507Z (9 days ago)
- Language: Jupyter Notebook
- Size: 0 Bytes
- 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".