diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da68f3d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +presentations/~* +.DS* diff --git a/README.md b/README.md index 743a160..e4e2843 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 2. [Other detections (YOLO, AttentionNet)](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-1b%20Other%20dections%20(YOLO%2C%20AttentionNet).pptx) 3. [Let's use TensorBoards](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-1c%20TensorBoard.pptx) 4. [RNN from Colah's blog](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-2a%20RNN%20(colah%20blog).pptx) -5. [Visual QnQ: DPPnet + MCBP!](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-2b%20Visual%20QnA.pptx) +5. [Visual QnA: DPPnet + MCBP!](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-2b%20Visual%20QnA.pptx) 6. [Super resolution](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-2c%20Super%20resolution.pptx) 7. [Deep reinforcement learning](https://github.com/sjchoi86/dl_tutorials/blob/master/presentations/Week4-2d%20Deep%20reinforcement%20learning.pptx) diff --git a/presentations/Week2-1c AlphaGo.pptx b/presentations/Week2-1c AlphaGo.pptx index 8f14d07..64740e0 100644 Binary files a/presentations/Week2-1c AlphaGo.pptx and b/presentations/Week2-1c AlphaGo.pptx differ diff --git a/presentations/Week2-1e Generate your own dataset (basic_gendataset).pptx b/presentations/Week2-1e Generate your own dataset (basic_gendataset).pptx index c6e4068..9b0f2d7 100644 Binary files a/presentations/Week2-1e Generate your own dataset (basic_gendataset).pptx and b/presentations/Week2-1e Generate your own dataset (basic_gendataset).pptx differ diff --git a/presentations/Week2-2a Optimizaiton methods.pptx b/presentations/Week2-2a Optimizaiton methods.pptx index 30686b9..8dc1bba 100644 Binary files a/presentations/Week2-2a Optimizaiton methods.pptx and b/presentations/Week2-2a Optimizaiton methods.pptx differ diff --git a/presentations/Week2-2b Restricted Boltzmann machine.pptx b/presentations/Week2-2b Restricted Boltzmann machine.pptx index aba7b63..903d346 100644 Binary files a/presentations/Week2-2b Restricted Boltzmann machine.pptx and b/presentations/Week2-2b Restricted Boltzmann machine.pptx differ diff --git a/presentations/Week2-2c Denoising auto-encoder (dae_mnist).pptx b/presentations/Week2-2c Denoising auto-encoder (dae_mnist).pptx index a9f80b9..01a49a7 100644 Binary files a/presentations/Week2-2c Denoising auto-encoder (dae_mnist).pptx and b/presentations/Week2-2c Denoising auto-encoder (dae_mnist).pptx differ diff --git a/presentations/Week3-1b Semantic segmentation details+SOTA.pptx b/presentations/Week3-1b Semantic segmentation details+SOTA.pptx index f8ae30c..7e86985 100644 Binary files a/presentations/Week3-1b Semantic segmentation details+SOTA.pptx and b/presentations/Week3-1b Semantic segmentation details+SOTA.pptx differ diff --git a/presentations/Week3-2a Weakly supervised learning.pptx b/presentations/Week3-2a Weakly supervised learning.pptx index e578125..9156393 100644 Binary files a/presentations/Week3-2a Weakly supervised learning.pptx and b/presentations/Week3-2a Weakly supervised learning.pptx differ diff --git a/presentations/Week3-2b Use your own dataset (basic_gendataset, lr, mlp, cnn).pptx b/presentations/Week3-2b Use your own dataset (basic_gendataset, lr, mlp, cnn).pptx index 910416b..d378d17 100644 Binary files a/presentations/Week3-2b Use your own dataset (basic_gendataset, lr, mlp, cnn).pptx and b/presentations/Week3-2b Use your own dataset (basic_gendataset, lr, mlp, cnn).pptx differ diff --git a/presentations/Week4-2a RNN (colah blog).pptx b/presentations/Week4-2a RNN (colah blog).pptx index 9699b05..ea25efb 100644 Binary files a/presentations/Week4-2a RNN (colah blog).pptx and b/presentations/Week4-2a RNN (colah blog).pptx differ diff --git a/presentations/Week5-1a RNN + LSTM + Handwrting Gen.pptx b/presentations/Week5-1a RNN + LSTM + Handwrting Gen.pptx index 7d9767e..2b17eca 100644 Binary files a/presentations/Week5-1a RNN + LSTM + Handwrting Gen.pptx and b/presentations/Week5-1a RNN + LSTM + Handwrting Gen.pptx differ diff --git a/presentations/Week5-2a Word2Vec again.pptx b/presentations/Week5-2a Word2Vec again.pptx index 99b1e00..183a107 100644 Binary files a/presentations/Week5-2a Word2Vec again.pptx and b/presentations/Week5-2a Word2Vec again.pptx differ diff --git a/presentations/Week5-2c Hangul-RNN.pptx b/presentations/Week5-2c Hangul-RNN.pptx index dee3920..874ac64 100644 Binary files a/presentations/Week5-2c Hangul-RNN.pptx and b/presentations/Week5-2c Hangul-RNN.pptx differ diff --git a/presentations/Week6-1c Neural Style Code.pptx b/presentations/Week6-1c Neural Style Code.pptx index 1ea95db..7806069 100644 Binary files a/presentations/Week6-1c Neural Style Code.pptx and b/presentations/Week6-1c Neural Style Code.pptx differ diff --git a/presentations/Week6-2a Bayesian Optimization.pptx b/presentations/Week6-2a Bayesian Optimization.pptx index 9b0130d..2ef5ed4 100644 Binary files a/presentations/Week6-2a Bayesian Optimization.pptx and b/presentations/Week6-2a Bayesian Optimization.pptx differ diff --git a/presentations/Week6-2c Generative Adversarial Network.pptx b/presentations/Week6-2c Generative Adversarial Network.pptx index 0cd0992..5de3c29 100644 Binary files a/presentations/Week6-2c Generative Adversarial Network.pptx and b/presentations/Week6-2c Generative Adversarial Network.pptx differ