Hands-On Deep Learning with Go: A practical guide to building and implementing neural network models using Go

Hands-On Deep Learning with Go: A practical guide to building and implementing neural network models using Go

English | 2019 | ISBN: 978-1789340990 | 242 Pages | PDF, EPUB | 209 MB

Apply modern deep learning techniques to build and train deep neural networks using Gorgonia
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.
What you will learn

  • Explore the Go ecosystem of libraries and communities for deep learning
  • Get to grips with Neural Networks, their history, and how they work
  • Design and implement Deep Neural Networks in Go
  • Get a strong foundation of concepts such as Backpropagation and Momentum
  • Build Variational Autoencoders and Restricted Boltzmann Machines using Go
  • Build models with CUDA and benchmark CPU and GPU models
Homepage