--- title: 0508 AIOT 作業 tags: AIOT --- ### 打自己的名字(3個#空格) #### 作業一 :::info 設定 Colab 環境 ::: 1. 貼上 **[Colab](https://colab.research.google.com/) 深度學習環境指令碼**至程式碼區塊 ```shell= !apt-get install -y -qq software-properties-common python-software-properties module-init-tools !add-apt-repository -y ppa:alessandro-strada/ppa 2>&1 > /dev/null !apt-get update -qq 2>&1 > /dev/null !apt-get -y install -qq google-drive-ocamlfuse fuse from google.colab import auth auth.authenticate_user() from oauth2client.client import GoogleCredentials creds = GoogleCredentials.get_application_default() import getpass !google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret} < /dev/null 2>&1 | grep URL vcode = getpass.getpass() !echo {vcode} | google-drive-ocamlfuse -headless -id={creds.client_id} -secret={creds.client_secret} ``` 2. 依照指示授權 Google Cloud SDK 3. 取得授權碼,貼回程式碼輸入區塊 4. 依照指示再次授權 Google Cloud SDK 5. 取得授權碼,貼回程式碼輸入區塊,完成 --- #### [機器學習](https://colab.research.google.com/drive/1nRSMXoxJvwTyg_xi1fIvC3sHlaHSBLte) 1. 選擇 [檔案] --> [在雲端硬碟中建立副本],開啟自己的 ipynb 2. 載入模組的方式 ```python # import 整個 xxx module import xxx # 從 xxx module 裡 import 其中一個 yyy module from xxx import yyy # import 整個 xyzabc module,命名為 xyz import xyzabc as xyz ``` --- #### 報名新科技小論壇 [報名連結](https://reurl.cc/OX328R) --- ### 劉蔡禧 ![](https://i.imgur.com/0FaCEOY.png) ![](https://i.imgur.com/FozVIhV.jpg =50%x) --- ### 陳柏儒 ![](https://i.imgur.com/4ntEXxZ.jpg) ![](https://i.imgur.com/5XRXXEE.jpg =50%x) --- ### 江豐毅 ![](https://i.imgur.com/xWh88nd.jpg) ![](https://i.imgur.com/oLvDl0j.jpg =50%x) --- ### 許瀚元 ![](https://i.imgur.com/NKEkJTe.png) ### 徐儀翔 ![](https://i.imgur.com/ElyCnaB.png) ![](https://i.imgur.com/xL8x5wL.png =50%x) ### 李嘉雄 ![](https://i.imgur.com/qrpUMEt.png) ![](https://i.imgur.com/esyeoNQ.png) ### 蔡譯漢 ![](https://i.imgur.com/e6DdICU.png) ![](https://i.imgur.com/KYBGsc7.jpg =50%x) ### 王慈婷 ![](https://i.imgur.com/FIaZxqk.png) ![](https://i.imgur.com/fafXs8v.jpg =50%x) ### 陸德宏 ![](https://i.imgur.com/x9m3tYY.png) ![](https://i.imgur.com/lC4tmDW.png) ### 李奇芷 ![](https://i.imgur.com/vrXJeG0.png) ![](https://i.imgur.com/DlfltgH.jpg =50%x) ### 葛世霆 ![](https://i.imgur.com/hVNfxPM.png) ![](https://i.imgur.com/SGFX6iw.jpg =50%x) ### 謝宜城 ![](https://i.imgur.com/qHzgNX7.png) ![](https://i.imgur.com/KbC1zuk.jpg =50%x)