5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Google Colaboratory でPython 機械学習 に入門する

Last updated at Posted at 2019-01-11

Google Colaboratory とは

Colaboratory は、完全にクラウドで実行される Jupyter ノートブック環境です。設定不要で、無料で利用できます。

Python の学習に最適だと思います。

使い方

  1. Google アカウントでログイン
  2. Google Colaboratory を開く
  3. 新しいノートブック を選択
  4. 作成したノートブック(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"からノートブックをダウンロードし、そのまま動きました。

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?