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

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

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.