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: 25 days ago
JSON representation

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".