An open API service indexing awesome lists of open source software.

https://github.com/opixelum/java-simple-neural-network

A very simple implementation of a neural network in Java.
https://github.com/opixelum/java-simple-neural-network

ai java neural-network

Last synced: 3 months ago
JSON representation

A very simple implementation of a neural network in Java.

Awesome Lists containing this project

README

          

# 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.