File tree Expand file tree Collapse file tree 2 files changed +22
-13
lines changed
Expand file tree Collapse file tree 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 88- Getting started
99 Getting started with the sequential model
1010 Getting started with the functional api
11- Examples
1211 FAQ
13- Installation guide
1412
1513- Models
1614 About Keras models
2624 explain common layer functions: get_weights, set_weights, get_config
2725 explain input_shape
2826 explain usage on non-Keras tensors
29- Core layers
30- Convolutional
31- Recurrent
32- Embeddings
33- Normalization
34- Advanced activations
35- Noise
27+ Core Layers
28+ Convolutional Layers
29+ Pooling Layers
30+ Locally-connected Layers
31+ Recurrent Layers
32+ Embedding Layers
33+ Merge Layers
34+ Advanced Activations Layers
35+ Normalization Layers
36+ Noise Layers
37+ Layer Wrappers
38+ Writing your own Keras layers
3639
3740- Preprocessing
38- Image preprocessing
39- Text preprocessing
40- Sequence preprocessing
41+ Sequence Preprocessing
42+ Text Preprocessing
43+ Image Preprocessing
4144
4245Losses
4346Metrics
4447Optimizers
4548Activations
4649Callbacks
4750Datasets
51+ Applications
4852Backend
49- Initializations
53+ Initializers
5054Regularizers
5155Constraints
5256Visualization
5357Scikit-learn API
58+ Utils
59+ Contributing
5460
5561'''
5662from __future__ import print_function
@@ -509,3 +515,5 @@ def process_function_docstring(docstring):
509515 if not os .path .exists (subdir ):
510516 os .makedirs (subdir )
511517 open (path , 'w' ).write (mkdown )
518+
519+ shutil .copyfile ('../CONTRIBUTING.md' , 'sources/contributing.md' )
Original file line number Diff line number Diff line change 5151- Visualization : visualization.md
5252- Scikit-learn API : scikit-learn-api.md
5353- Utils : utils.md
54+ - Contributing : contributing.md
You can’t perform that action at this time.
0 commit comments