-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,55 @@ | ||
# mit-deep-learning-book | ||
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville | ||
# MIT Deep Learning Book (beautiful and flowless PDF version) | ||
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville. | ||
|
||
# Deep Learning | ||
An MIT Press book | ||
Ian Goodfellow and Yoshua Bengio and Aaron Courville | ||
|
||
This is the most comprehensive book available on the deep learning and available as free html book for reading at http://www.deeplearningbook.org/ | ||
|
||
**Comment on this book by Elon Musk** | ||
>Written by three experts in the field, Deep Learning is the only comprehensive book on the subject." -- Elon Musk, cochair of OpenAI; cofounder and CEO of Tesla and SpaceX | ||
**This is not available as PDF download. So, I have taken the prints of the HTML content and binded into a flowless PDF version of the book, as suggested by the website itself** | ||
|
||
**http://www.deeplearningbook.org/ says:** | ||
>What is the best way to print the HTML format? | ||
>Printing seems to work best printing directly from the browser, using Chrome. Other browsers do not work as well. | ||
**This repository contains** | ||
1. The pdf version of the book which is available in html at http://www.deeplearningbook.org/ | ||
2. The book is availabe in chapter wise PDFs as well as complete book in PDF. | ||
|
||
**Some useful links for this learning:** | ||
1. [Exercises](http://www.deeplearningbook.org/exercises.html) | ||
2. [Lecture Slides](http://www.deeplearningbook.org/lecture_slides.html) | ||
3. [External links](http://www.deeplearningbook.org/external.html) | ||
|
||
*If you like this book then buy a copy of it and keep it with you forever. This will help you and also support the authors and the people involved in the effort of bringing this beautiful piece of work to public. Buy it from amazon, It is not expensive ($72). [Amazon](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618)* | ||
|
||
|
||
|
||
``` | ||
An MIT Press book | ||
Ian Goodfellow, Yoshua Bengio and Aaron Courville | ||
The Deep Learning textbook is a resource intended to help students and practitioners | ||
enter the field of machine learning in general and deep learning in particular. | ||
The online version of the book is now complete and will remain available online for free. | ||
Citing the book | ||
To cite this book, please use this bibtex entry: | ||
@unpublished{Goodfellow-et-al-2016-Book, | ||
title={Deep Learning}, | ||
author={Ian Goodfellow, Yoshua Bengio, and Aaron Courville}, | ||
note={Book in preparation for MIT Press}, | ||
url={http://www.deeplearningbook.org}, | ||
year={2016} | ||
} | ||
``` | ||
|
||
|