Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
Install / Use
/learn @Jasonnor/BackpropagationREADME
Backpropagation
Using Java Swing to implement backpropagation neural network. Learning algorithm can refer to this Wikipedia page.
Input consists of several groups of multi-dimensional data set, The data were cut into three parts (each number roughly equal to the same group), 2/3 of the data given to training function, and the remaining 1/3 of the data given to testing function.
The purpose of program is training to cut a number of groups of hyperplanes and synaptic weights, and display the results in the graphical interface.
Getting Started
git clone https://github.com/Jasonnor/Backpropagation.git
cd Backpropagation
Backpropagation.jar

- Menu (Files, Skins)
- Output
- Background rendering mode & zoom level
- Read the file
- File path
- Adjustable parameters
- Output parameters
- Generate new results
- List of training materials (2/3 of total data)
- List of test data (1/3 of total data)
Be careful to use background rendering mode, and notice that too small drawing size will delay the computer.
Input Data Format
InputA InputB OutputA
InputC InputD OutputB
...
You can use these data sets for testing.
Result



Contributing
Please feel free to use it if you are interested in fixing issues and contributing directly to the code base.
License
Backpropagation is released under the MIT license. See the LICENSE file for details.
Related Skills
proje
Interactive vocabulary learning platform with smart flashcards and spaced repetition for effective language acquisition.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
last30days-skill
17.5kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
sec-edgar-agentkit
10AI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.
