This site runs best with JavaScript enabled.Summer of AI
logo

Lesson 0 Code

Getting Started

In this lesson we'll install Python and PyTorch, and take a look at the coding environment Juptyer Notebooks. Then, we'll learn about the more important type of data in Pytorch: Tensors. We'll learn how to create them, reshape them, and do operations with them.


Playing with Jupyter Code: https://github.com/chrisachard/summer_of_ai/blob/master/Playing%20with%20Jupyter.ipynb


Playing with PyTorch Code: https://github.com/chrisachard/summer_of_ai/blob/master/Playing%20with%20PyTorch.ipynb