based on version 0.0.3.3.*
Repository of Deeplearning4J neural net examples:
- Convolutional Neural Nets
- Deep-belief Neural Nets
- Glove Example
- Restricted Boltzmann Machines
- Recurrent Neural Nets
- Recursive Neural Nets
- TSNE
- Word2Vec
We are still developing and tuning these examples. If you notice issues, please log them, and if you want to contribute, submit a pull request. Input is welcome here.
Check the POM to confirm where these examples are running from. If it has SNAPSHOT in the dl4j and nd4j then git clone those repositories and build locally. Otherwise use Maven Repo. We are working to get this stabilized as quickly as possible.
For more information, check out deeplearning4j.org and its JavaDoc.
Model Name | Accuracy | F1 | Status | Training |
---|---|---|---|---|
CNNIris | 0.48 | 0.19 | Tune | full |
CNNMnist | 0.34 | 0.032 | Fix | full |
CNNMnist2 | 0.05 | 0.009 | Fix | batch |
DBNCreateData | 0.50 | 0.33 | Fix | batch |
DBNFullMnist | 0.357 | 0.018 | Tune | full |
DBNIris | 0.975 | 0.971 | Tune | full |
DBNLWF | 5.0E-3 | 3.8E-4 | Tune | batch |
DBNMnistReconstruct | 0.335 | 0.10 | Tune | batch |
DBNSmallMnist | 0.425 | 0.023 | Fix | full |
GloveRawSentence | Sim 0.13 | NA | Tune | batch |
MLPBackpropIris | 0.609 | 0.513 | Tune | batch |
RBMCreateData | NA | Fix | full | |
RBMIris | NA | Tune | full | |
RecurrentLSTMMnist | NA | Validate | batch | |
RecursiveAutoEncoder | NA | Validate | batch | |
RNTNTweets | 0.33 | Fix | batch | |
RNTNTweets2 | 0.33 | Fix | batch | |
TSNEBarnesHut | NA | Fix | NA | |
TSNEStandard | NA | Fix | NA | |
Word2VecRawText | Sim 0.24 | NA | Fix | batch |
- Sim is simularity ** Some networks need adjustments for seed to work (e.g. RNTN) *** Note, current error in accuracy is causing it to be higher than expected