1. What is PyTorch mainly used for?
2. PyTorch was originally developed by:
3. What is a tensor?
4. Which function creates a tensor of zeros?
5. Which module contains neural network layers?
6. What does autograd do?
7. Which attribute enables gradient computation?
8. Which function computes gradients?
9. Which optimizer is available in PyTorch?
10. Which loss is used for classification?