PyTorch: Difference between revisions

Content deleted Content added
Undid revision 1208467459 by 94.200.108.118 (talk)
Line 58:
{{main|Tensor (machine learning)}}
 
PyTorch defines a class called nn (<code>torch.nn</code>) to describe neural networks and to support training. This module offers a comprehensive collection of building blocks for neural networks, including various layers and activation functions, enabling the construction of complex models.
 
== Example ==