devleo-m/ia-perceptron
Basic implementation of a Perceptron in Python. The Perceptron is trained with input data, adjusting weights and bias to predict outputs based on new values.
This project offers a foundational Perceptron Neural Network, a building block in machine learning. It takes in structured numerical data for training and then uses that learning to predict outcomes for new, unseen numerical inputs. It's suitable for students or enthusiasts learning the basics of artificial neural networks.
No commits in the last 6 months.
Use this if you are studying the core mechanics of a simple neural network and want a clear, hands-on example.
Not ideal if you need a robust, production-ready machine learning model for complex real-world predictions.
Stars
17
Forks
2
Language
Python
License
MIT
Category
Last pushed
Dec 24, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/devleo-m/ia-perceptron"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
TronixLab/Neurona-rgbClassifier
An easy guide for Color classification (RGB) using Multilayer Perceptron (MLP) Neural Networks...
Devignitor/Single-neuron-model-Simple-Neural-Network
Single-neuron model trained by gradient descent. It is the most fundamental simple neural network.
sushantPatrikar/XOR-Gate-With-Neural-Network-Using-Numpy
XOR gate which predicts the output using Neural Network :fire:
casparwylie/Perceptron
A flexible artificial neural network builder to analyse performance, and optimise the best model.
pasqal-io/perceptrain
Machine learning training, simplified, at scale