forked from Waikato/wekaDeeplearning4j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
21 lines (20 loc) · 847 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: WekaDeeplearning4j
theme: readthedocs
repo_url: https://github.com/Waikato/wekaDeeplearning4j
site_description: WekaDeeplearning4j Documentation
nav:
- Home: index.md
- Installation: install.md
- User Guide:
- 'Getting Started': 'user-guide/getting-started.md'
- 'Loading Data': 'user-guide/data.md'
- 'Model Zoo': 'user-guide/model-zoo.md'
- 'Natural Language Processing': 'user-guide/nlp.md'
- 'Progress Manager': 'user-guide/progress-manager.md'
- Examples:
- 'Introduction': 'examples/introduction.md'
- 'Training a CNN': 'examples/train_cnn.md'
- 'Training an RNN': 'examples/train_rnn.md'
- 'Image Feature Extraction': 'examples/feature_extraction.md'
- 'Inference': 'examples/inference.md'
- Troubleshooting: troubleshooting.md