Building Models with PyTorch

Building Models with PyTorch

69.232 Lượt nghe
Building Models with PyTorch
PyTorch comes with a rich set of tools for building machine learning models. This video will explain the Module class, which is the parent class of all PyTorch models; the Parameter class, a special kind of tensor representing learning weights in a Module; an overview of some of the common neural network layer types; and a sampling of other layer types and functions that are useful for building ML models. Download the Building Models notebook here: https://pytorch-tutorial-assets.s3.amazonaws.com/youtube-series/Video+4+-+Building+Models+in+PyTorch.ipynb