This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What does an optimizer do when training a deep learning model?
Removes training data for which predictions are incorrect.
Adjusts weights and biases to minimize loss.
Generates predictions from test data to calculate metrics.
Which method of a PyTorch model class is used to pass data through the network?
backpropagate
fit
forward
Which library can you use to distribute PyTorch training across multiple cluster nodes?
TorchDistributor
Hyperopt
Scikit-Learn
You must answer all questions before checking your work.
Was this page helpful?