Google Colaboratory とは
Colaboratory は、完全にクラウドで実行される Jupyter ノートブック環境です。設定不要で、無料で利用できます。
Python の学習に最適だと思います。
使い方
- Google アカウントでログイン
- Google Colaboratory を開く
- 新しいノートブック を選択
- 作成したノートブック(ipynbファイル)は [Googleドライブ - マイドライブ - Colab Notebooks] へ保存される
学習1.回帰分析
scikit-learnなど主要なライブラリはインストール済みです。
【Python】scikit-learnの使い方を直線回帰分析で速習
https://code-graffiti.com/practice-scikit-learn-in-python/
問題なく学習できました。
学習2.サポートベクターマシンで手書き文字認識
Recognizing hand-written digits
https://scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
"Download Jupyter notebook: plot_digits_classification.ipynb"からノートブックをダウンロードし、そのまま動きました。