forked from tflearn/tflearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (51 loc) · 1.58 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: TFLearn
site_url: http://tflearn.org
repo_url: https://github.com/tflearn/tflearn
site_description: Documentation for TFLearn, a deep learning library featuring a higher-level API for TensorFlow.
site_author: Aymeric Damien
google_analytics: ['UA-81255389-1', 'tflearn.org']
theme: readthedocs
docs_dir: templates
extra_css:
- css/extra.css
pages:
- Home: index.md
- Index: doc_index.md
- Installation: installation.md
- Getting Started: getting_started.md
- Tutorials: tutorials.md
- Examples: examples.md
- Models:
- Deep Neural Network: models/dnn.md
- Generative Neural Network: models/generator.md
- Layers:
- Core Layers: layers/core.md
- Convolutional Layers: layers/conv.md
- Recurrent Layers: layers/recurrent.md
- Normalization Layers: layers/normalization.md
- Embedding Layers: layers/embedding_ops.md
- Merge Layers: layers/merge_ops.md
- Estimator Layers: layers/estimator.md
- Built-in Ops:
- Activations: activations.md
- Objectives: objectives.md
- Optimizers: optimizers.md
- Metrics: metrics.md
- Initializations: initializations.md
- Losses: losses.md
- Summaries: summaries.md
- Variables: variables.md
- Data Management:
- Data Utils: data_utils.md
- Data Preprocessing: data_preprocessing.md
- Data Augmentation: data_augmentation.md
- Data Flow: data_flow.md
- Others:
- Graph Config: config.md
- Helpers for Extending Tensorflow:
- Trainer: helpers/trainer.md
- Evaluator: helpers/evaluator.md
- Summarizer: helpers/summarizer.md
- Regularizer: helpers/regularizer.md
- Contributions: contributions.md
- License: license.md