Skip to content

opixelum/java-simple-neural-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java simple neural network

A very simple implementation of a neural network in Java.

This model will output a number near 1 if the first input is greater than the second, and a number near 0 otherwise. The model will be train on 100,000,000 random inputs, with 3 hidden neurons.

About

A very simple implementation of a neural network in Java.

Topics

Resources

License

Stars

Watchers

Forks

Languages