Jasonnor/Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
Provides a Java Swing GUI for training and visualizing multilayer neural networks, automatically splitting input datasets into 66/34 training/testing partitions. The implementation learns hyperplane decision boundaries and synaptic weights through standard backpropagation, with real-time graphical rendering of learned classification regions. Supports custom multi-dimensional datasets in simple tab-separated format and includes adjustable network parameters for experimentation.
251 stars. No commits in the last 6 months.
Stars
251
Forks
64
Language
Java
License
MIT
Category
Last pushed
Mar 13, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Jasonnor/Backpropagation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
goessl/MachineLearning
An easy neural network for Java!
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java
evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
amanmehara/tantrika
An object oriented neural network library.