Quiz · 5 questions
🏗️ Building Models with tf.keras
Sequential, Functional, Subclassing — all three in your toolkit
Level 0Level 0
0 XP0/78 lessons0/17 achievements
0/100 XP to next level100 XP to go0% complete
Quiz
01Which Keras API should you use for a model with a residual (skip) connection?
02Why use from_logits=True in SparseCategoricalCrossentropy instead of putting softmax on the output?
03In Keras 3, how should you create weights inside a custom layer's build()?
04GlobalAveragePooling2D applied to a (batch, 8, 8, 256) tensor produces what shape?
05model(x, training=False) affects which layers' behavior?
Comments 0
🔔 Reply notifications (sign in)Sign in — Please sign in to comment.
No comments yet — be the first.