Perceptron Learning Implementations ML Frameworks
Basic implementations and educational projects focused on building perceptron classifiers from scratch. Includes single-layer perceptrons, binary/multi-class classification, and visualizations of the learning process. Does NOT include multi-layer neural networks, deep learning frameworks, or production-ready ML libraries.
There are 44 perceptron learning implementations frameworks tracked. The highest-rated is TronixLab/Neurona-rgbClassifier at 37/100 with 8 stars.
Get all 44 projects as JSON
curl "https://pt-edge.onrender.com/api/v1/datasets/quality?domain=ml-frameworks&subcategory=perceptron-learning-implementations&limit=20"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
| # | Framework | Score | Tier |
|---|---|---|---|
| 1 |
TronixLab/Neurona-rgbClassifier
An easy guide for Color classification (RGB) using Multilayer Perceptron... |
|
Emerging |
| 2 |
Devignitor/Single-neuron-model-Simple-Neural-Network
Single-neuron model trained by gradient descent. It is the most fundamental... |
|
Emerging |
| 3 |
sushantPatrikar/XOR-Gate-With-Neural-Network-Using-Numpy
XOR gate which predicts the output using Neural Network :fire: |
|
Emerging |
| 4 |
casparwylie/Perceptron
A flexible artificial neural network builder to analyse performance, and... |
|
Emerging |
| 5 |
pasqal-io/perceptrain
Machine learning training, simplified, at scale |
|
Emerging |
| 6 |
devleo-m/ia-perceptron
Basic implementation of a Perceptron in Python. The Perceptron is trained... |
|
Emerging |
| 7 |
Vinetos/neural-network-xor
Implements a neural network learning XOR gate in your favourite languages ! |
|
Emerging |
| 8 |
AsadiAhmad/Perceptron-From-Scratch
Implementing linear Perseptron model from scratch with exporting model and... |
|
Experimental |
| 9 |
Heperowt/Artificial-Neuron-From-Scratch
A C# implementation of an Artificial Neuron (Perceptron) built from scratch... |
|
Experimental |
| 10 |
bunuelcreamsauce54/perceptrons
🧠 Explore the evolution of neural networks from simple perceptrons to... |
|
Experimental |
| 11 |
clara6615/Classic-Single-Layer-Perceptron
🧮 Build and test a simple single-layer perceptron for digit recognition on... |
|
Experimental |
| 12 |
Daniell-Dantas/Treinamento-de-Rede-Neural-Artificial
Este é um código que implementa, passo a passo, o processo de treinamento de... |
|
Experimental |
| 13 |
sbablekis2004/perceptron
🧠 Build and run perceptive-language models with this Python SDK and CLI,... |
|
Experimental |
| 14 |
SebGSX/Machine-Learning-Sample
A straightforward machine learning sample based on a single perceptron... |
|
Experimental |
| 15 |
arashsajjadi/perceptron-algorithm
In this repository, you can see the execution of the perceptron algorithm... |
|
Experimental |
| 16 |
matin-ghorbani/perceptron
Implement a perceptron from scratch |
|
Experimental |
| 17 |
scantinibudden/Multilayered-Perceptron
It's a project for UBA where we developed a multilayered perceptron model... |
|
Experimental |
| 18 |
hatixntsoa/deep.classifier
Deep Learning Classification with Multilayer Perceptron |
|
Experimental |
| 19 |
hernandesmacedo/perceptron-colors
This is an Artificial Intelligence project that performs a Perceptron... |
|
Experimental |
| 20 |
vtarale/cPerceptron
Perceptron implementation in c |
|
Experimental |
| 21 |
BlagojeBlagojevic/PERCEPTRON
Perceptron implementation in C |
|
Experimental |
| 22 |
Gustavo01rb/Redes_Neurais
Este repositório contém implementações de algoritmos de redes neurais... |
|
Experimental |
| 23 |
detjonmataj/C-Perceptron
Implementation of a Simple Perceptron (Simplest Neural network by Frank... |
|
Experimental |
| 24 |
vtarale/NNetworks
Neural networks example |
|
Experimental |
| 25 |
Narendersingh007/perceptron-logic-gates
From-scratch perceptron algorithm implementation in Python. Trains on... |
|
Experimental |
| 26 |
Ravindu-Sampath-Weerakoon/Linear_Classification
Python implementation of the Perceptron algorithm for linear classification,... |
|
Experimental |
| 27 |
Jouwy/Perceptron-MLP-Classification
From-scratch NumPy implementations of Perceptron and Multi-Layer Perceptron... |
|
Experimental |
| 28 |
ImtiazShuvo/perceptron-multiclass-classification
Multi-class classification using Rosenblatt Perceptron and TensorFlow |
|
Experimental |
| 29 |
gokadin/ai-backpropagation-continued
This section explores a few of the problems (and solutions) to neural... |
|
Experimental |
| 30 |
amin-tohidi/Simple-classification-using-Heb-and-Perceptron-neural-networks
Data classification with the help of classic Hub and Perceptron networks |
|
Experimental |
| 31 |
thag0/Treinando-Rede-Neural-Artificial
Conjunto de ferramentas para lidar com treinamentos de redes neurais artificiais |
|
Experimental |
| 32 |
fxckillua/fuzzy-multilayerperceptron-MLP
Implementação de um Perceptron Multicamadas (MLP) com lógica fuzzy. Este... |
|
Experimental |
| 33 |
Ev3VSSD4rk/RNA-Perceptron
A RNA (Rede Neural Artificial) Perceptron é um dos modelos mais simples de... |
|
Experimental |
| 34 |
arda-guler/simpleceptor
Simple, supervised Python perceptron AI that can "learn" to classify shapes.... |
|
Experimental |
| 35 |
fxckillua/random-training-algorithm
Implementação de um algoritmo de treinamento aleatório para redes neurais.... |
|
Experimental |
| 36 |
AsherJingkongChen/deep-learn-assign-2
Deep Learning Assignment about: Perceptron Learning Algorithm (PLA),... |
|
Experimental |
| 37 |
YisusYaro/Perceptron
🧠 En el campo de la inteligencia artificial, el perceptrón simple es una red... |
|
Experimental |
| 38 |
fxckillua/multilayerperceptron-with-new-structure
Implementação de um Perceptron Multicamadas (MLP) com uma nova estrutura... |
|
Experimental |
| 39 |
fxckillua/backpropagation
Implementação do algoritmo de retropropagação para treinamento de redes... |
|
Experimental |
| 40 |
kacper673/Preceptron-classifier-from-scratch
A perceptron classifier for the Iris dataset implemented entirely from... |
|
Experimental |
| 41 |
gustavohnsv/mlp
Repositório dedicado ao estudo do algoritmo de classificação Perceptron... |
|
Experimental |
| 42 |
henriqueedu2001/Perceptron
Implementation of a Multilayer Perceptron from "scratch", using just numpy and pandas |
|
Experimental |
| 43 |
Renwarren/Perceptron_Pixel
Artificial Intelligence Project on Perceptron |
|
Experimental |
| 44 |
Ilikepizza2/Perceptron
A neat, lightweight and single neuron perceptron written in C++ from scratch... |
|
Experimental |