[Back to books]

Applications of Deep Neural Networks with Keras

Applications of Deep Neural Networks with Keras
Title:
Applications of Deep Neural Networks with Keras
Author:
Jeff Heaton
ISBN:
9798416344269
Pages:
576
Status:
Available
Code:
[Click Here]
Errata:
Nothing yet.

Note: Our PDF books contain no DRM and can be printed, copied to multiple computers owned by you, and once downloaded do not require an internet connection.

Purchasing

You can purchase a Kindle or paperback below. Purchasing the book supports my projects and is greatly appreciated. I also allow you to download the entire book for free from this link. The free book is the complete text without any limitations; there are also ways you can support my ability to produce free content.

Note: prices above are an estimate, Amazon sets the final price. Amazon prices and currency exchange rates tend to fluxuate. Also, note that paperback and ebook may not be available in all regions.

Description

Deep learning is a group of exciting new technologies for neural networks. Through advanced training techniques and neural network architectural components, it is now possible to create neural networks that can handle tabular data, images, text, and audio as both input and output. Deep learning allows a neural network to learn information hierarchies like the human brain’s function. This book will introduce the student to classic neural network structures, Convolution Neural Networks (CNN), Transformers, Long Short-Term Memory (LSTM), Gated Recurrent Neural Networks (GRU), General Adversarial Networks (GAN), and reinforcement learning.

This book covers the application of these architectures to computer vision, time series, security, natural language processing (NLP), and data generation. The book presents both GPU and CPU processing for deep learning. The focus is primarily on applying deep learning to problems and introducing mathematical foundations as needed. Students will use the Python programming language to implement deep learning using Google TensorFlow and Keras. Some applications make use of PyTorch.

All code and text from this book are available from the author’s GitHub repository.

Table of Contents

Citation

If you would like to cite the material from this course/book, please use the following bibtex citation:

1
2
3
4
5
6
7
8
@misc{heaton2020applications,
title={Applications of Deep Neural Networks},
author={Jeff Heaton},
year={2020},
eprint={2009.05673},
archivePrefix={arXiv},
primaryClass={cs.LG}
}