今天稍文介紹一下面Colaboratory
特別給新手學習python的好工具
使用者可以在雲端上頭,運行想要執行的程式
而程式本身可以存在google雲端硬碟上頭,
完全不必在自己的電腦上安裝anaconda or python ....etc.
甚至若有額外需要的函式庫,也可以自行利用"pip install",請記得在pip前面加上" ! " ,例如在程式運行馬上頭上key入 "!pip install twstock"
Colaboratory 是google在雲端上建置的python運行程式
這裡示範使用Ta-lib的安裝方式
為了之後做機器學習,所以我們先將環境設定好
這一串code,大家可以自行試試
若看到下面這串就表示成功啦
Reference:
- 用免費的GPU+Pytorch訓練自己的分類模型-以智能車位分析為例 : 從掛載google drive,到AI訓練
- 免費在雲端上玩轉深度學習-Google Colab : 於google drive外掛colab開始教起
- Python (Google Colab + gspread) : colab -> google drive -> google spread sheet
- finlab
- Colaboratory
文章標籤
全站熱搜
留言列表