Learn PyTorch in 10 minutes
PyTorch is an open source Machine Learning library based on the Torch library, used for applications such as computer vision and natural language processing. PyTorch is an open source Machine Learning library based on the Torch library, used for applications such as computer vision and natural language processing. This tutorial introduces the fundamental concepts of PyTorch through self-contained examples. We will use a fully-connected ReLU network as our running example. The network will have a single hidden layer, and will be trained with gradient descent to fit random data by minimizing the Euclidean distance between the network output and the true output.
Apr-19-2020, 00:01:40 GMT
- Genre:
- Technology: