Skip to content

JiamingMai/Neural-Network-Java-Toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Neural-Network-Java-Toolbox

A neural network toolbox which is implemented by Java


The "Example" class gives an example of the neural network toolbox. The main method trys to train a neural network with three layers to match the XOR operation. The network works successfully. The inputs and the corresponding correct outputs are as follows:

|----------------|
| Input | Output |
|----------------|
|   00   |   0   |
|   01   |   1   |
|   10   |   1   |
|   11   |   0   |
|----------------|

About

A neural network toolbox which is implemented by Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages