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.
- Host: GitHub
- URL: https://github.com/opixelum/java-simple-neural-network
- Owner: opixelum
- License: unlicense
- Created: 2023-11-14T09:45:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T09:47:55.000Z (about 2 years ago)
- Last Synced: 2025-03-04T09:14:01.696Z (10 months ago)
- Topics: ai, java, neural-network
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.