Skip to content
#

perceptron-algorithm

Here are 48 public repositories matching this topic...

🧠 Dynamic Multi-Label Neural Network built from scratch using a Perceptron-based architecture. Includes a flexible NeuralNetwork class with backpropagation and a CrossValidator for K-Fold cross-validation. Designed for training models with multiple binary outputs.

  • Updated Apr 10, 2026
  • Python

The perceptron algorithm is the basic algorithm for classification, which serves as the backbone of the Neural Networks and SVM linear classification. This code will provide a deep understanding of the algorithm by taking you through it from scratch.

  • Updated Feb 22, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the perceptron-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the perceptron-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more