Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 283 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 283 Bytes

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.