Skip to content

Atcold/NYU-DLSP20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 19, 2025
4881c3d ยท Feb 19, 2025
Sep 10, 2024
Sep 27, 2021
Feb 19, 2025
Nov 10, 2020
Nov 11, 2020
Feb 3, 2020
Oct 30, 2019
Nov 27, 2023
Jan 30, 2024
Feb 25, 2020
Oct 30, 2019
Oct 30, 2019
Sep 27, 2023
Oct 30, 2019
Feb 22, 2022
Nov 2, 2022
May 18, 2020
Jul 11, 2021
Jul 2, 2021
Oct 30, 2019
Aug 27, 2024
Oct 19, 2023
Apr 25, 2022
Feb 10, 2020
Sep 21, 2023
Jan 31, 2019
Aug 27, 2024

Repository files navigation

NYU Deep Learning Spring 2020 (NYU-DLSP20) Binder

This notebook repository now has a companion website, where all the course material can be found in video and textual format.

๐Ÿ‡ฌ๐Ÿ‡ง   ๐Ÿ‡จ๐Ÿ‡ณ   ๐Ÿ‡ฐ๐Ÿ‡ท   ๐Ÿ‡ช๐Ÿ‡ธ   ๐Ÿ‡ฎ๐Ÿ‡น   ๐Ÿ‡น๐Ÿ‡ท   ๐Ÿ‡ฏ๐Ÿ‡ต   ๐Ÿ‡ธ๐Ÿ‡ฆ   ๐Ÿ‡ซ๐Ÿ‡ท   ๐Ÿ‡ฎ๐Ÿ‡ท   ๐Ÿ‡ท๐Ÿ‡บ   ๐Ÿ‡ป๐Ÿ‡ณ   ๐Ÿ‡ท๐Ÿ‡ธ   ๐Ÿ‡ต๐Ÿ‡น   ๐Ÿ‡ญ๐Ÿ‡บ

Getting started

To be able to follow the exercises, you are going to need a laptop with Miniconda (a minimal version of Anaconda) and several Python packages installed. The following instruction would work as is for Mac or Ubuntu Linux users, Windows users would need to install and work in the Git BASH terminal.

Download and install Miniconda

Please go to the Anaconda website. Download and install the latest Miniconda version for Python 3.7 for your operating system.

wget <http:// link to miniconda>
sh <miniconda*.sh>

Check-out the git repository with the exercise

Once Miniconda is ready, checkout the course repository and proceed with setting up the environment:

git clone https://github.com/Atcold/NYU-DLSP20.git

Create isolated Miniconda environment

Change directory (cd) into the course folder, then type:

# cd NYU-DLSP20
conda env create -f environment.yml
source activate NYU-DL

Start Jupyter Notebook or JupyterLab

Start from terminal as usual:

jupyter lab

Or, for the classic interface:

jupyter notebook

Notebooks visualisation

Jupyter Notebooks are used throughout these lectures for interactive data exploration and visualisation.

We use dark styles for both GitHub and Jupyter Notebook. You should try to do the same, or they will look ugly. JupyterLab has a built-in selectable dark theme, so you only need to install something if you want to use the classic notebook interface. To see the content appropriately in the classic interface install the following: