From a8f7c252665e6e29a548fc5f23d687c53b3003c5 Mon Sep 17 00:00:00 2001 From: Jonathan Wang Date: Sat, 7 Nov 2020 23:20:35 +0800 Subject: [PATCH] Add Dive Into Deep Learning (PyTorch Version) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e616ab6..d22996a 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,8 @@ Elastic Net](https://web.stanford.edu/~hastie/Papers/elasticnet.pdf) - [Torch Cheatsheet](https://github.com/torch/torch7/wiki/Cheatsheet) - [Understanding Natural Language with Deep Neural Networks Using Torch](http://devblogs.nvidia.com/parallelforall/understanding-natural-language-deep-neural-networks-using-torch/) + + - [Dive Into Deep Learning (PyTorch Version)](https://github.com/dsgiitr/d2l-pytorch) - Caffe - [Deep Learning for Computer Vision with Caffe and cuDNN](https://devblogs.nvidia.com/parallelforall/deep-learning-computer-vision-caffe-cudnn/)