uvadlc / uvadlc_practicals_2022

Repository for the code assignment of the Deep Learning 1 course, Fall 2022 edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignments of the UvA DL 1 course, edition 2022

Assignment 1

You can find all necessary instructions in assignment_1.pdf on Canvas.

We provide to you simple unit tests that can check your implementation. However, be aware that even if all tests are passed, it still doesn't mean that your implementation is fully correct. You can find tests in unittests.py.

We also provide a Conda environment you can use to install the necessary Python packages. In order to use it on SURFSARA, follow this instructions:

https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/tutorial1/Lisa_Cluster.html

for further information about Conda/Miniconda:

https://docs.conda.io/projects/conda/en/latest/ https://docs.conda.io/en/latest/miniconda.html https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-html.environments

About

Repository for the code assignment of the Deep Learning 1 course, Fall 2022 edition


Languages

Language:Python 98.3%Language:Shell 1.7%