Skip to content

ZhouJiaLinmumu/JNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is a JAVA toolkit for building neural networks. You can build any architecture with it from scratch or use any prebuilt architectures (MLP, RNN, LSTM, BLSTM, Conv->Maxpool). 

To build you need to add the following libraries (Tested using the Jblas bundles)
ND4J -> http://nd4j.org/downloads.html (add all .jar in libs/)
DL4J -> http://deeplearning4j.org/download.html (add all .jar in libs/)

Still undocumented for instrutions just mail me (wanglin1122@gmail.com)

About

Java Neural Network Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%