Back to Browse

Building Models with PyTorch

78.6K views
Apr 16, 2021
14:08

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

Download

1 formats

Video Formats

360pmp417.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Building Models with PyTorch | NatokHD