书籍 Advanced Deep Learning with Keras的封面

Advanced Deep Learning with Keras

Rowel Atienza

出版时间

2018-10-31

ISBN

9781788629416

评分

★★★★★
书籍介绍

A comprehensive guide to advanced deep learning techniques, including Autoencoders, GANs, VAEs, and Deep Reinforcement Learning, that drive today's most impressive AI results

Key Features

Explore the most advanced deep learning techniques that drive modern AI results

Implement Deep Neural Networks, Autoencoders, GANs, VAEs, and Deep Reinforcement Learning

A wide study of GANs, including Improved GANs, Cross-Domain GANs and Disentangled Representation GANs

Book Description

Recent developments in deep learning, including GANs, Variational Autoencoders, and Deep Reinforcement Learning, are creating impressive AI results in our news headlines - such as AlphaGo Zero beating world chess champions, and generative AI that can create art paintings that sell for over $400k because they are so human-like.

Advanced Deep Learning with Keras is a comprehensive guide to the advanced deep learning techniques available today, so you can create your own cutting-edge AI. Using Keras as an open-source deep learning library, you'll find hands-on projects throughout that show you how to create more effective AI with the latest techniques.

The journey begins with an overview of MLPs, CNNs, and RNNs, which are the building blocks for the more advanced techniques in the book. You'll learn how to implement deep learning models with Keras and Tensorflow, and move forwards to advanced techniques, as you explore deep neural network architectures, including ResNet and DenseNet, and how to create Autoencoders. You then learn all about Generative Adversarial Networks (GANs), and how they can open new levels of AI performance. Variational AutoEncoders (VAEs) are implemented, and you'll see how GANs and VAEs have the generative power to synthesize data that can be extremely convincing to humans - a major stride forward for modern AI. To complete this set of advanced techniques, you'll learn how to implement Deep Reinforcement Learning (DRL) such as Deep Q-Learning and Policy Gradient Methods, which are critical to many modern results in AI.

What you will learn

Cutting-edge techniques in human-like AI performance

Implement advanced deep learning models using Keras

The building blocks for advanced techniques - MLPs, CNNs, and RNNs

Deep neural networks – ResNet and DenseNet

Autoencoders and Variational AutoEncoders (VAEs)

Generative Adversarial Networks (GANs) and creative AI techniques

Disentangled Representation GANs, and Cross-Domain GANs

Deep Reinforcement Learning (DRL) methods and implementation

Produce industry-standard applications using OpenAI gym

Deep Q-Learning and Policy Gradient Methods

Who this book is for

Some fluency with Python is assumed. As an advanced book, you'll be familiar with some machine learning approaches, and some practical experience with DL will be helpful. Knowledge of Keras or TensorFlow is not required but would be helpful.

Table of Contents

Introducing Advanced Deep Learning with Keras

Deep Neural Networks

Autoencoders

Generative Adversarial Network (GANs)

Improved GANs

Disentangled Representation GANs

Cross-Domain GANs

Variational Autoencoders (VAEs)

Deep Reinforcement Learning

Policy Gradient Methods

Rowel Atienza is an Associate Professor at the Electrical and Electronics Engineering Institute of the University of the Philippines, Diliman. He holds the Dado and Maria Banatao Institute Professorial Chair in Artificial Intelligence. Rowel has been fascinated with intelligent robots since he graduated from the University of the Philippines. He received his MEng from the Natio...

(展开全部)

用户评论
书名取得不错,以为与那本dl w. py 一脉相承,前后花了3h,发现被欺骗了。所谓的advanced DL,仅仅涉及了AE, GANs, RL 等内容,花了6个章节(ch03-08)讲generative modeling。然后,讲GANs(ch04-ch07),一点都没有深入,各种GAN variants没有做详细的比较,大量的copy keras-GAN repo的代码。
很多keras的示例库都是从这里来的,主要是GAN和DRL,目前只看了GAN部分。