PyTorch: Difference between revisions

Content deleted Content added
Change "class" to "module". The nn module of PyTorch is not a class.
PyTorch neural networks: more fitting main article rather than duplicate
Line 44:
 
== PyTorch neural networks ==
{{main|TensorNeural network (machine learning)}}
 
PyTorch defines a module 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.