Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

lynnlangit/gcp-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GCP - Machine Learning

⭐ ⭐ ⭐ IMPORTANT: This REPO is now ARCHIVED - go to this link for current info --> link

Course

This repo is a companion to my LinkedIn Learning course 'GCP ML Essentials' - at https://www.linkedin.com/learning/google-cloud-platform-for-machine-learning-essential-training


Topic Areas

Google Cloud Platform Analytics and Machine Learning Samples for services shown below.

GCP ML

Samples currently include the following:

  • GCP Colabs (Jupyter-style) notebook (example shown below)
    • for BigQuery (connect & run SQL queries)
    • for BigQueryML (connect, build, train and predict using ML model) IMPORTANT: Use link in each notebook to open it in GCP Colabs environment
    • for TensorFlow w/GPU - speed test
    • for production workloads, you may want to pay for and use ColabPro ($10/mo) for faster GPU, longer notebook runtimes and more memory

  • Scripts and code samples
    • for BigQueryML in SQL
    • Vision API
    • Natural Language API
    • for AutoML Vision & Natural Language
    • for Datalab (Jupyter-notebooks on GCE)
    • for TensorFlow
      • Docker image
      • Virtual Machine image
      • MLEngine
      • TF Probability
    • Cloud TPUs


Setup

To setup general prerequisites see the SETUP.md file in this Repo.