Skip to content

benfinkelshtein/CS-236605-Tutorials

Repository files navigation

CS236605 Tutorials

This repo contains the code and notebooks shown during course tutorials. It will be updated during the semester.

You can also view the tutorial notebooks in your browser using nbviewer by clicking the button below.

Environment set-up

  1. Install the python3 version of miniconda. Follow the installation instructions for your platform.

  2. Use conda to create a virtual environment. From the tutorial directory, run

    conda env create -f environment.yml

    This will install all the necessary packages into a conda virtual environment.

  3. Activate the new environment by running

    conda activate CS-236605-Tutorials
  4. Add the environment to Jupiter notebooks

    ipython kernel install --user --name=CS-236605-Tutorials

About

Tutorials for the advanced Deep Learning course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published