keras/docs/mkdocs.yml

54 lines
1.8 KiB
YAML
Raw Normal View History

site_name: Keras Documentation
theme: readthedocs
2017-03-12 23:13:57 +00:00
# theme_dir: theme
docs_dir: sources
2015-04-11 20:01:12 +00:00
repo_url: http://github.com/fchollet/keras
2015-06-28 03:29:07 +00:00
site_url: http://keras.io/
2016-04-07 00:34:25 +00:00
site_description: 'Documentation for Keras, the Python Deep Learning library.'
2015-04-11 20:01:12 +00:00
dev_addr: '0.0.0.0:8000'
google_analytics: ['UA-61785484-1', 'keras.io']
pages:
- Home: index.md
2016-04-07 00:34:25 +00:00
- Getting started:
- Guide to the Sequential model: getting-started/sequential-model-guide.md
- Guide to the Functional API: getting-started/functional-api-guide.md
- FAQ: getting-started/faq.md
- Models:
- About Keras models: models/about-keras-models.md
- Sequential: models/sequential.md
- Model (functional API): models/model.md
- Layers:
2016-04-07 00:34:25 +00:00
- About Keras layers: layers/about-keras-layers.md
- Core Layers: layers/core.md
- Convolutional Layers: layers/convolutional.md
2016-07-14 22:27:46 +00:00
- Pooling Layers: layers/pooling.md
2016-08-28 09:03:14 +00:00
- Locally-connected Layers: layers/local.md
- Recurrent Layers: layers/recurrent.md
- Embedding Layers: layers/embeddings.md
2017-03-12 23:13:57 +00:00
- Merge Layers: layers/merge.md
2016-04-07 00:34:25 +00:00
- Advanced Activations Layers: layers/advanced-activations.md
- Normalization Layers: layers/normalization.md
2015-07-07 14:40:40 +00:00
- Noise layers: layers/noise.md
2016-04-07 00:34:25 +00:00
- Layer wrappers: layers/wrappers.md
2016-04-07 21:23:34 +00:00
- Writing your own Keras layers: layers/writing-your-own-keras-layers.md
- Preprocessing:
- Sequence Preprocessing: preprocessing/sequence.md
- Text Preprocessing: preprocessing/text.md
- Image Preprocessing: preprocessing/image.md
2017-03-12 23:13:57 +00:00
- Losses: losses.md
- Metrics: metrics.md
2016-04-07 00:34:25 +00:00
- Optimizers: optimizers.md
- Activations: activations.md
- Callbacks: callbacks.md
- Datasets: datasets.md
2016-08-28 09:03:14 +00:00
- Applications: applications.md
2016-04-07 00:34:25 +00:00
- Backend: backend.md
- Initializations: initializations.md
- Regularizers: regularizers.md
- Constraints: constraints.md
- Visualization: visualization.md
- Scikit-learn API: scikit-learn-api.md
2017-03-12 23:13:57 +00:00
- Utils: utils.md