Podcast
Questions and Answers
Which components are combined into a network or model?
Which components are combined into a network or model?
- Loss function
- Layers (correct)
- Input data
- Targets
What does the loss function do?
What does the loss function do?
- Maps the input data to predictions
- Updates the network's weights
- Determines how learning proceeds
- Defines the feedback signal used for learning (correct)
What does the optimizer do?
What does the optimizer do?
- Determines how learning proceeds
- Defines the feedback signal used for learning
- Updates the network's weights (correct)
- Maps the input data to predictions
What does the network do?
What does the network do?