|
| 1 | +Copyright (c) 2020 Konduit K.K |
| 2 | +Copyright 2015-2019 Skymind Inc. |
| 3 | + |
| 4 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +you may not use this file except in compliance with the License. |
| 6 | +You may obtain a copy of the License at |
| 7 | + |
| 8 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | + |
| 10 | +Unless required by applicable law or agreed to in writing, software |
| 11 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +See the License for the specific language governing permissions and |
| 14 | +limitations under the License. |
| 15 | + |
| 16 | + |
| 17 | +########################## |
| 18 | + |
| 19 | +-- Misc files -- |
| 20 | +*README.md |
| 21 | +*readme.md |
| 22 | +.github/CONTRIBUTING.md |
| 23 | +.github/ISSUE_TEMPLATE.md |
| 24 | +.github/PULL_REQUEST_TEMPLATE.md |
| 25 | +org/deeplearning4j/examples/misc/customlayers/CustomLayerExampleReadme.md |
| 26 | +org/deeplearning4j/examples/tictactoe/ReadMe.txt |
| 27 | +lstm-hdfs/src/resources/test/f1 |
| 28 | +lstm-hdfs/src/resources/test/f2 |
| 29 | +lstm-hdfs/src/resources/train/f1 |
| 30 | +lstm-hdfs/src/resources/train/f2 |
| 31 | +lstm-hdfs/src/resources/train/f3 |
| 32 | +nd4j-examples/src/main/resources/numpy_cheatsheet/file.csv |
| 33 | +nd4j-examples/src/main/resources/numpy_cheatsheet/file.txt |
| 34 | +nd4j-examples/src/main/resources/numpy_cheatsheet/saveFile.csv |
| 35 | +nd4j-examples/src/main/resources/numpy_cheatsheet/saveFile.txt |
| 36 | +pydatavec-examples/basic_example.csv |
| 37 | +pydatavec-examples/reduction_example.csv |
| 38 | +rl4j-examples/cartpole.gif |
| 39 | +rl4j-examples/cliffwalk.gif |
| 40 | +rl4j-examples/cliffwalk_block.gif |
| 41 | +rl4j-examples/doom.gif |
| 42 | +rl4j-examples/scoregraph.png |
| 43 | +tutorials/00. Quickstart for Deeplearning4j.json |
| 44 | +tutorials/00. Quickstart for Deeplearning4j.zepp.ipynb |
| 45 | +tutorials/01. MultiLayerNetwork and ComputationGraph.json |
| 46 | +tutorials/01. MultiLayerNetwork and ComputationGraph.zepp.ipynb |
| 47 | +tutorials/02. Built-in Data Iterators.json |
| 48 | +tutorials/02. Built-in Data Iterators.zepp.ipynb |
| 49 | +tutorials/03. Logistic Regression.json |
| 50 | +tutorials/03. Logistic Regression.zepp.ipynb |
| 51 | +tutorials/04. Feed-forward.json |
| 52 | +tutorials/04. Feed-forward.zepp.ipynb |
| 53 | +tutorials/05. Basic Autoencoder- Anomaly Detection Using Reconstruction Error.json |
| 54 | +tutorials/05. Basic Autoencoder- Anomaly Detection Using Reconstruction Error.zepp.ipynb |
| 55 | +tutorials/06. Advanced Autoencoder- Trajectory Clustering using AIS.json |
| 56 | +tutorials/06. Advanced Autoencoder- Trajectory Clustering using AIS.zepp.ipynb |
| 57 | +tutorials/07. Convolutions- Train FaceNet Using Center Loss.json |
| 58 | +tutorials/07. Convolutions- Train FaceNet Using Center Loss.zepp.ipynb |
| 59 | +tutorials/08. RNNs- Sequence Classification of Synthetic Control Data.json |
| 60 | +tutorials/08. RNNs- Sequence Classification of Synthetic Control Data.zepp.ipynb |
| 61 | +tutorials/09. Early Stopping.ipynb |
| 62 | +tutorials/09. Early Stopping.zepp.json |
| 63 | +tutorials/10. Layers and Preprocessors.ipynb |
| 64 | +tutorials/10. Layers and Preprocessors.zepp.json |
| 65 | +tutorials/11. Hyperparameter Optimization.json |
| 66 | +tutorials/11. Hyperparameter Optimization.zepp.ipynb |
| 67 | +tutorials/12. Clinical Time Series LSTM Example.json |
| 68 | +tutorials/12. Clinical Time Series LSTM Example.zepp.ipynb |
| 69 | +tutorials/13. Clinical LSTM Time Series Example Using SKIL.json |
| 70 | +tutorials/13. Clinical LSTM Time Series Example Using SKIL.zepp.ipynb |
| 71 | +tutorials/14. Parallel Training.json |
| 72 | +tutorials/14. Parallel Training.zepp.ipynb |
| 73 | +tutorials/15. Sea Temperature Convolutional LSTM Example.json |
| 74 | +tutorials/15. Sea Temperature Convolutional LSTM Example.zepp.ipynb |
| 75 | +tutorials/16. Sea Temperature Convolutional LSTM Example 2.json |
| 76 | +tutorials/16. Sea Temperature Convolutional LSTM Example 2.zepp.ipynb |
| 77 | +tutorials/17. Instacart Multitask Example.json |
| 78 | +tutorials/17. Instacart Multitask Example.zepp.ipynb |
| 79 | +tutorials/18. Instacart Single Task Example.json |
| 80 | +tutorials/18. Instacart Single Task Example.zepp.ipynb |
| 81 | +tutorials/19. Cloud Detection Example.json |
| 82 | +tutorials/19. Cloud Detection Example.zepp.ipynb |
| 83 | + |
| 84 | +Copyright (c) 2020 Konduit K.K |
| 85 | +Copyright (c) 2015-2019 Skymind, Inc. |
| 86 | +Apache 2.0 License |
| 87 | + |
| 88 | +########################## |
0 commit comments