Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.49 KB

PMLE_resources.md

File metadata and controls

26 lines (18 loc) · 1.49 KB
# Read the documentation (don’t focus on the code, but more on when to use which tool). Reading the whole GCP documentation can take forever so, focus on these specific areas:

- ML APIs — Vision, Natural Language , Video and Speech-to-text (understand what each one of them can do and also what they can’t)
  - AutoML (learn when you should use AutoML instead of ML APIs)
  - AI Platform (this is the most important part. Focus on how to improve performance, how to use accelerators such as TPUs and GPUs, how to do distributed training and serving and the different available tools, such as the What-If Tool)
  - Recommendations AI (there are 3 model types. Learn when to use each of them)
  - TPUs (know when you should use them, and how)
  - TensorFlow (do not memorize code, but how to improve performance)
  - BigQuery ML (learn what are all the available algorithms)

Resources:

<Work in Progress>