Please enable JavaScript.
Coggle requires JavaScript to display documents.
KERAS-MODEL API (How to use? (Declare the model, Compile the model, Define…
KERAS-MODEL API
-
General
Good at
-
-
multi-input, multi-output model
-
to build complicated models such as resnet, inception, share vision task, image to language model, etc.
Examples
-
-
-
describe a picture by text, etc...
Key takeaways
SHARED LAYERS: Layers shared by different inputs such as comparing two tweets will use shared layers to encode two tweets
-
Multi-input, multi-output. Remember how COMPILE sets up this loss functions, etc......