Lecture 6: PyTorch Basics
(Last updated: Feb 14, 2024)
This lecture gives an introduction about using the PyTorch deep learning framework.
Preparation
Watch this 3-minute PyTorch in 100 Seconds video.
Materials
Below is the link to the online notebook:
Follow the steps below to set up the notebook:
- Have the JupyterLab environment ready.
- Download the structured data processing module from the GitHub repository. Or you can also download the zip file from this link.
- Open the notebook file (
docs/pytorch-structured-data.ipynb
) and start working on the tasks.
Additional Resources
The following resources give more detailed information about PyTorch: