• Stars
    star
    6,604
  • Rank 5,747 (Top 0.2 %)
  • Language
    Jupyter Notebook
  • License
    Other
  • Created almost 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

NYU Deep Learning Spring 2020

Deep Learning (with PyTorch) 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/pytorch-Deep-Learning

Create isolated Miniconda environment

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

# cd pytorch-Deep-Learning
conda env create -f environment.yml
source activate pDL

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:

More Repositories

1

NYU-DLSP21

NYU Deep Learning Spring 2021
Jupyter Notebook
1,489
star
2

torch-Video-Tutorials

Light your way in Deep Learning with Torch ๐Ÿ”ฆ
Lua
587
star
3

pytorch-CortexNet

PyTorch implementation of the CortexNet predictive model
Jupyter Notebook
360
star
4

pytorch-PPUU

Code for Prediction and Planning Under Uncertainty (PPUU)
Jupyter Notebook
196
star
5

torch-TripletEmbedding

TripletLoss used in Google's FaceNet paper
Lua
161
star
6

pytorch-Video-Tutorials

The versatility of Python ๐Ÿ enlightened by Torch ๐Ÿ”ฆ to seize Deep Learning
128
star
7

SP19-DL-collaborative-notes

Collaborative lecture notes for Spring '19 NYU DL class
TeX
116
star
8

torch-Developer-Guide

Some advanced tricks with Torch7 explained easily
Lua
94
star
9

torch-Machine-learning-with-Torch

Collection of simple machine learning algorithms for Torch
Lua
54
star
10

NYU-DLFL22

NYU Deep Learning Spring 2021
Jupyter Notebook
45
star
11

atcold.github.com

HTML
21
star
12

DLSP20-collaborative-notes

19
star
13

torch-net-toolkit

A simple module for <Torch7> and the <nn> package
Lua
18
star
14

Unix-dot-files

Mac OS X and Linux optimal configuration files
Shell
18
star
15

stylish-Dark-Themes

Missing Dark Themes for the Stylish platform
CSS
10
star
16

tex-Learning-TikZ

TeX
9
star
17

torch-Torch7-tools

This would be a collection of useful routines and function currently missing in Torch7
Lua
9
star
18

torch-pretty-nn

Brings some colour to the boring `nn` package of Torch.
Lua
7
star
19

torch-INRIA

Loads face, torso, body and background samples from INRIA dataset
Lua
5
star
20

SOTA-models

State Of The Art deep neural network models
Lua
5
star
21

ino-ESP32

Project repository for ESP32
C++
4
star
22

jn-web-app

Fiddling with Jupyter notebook and web apps
Jupyter Notebook
3
star
23

python-AMC-IMDB-ratings

Getting IMDB ratings for AMC movies
Python
3
star
24

Figures-Yann

Figures for Yann's book
Jupyter Notebook
2
star
25

web-Learning-WEB-technology

Some working examples for JS, CSS, and HTML
HTML
2
star
26

tex-History-timelines

A few timelines in TikZ
TeX
1
star
27

smartEYE

Implementation of the VADNN article
Lua
1
star