Practice free →
HomeClaudeaifoundationsmlp_and_activations › What does an MLP add to a linear model?

What does an MLP add to a linear model?

AOne or more hidden layers between input and output
BA larger batch size only at training time
CA higher learning rate at every training step
DA different optimiser without architectural change
Answer & Solution
Correct answer: A. One or more hidden layers between input and output
An MLP stacks fully-connected hidden layers between input and output. With nonlinear activations, it can represent much richer mappings than a single linear layer.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions