https://github.com/pysualk/neural-network-java
Implementation of the Neural Network described in the great Tutorial 'Neural Networks Demystified' using Java and ND4J
https://github.com/pysualk/neural-network-java
Last synced: 3 months ago
JSON representation
Implementation of the Neural Network described in the great Tutorial 'Neural Networks Demystified' using Java and ND4J
- Host: GitHub
- URL: https://github.com/pysualk/neural-network-java
- Owner: PySualk
- Created: 2015-12-23T15:38:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T12:10:27.000Z (over 9 years ago)
- Last Synced: 2025-01-15T15:16:21.595Z (4 months ago)
- Language: Java
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neural-network-java
A Java implementation of the great tutorial Neural Networks Demystified (https://github.com/stephencwelch/Neural-Networks-Demystified).
## TODO
I only implemented parts 1 to 4 of the tutorial so far.