- Playing Atari with Deep Reinforcement Learning, available at https://www.cs.toronto.edu/~vmnih/docs/dqn.pdf
- DRN: A Deep Reinforcement Learning Framework for News Recommendation, available at http://www.personal.psu.edu/~gjz5038/paper/www2018_reinforceRec/www2018_reinforceRec.pdf
Hands-On Deep Learning with Go
By :
Hands-On Deep Learning with Go
By:
Overview of this book
Go is an open source programming language designed by Google for handling large-scale projects efficiently. The Go ecosystem comprises some really powerful deep learning tools such as DQN and CUDA. With this book, you'll be able to use these tools to train and deploy scalable deep learning models from scratch.
This deep learning book begins by introducing you to a variety of tools and libraries available in Go. It then takes you through building neural networks, including activation functions and the learning algorithms that make neural networks tick. In addition to this, you'll learn how to build advanced architectures such as autoencoders, restricted Boltzmann machines (RBMs), convolutional neural networks (CNNs), recurrent neural networks (RNNs), and more. You'll also understand how you can scale model deployments on the AWS cloud infrastructure for training and inference.
By the end of this book, you'll have mastered the art of building, training, and deploying deep learning models in Go to solve real-world problems.
Table of Contents (15 chapters)
Preface
Free Chapter
Section 1: Deep Learning in Go, Neural Networks, and How to Train Them
Introduction to Deep Learning in Go
What Is a Neural Network and How Do I Train One?
Beyond Basic Neural Networks - Autoencoders and RBMs
CUDA - GPU-Accelerated Training
Section 2: Implementing Deep Neural Network Architectures
Next Word Prediction with Recurrent Neural Networks
Object Recognition with Convolutional Neural Networks
Maze Solving with Deep Q-Networks
Generative Models with Variational Autoencoders
Section 3: Pipeline, Deployment, and Beyond!
Building a Deep Learning Pipeline
Scaling Deployment
Other Books You May Enjoy
Customer Reviews