# Introduction We introduced the use of PyTorch. I believe you are already familiar with PyTorch's tensor types and commonly used algorithms. We also tried to construct a simple BP neural network structure using PyTorch. In this challenge, you need to use PyTorch to achieve a familiar linear regression.
Click the virtual machine below to start practicing