VarunAnanth2003/NeuralNetworkTesting
A fully functioning neural network made from scratch in Java without the use of any external libraries. Comes with extended functionality such as L2 regularization, Mini-batch gradient descent, variable activation functions, etc. Fully commented for ease of understanding!
No commits in the last 6 months.
Stars
2
Forks
—
Language
Java
License
—
Category
Last pushed
Sep 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/VarunAnanth2003/NeuralNetworkTesting"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jasonnor/Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
goessl/MachineLearning
An easy neural network for Java!
evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java