← Back to Test

Problem 14 - Olympiad

Which Python library is most commonly used for automatic differentiation in modern deep-learning frameworks?

Correct: N/A

Autograd (now part of PyTorch and JAX) records operations on tensors and builds a dynamic computation graph for automatic gradient computation.