File tree 12 files changed +43
-106
lines changed
12 files changed +43
-106
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Peak Performance on ImageNet
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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/ )
14
8
15
9
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Blocks and Layers
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
11
15
12
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Basic Convolutional Networks
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
9
15
10
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Making a Computer Vision Model work
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
13
15
14
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Network Structures
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
9
15
10
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Optimization Basics
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
8
15
9
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Parallel Processing
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
11
15
12
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Residual Networks and Advanced Architectures
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
9
15
10
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Recurrent Neural Networks
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
10
15
11
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Sequence Models and Language
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
11
15
12
## Videos
Original file line number Diff line number Diff line change 1
- # Probability and Statistics
1
+ # Stochastic Gradient Descent for Deep Learning
2
2
3
3
## Slides
4
4
5
- * [ Keynote] ( )
6
- * [ PDF] ( )
7
- * [ Jupyter] ( )
8
-
9
5
## Content
10
6
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 )
14
10
15
11
## Videos
You can’t perform that action at this time.
0 commit comments