Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpcano/perceptron-from-scratch


https://github.com/jpcano/perceptron-from-scratch

Last synced: 9 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".