Skip to content

Commit 3aefa53

Browse files
committed
units done
1 parent a39198d commit 3aefa53

12 files changed

+43
-106
lines changed

README.md

-18
This file was deleted.

units/imagenet.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
# Probability and Statistics
1+
# Peak Performance on ImageNet
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Gluon CV Toolkit](https://gluon-cv.mxnet.io/)
148

159
## Videos

units/layers.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# Probability and Statistics
1+
# Blocks and Layers
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Blocks and Layers](http://en.diveintodeeplearning.org/chapter_deep-learning-computation/model-construction.html)
8+
* [Parameters](http://en.diveintodeeplearning.org/chapter_deep-learning-computation/parameters.html)
9+
* [Deferred Initialization](http://en.diveintodeeplearning.org/chapter_deep-learning-computation/deferred-init.html)
10+
* [GPUs](http://en.diveintodeeplearning.org/chapter_deep-learning-computation/use-gpu.html)
1411

1512
## Videos

units/lenet.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# Probability and Statistics
1+
# Basic Convolutional Networks
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [LeNet](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/lenet.html)
8+
* [AlexNet](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/alexnet.html)
149

1510
## Videos

units/makingitwork.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Probability and Statistics
1+
# Making a Computer Vision Model work
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
Building a dog classifier from scratch. This will cover pretraining,
8+
tuning, etc.
9+
10+
* [Image Augmentation](http://en.diveintodeeplearning.org/chapter_computer-vision/image-augmentation.html)
11+
* [Fine Tuning](http://en.diveintodeeplearning.org/chapter_computer-vision/fine-tuning.html)
12+
* [100 Dogs](http://en.diveintodeeplearning.org/chapter_computer-vision/kaggle-gluon-dog.html)
1413

1514
## Videos

units/nin.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# Probability and Statistics
1+
# Network Structures
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Network in Network](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/nin.html)
8+
* [Network with Parallel Concatenations](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/googlenet.html)
149

1510
## Videos

units/optimization.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
# Probability and Statistics
1+
# Optimization Basics
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Introduction to Optimization](http://en.diveintodeeplearning.org/chapter_optimization/optimization-intro.html)
148

159
## Videos

units/parallel.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# Probability and Statistics
1+
# Parallel Processing
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Asynchrony](http://en.diveintodeeplearning.org/chapter_computational-performance/async-computation.html)
8+
* [Automatic Parallelization](http://en.diveintodeeplearning.org/chapter_computational-performance/auto-parallelism.html)
9+
* [Multiple GPUs](http://en.diveintodeeplearning.org/chapter_computational-performance/multiple-gpus.html)
10+
* [Multiple GPUs in Gluon](http://en.diveintodeeplearning.org/chapter_computational-performance/multiple-gpus-gluon.html)
1411

1512
## Videos

units/resnet.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# Probability and Statistics
1+
# Residual Networks and Advanced Architectures
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Residual Networks](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/resnet.html)
8+
* [Densely Connected Networks](http://en.diveintodeeplearning.org/chapter_convolutional-neural-networks/densenet.html)
149

1510
## Videos

units/rnn.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# Probability and Statistics
1+
# Recurrent Neural Networks
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Building an RNN](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/rnn-scratch.html)
8+
* [Building an RNN in Gluon](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/rnn-gluon.html)
9+
* [Backpropagation through Time](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/bptt.html)
1410

1511
## Videos

units/sequence.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# Probability and Statistics
1+
# Sequence Models and Language
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Sequence Models](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/sequence.html)
8+
* [Language Models](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/lang-model.html)
9+
* [Recurrent Neural Networks](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/rnn.html)
10+
* [Text Preprocessing](http://en.diveintodeeplearning.org/chapter_recurrent-neural-networks/lang-model-dataset.html)
1411

1512
## Videos

units/sgd.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
# Probability and Statistics
1+
# Stochastic Gradient Descent for Deep Learning
22

33
## Slides
44

5-
* [Keynote]()
6-
* [PDF]()
7-
* [Jupyter]()
8-
95
## Content
106

11-
* [Probability and Statistics](http://en.diveintodeeplearning.org/chapter_crashcourse/probability.html)
12-
* [Naive Bayes](http://en.diveintodeeplearning.org/chapter_crashcourse/naive-bayes.html)
13-
* [Sampling](http://en.diveintodeeplearning.org/chapter_crashcourse/sampling.html)
7+
* [Stochastic Gradient Descent](http://en.diveintodeeplearning.org/chapter_optimization/gd-sgd.html)
8+
* [Batching](http://en.diveintodeeplearning.org/chapter_optimization/minibatch-sgd.html)
9+
* [Momentum](http://en.diveintodeeplearning.org/chapter_optimization/momentum.html)
1410

1511
## Videos

0 commit comments

Comments
 (0)