Deep Learning
Deep Learning
#deep-
learning
Table of Contents
About 1
Remarks 2
Examples 2
Installation or Setup 2
Credits 4
About
You can share this PDF with anyone you feel could benefit from it, downloaded the latest version
from: deep-learning
It is an unofficial and free deep-learning ebook created for educational purposes. All the content is
extracted from Stack Overflow Documentation, which is written by many hardworking individuals at
Stack Overflow. It is neither affiliated with Stack Overflow nor official deep-learning.
The content is released under Creative Commons BY-SA, and the list of contributors to each
chapter are provided in the credits section at the end of this book. Images may be copyright of
their respective owners unless otherwise specified. All trademarks and registered trademarks are
the property of their respective company owners.
Use the content presented in this book at your own risk; it is not guaranteed to be correct nor
accurate, please send your feedback and corrections to [email protected]
https://riptutorial.com/ 1
Chapter 1: Getting started with deep-learning
Remarks
This section provides an overview of what deep-learning is, and why a developer might want to
use it.
It should also mention any large subjects within deep-learning, and link out to the related topics.
Since the Documentation for deep-learning is new, you may need to create initial versions of those
related topics.
Examples
Installation or Setup
Every framework includes a getting started and an example of how to run a model on the MNIST
dataset. It is recommended to first tryout the MNIST example as it provides a sense of the
framework.
stackoverflow documentation already includes getting started page for the following frameworks:
• Deep Learning Book (Link): Written by some of the most accomplished deep learning
researcher. It is an excellent resource to first learn about deep learning and also to learn
about new and fascinating topics in deep learning.
• Deep Learning Tutorial (Link): A more in depth explanation of deep learning and its reliance
on machine learning for theano. However all of the concepts explained here are applicable
for the other frameworks.
https://riptutorial.com/ 2
• Neural Network CLass (Link): This is a more in depth course on neural networks. This is a
more advanced resource to learn more about neural networks, CRFs, Boltzmann Machines
and deep learning.
https://riptutorial.com/ 3
Credits
S.
Chapters Contributors
No
https://riptutorial.com/ 4