- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 47字
- 2021-06-10 19:38:56
Shared layer models
Multiple layers in Keras can share the output from one layer. There can be multiple different feature extraction layers from an input, or multiple layers can be used to predict the output from a feature extraction layer.
Let's look at both of these examples.