哈囉,今天是Day3,小編還差一個Lab就能一窺證書風采,今天來做剩餘的另一個Lab: Invoking Machine Learning APIs
1.首先,Start Lab,輸入帳密、確認好專案編號
2.打開Cloud shell,鍵入gcloud compute zones list,確認哪些地區有google cloud伺服器
3.依據AI Platform的支援地區(https://cloud.google.com/ml-engine/docs/tensorflow/regions),我們選擇east1-a架起機器
4.隨後在機器裡架一個vm
5.確認Cloud Source Repositories API 有無在專案裡啟動
6.開啟一個notebook,並鍵入:
%bash
git clone https://github.com/GoogleCloudPlatform/training-data-analyst
rm -rf training-data-analyst/.git
7.Enable Google Cloud Vision API 並取得API key
8.開啟 training-data-analyst > courses > machine_learning > deepdive > 01_googleml > mlapis.ipynb
9.將第一個cell的API key換成自己的
10.shift+enter 執行每一行code