Skip to content

Commit d1ee040

Browse files
committedNov 8, 2015
deep learning resources
1 parent b0bd947 commit d1ee040

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/prefac
8686
- [What factors should I consider when choosing a predictive model technique?](./faq/choosing-technique.md)
8787
- [Does regularization in logistic regression always results in better fit and better generalization?](./faq/regularized-logistic-regression-performance.md)
8888
- [How was classification, as a learning machine, developed?](./faq/classifier-history.md)
89+
- [What are some good books/papers for learning deep learning?](./faq/deep-learning-resources.md)
8990

9091
### Questions about the Book
9192

‎faq/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Sebastian
2828
- [What factors should I consider when choosing a predictive model technique?](./choosing-technique.md)
2929
- [Does regularization in logistic regression always results in better fit and better generalization?](./regularized-logistic-regression-performance.md)
3030
- [How was classification, as a learning machine, developed?](./classifier-history.md)
31+
- [What are some good books/papers for learning deep learning?](./deep-learning-resources.md)
3132

3233
### Questions about the Book
3334

‎faq/deep-learning-resources.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# What are some good books/papers for learning deep learning?
2+
3+
4+
A good overview and introduction is the recent deep learning review published in Nature (http://www.nature.com/nature/journal/v521/n7553/full/nature14539.html); it references a lot of useful literature to follow up on
5+
6+
- LeCun, Yann, Yoshua Bengio, and Geoffrey Hinton. "Deep learning." Nature521.7553 (2015): 436-444.
7+
8+
9+
As a good textbook resource, I would like to recommend Yoshua Bengio's upcoming "Deep Learning" book. The book is freely accessible at: http://goodfeli.github.io/dlbook/
10+
11+
- Bengio, Yoshua, Ian Goodfellow, and Aaron Courville. "Deep learning." An MIT Press book in preparation. Draft chapters available at http://www. iro. umontreal. ca/∼ bengioy/dlbook (2014).

0 commit comments

Comments
 (0)
Please sign in to comment.