Skip to content

Solutions to exercises from the Deep Learning course @uzh FS21

Notifications You must be signed in to change notification settings

Evergarden0101/deep_learning_exercises

 
 

Repository files navigation

Solutions to exercises from Deep Learning

🤖

Getting Started

Setting up the environment

Install Conda or update conda to the latest version:

conda update conda

Run this from the root folder:

conda env create --file <environment.yml>

Activate the environment:

conda activate <new_conda_env>

Updating the dependencies

Or if you need to update one of the conda packages:

conda env update --file <environment.yml>

About

Solutions to exercises from the Deep Learning course @uzh FS21

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 68.6%
  • Python 31.4%