NYU-DLSP20

纽约大学深度学习 2020 年春季课程。「NYU Deep Learning Spring 2020」

Github星跟踪图

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:

主要指标

概览
名称与所有者Atcold/NYU-DLSP20
主编程语言Jupyter Notebook
编程语言Jupyter Notebook (语言数: 2)
平台
许可证Other
所有者活动
创建于2018-07-09 11:40:25
推送于2025-05-30 22:44:32
最后一次提交2025-05-30 18:44:32
发布数3
最新版本名称dlsp19 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数6.8k
关注者数132
派生数2.2k
提交数1.3k
已启用问题?
问题数90
打开的问题数20
拉请求数612
打开的拉请求数35
关闭的拉请求数119
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?