Warning : This page is still under construction but I'm publishing it so that I can easily read it online. Part 1: Software that needs to be installed 1. git You can segue into doing Part 2 then come back to #2, 3 or 4, if you like :) 2. [Optional] GitHubDesktop - UI for git 3. [Optional] python - you can skip this if you're going to install Anaconda 4. Anaconda - needed to install PyTorch Make sure you're downloading the version that matches your OS In my case, Mac was selected by default even if my OS was Windows. Since I didn't double check, I downloaded the Mac version by mistake. So, I had to go back and download the Windows version :( pip - another way to install PyTorch if you prefer to use pip or if Anaconda is not available for some reason Note: according to the PyTorch site, Anaconda is the recommended package manager because it will provide you all of the PyTorch dependencies in one, sandboxed install, including Python and pip. This...