Quiz · 4 questions
🕸️ Functional API — Flexible Model Architectures
Graphs, branches, and skips
Level 0Keras Apprentice
0 XP0/97 lessons0/20 achievements
0/120 XP to next level120 XP to go0% complete
Quiz
01What is the correct pattern for building a Functional API model?
Hint
The Functional API pattern: define Input, chain layers with x = Layer()(x), create Model(inputs, outputs).
02How do you add a residual/skip connection in Keras?
Hint
layers.add() performs element-wise addition of tensors — the core operation for residual connections.
03What does a shared layer mean?
Hint
A shared layer is a single layer instance called on multiple inputs.
04Can you nest one Keras Model inside another?
Comments 0
🔔 Reply notifications (sign in)Sign in — Please sign in to comment.
No comments yet — be the first.