melchisedech333/xor-neural-network
🤖 Artificial intelligence (neural network) proof of concept to solve the classic XOR problem. It uses known concepts to solve problems in neural networks, such as Gradient Descent, Feed Forward and Back Propagation.
No commits in the last 6 months.
Stars
3
Forks
—
Language
JavaScript
License
BSD-3-Clause
Category
Last pushed
Oct 17, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/melchisedech333/xor-neural-network"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rtomrud/averaged-perceptron
A linear classifier with the averaged perceptron algorithm
victorqribeiro/perceptron
The simplest Perceptron you'll ever see
winkjs/wink-perceptron
Multi-class classifier
nicolas-meilan/neuraldeep
Console interface for create, train, test and compare differents perceptron neural networks
fanta-mnix/machine-learning-challenge1
First Machine Learning Challenge: Implement a Perceptron in JavaScript to classify handwritten digits