The Perceptron algorithm is a fundamental linear classifier used to model binary relationships. This implementation focuses on the logical implication x1 → (x2 ∨ x3)
-
Updated
Jan 3, 2025 - JavaScript
The Perceptron algorithm is a fundamental linear classifier used to model binary relationships. This implementation focuses on the logical implication x1 → (x2 ∨ x3)
Binary Linear Classifier - AI Supervised Algorithm
Ejemplo de clasificador lineal usando el perceptrón tradicional
Simple perceptron based on Daniel Shiffman's excellent tutorial.
Add a description, image, and links to the linear-classifier topic page so that developers can more easily learn about it.
To associate your repository with the linear-classifier topic, visit your repo's landing page and select "manage topics."