sushantPatrikar/XOR-Gate-With-Neural-Network-Using-Numpy
XOR gate which predicts the output using Neural Network :fire:
This project helps students and educators understand how a basic neural network learns to solve a classic problem. You input different learning parameters like the number of training cycles and neurons, and it outputs a trained network capable of predicting outcomes. This is designed for anyone studying or teaching the fundamentals of neural networks.
No commits in the last 6 months.
Use this if you are learning or teaching the basic principles of neural networks and want to experiment with how different parameters affect a simple model's ability to learn.
Not ideal if you need a neural network for real-world data analysis, complex prediction tasks, or production applications.
Stars
8
Forks
4
Language
Python
License
MIT
Category
Last pushed
Aug 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sushantPatrikar/XOR-Gate-With-Neural-Network-Using-Numpy"
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.
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
devleo-m/ia-perceptron
Basic implementation of a Perceptron in Python. The Perceptron is trained with input data,...