# Exercise - PyTorch Autograd

{% file src="<https://content.gitbook.com/content/Z1AtAIaq9iuBBWNOucSy/blobs/47Lockcp8RqLUgc4QFh3/PyTorch%20Autograd.ipynb>" %}

You will not have to solve any tasks in this notebook. Its purpose is to show you how PyTorch can compute derivatives automatically, so that we do not have to implement the derivatives of the functions we use manually.
