Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Hands-On Machine Learning on Google Cloud Platform

You're reading from  Hands-On Machine Learning on Google Cloud Platform

Product type Book
Published in Apr 2018
Publisher Packt
ISBN-13 9781788393485
Pages 500 pages
Edition 1st Edition
Languages
Authors (3):
Giuseppe Ciaburro Giuseppe Ciaburro
Profile icon Giuseppe Ciaburro
V Kishore Ayyadevara V Kishore Ayyadevara
Profile icon V Kishore Ayyadevara
Alexis Perrier Alexis Perrier
Profile icon Alexis Perrier
View More author details

Table of Contents (18) Chapters

Preface 1. Introducing the Google Cloud Platform 2. Google Compute Engine 3. Google Cloud Storage 4. Querying Your Data with BigQuery 5. Transforming Your Data 6. Essential Machine Learning 7. Google Machine Learning APIs 8. Creating ML Applications with Firebase 9. Neural Networks with TensorFlow and Keras 10. Evaluating Results with TensorBoard 11. Optimizing the Model through Hyperparameter Tuning 12. Preventing Overfitting with Regularization 13. Beyond Feedforward Networks – CNN and RNN 14. Time Series with LSTMs 15. Reinforcement Learning 16. Generative Neural Networks 17. Chatbots

Google Compute Engine

The core service of Google Cloud Platform (GCP) is Google Compute Engine (GCE). The GCE allows you to launch spin up virtual machines (VMs) with the right operating system, size, RAM, and appropriate number of CPUs or GPUs for your needs. It is an equivalent of AWS EC2. With GCE, we dive into the core of GCP.

In this chapter, you will learn how to:

  • Create VM instances on GCE that are adapted to your projects.
  • Use Google's command-line tools to manage your VMs.
  • Set up a Python data science stack on a GCE VM with conda and scikit-learn.
  • Access your VM via a password-protected Jupyter Notebook. And we'll cover more advanced topics related to images, snapshots, pre-emptibles VMs, startup script, and IPs.

By the end of this chapter, you will be able to create and fully manage your VM both via the online console and the command-line tools, as well as...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}