
上QQ阅读APP看书,第一时间看更新
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.