jupyter notebookでscikit-learnを使った機械学習・画像処理の基本

Post on 15-Apr-2017

9.060 Views

Category:

Data & Analytics

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

1

【例題】機械学習の基礎

「ナチュラルローソン菓子」の売上予測- https://deepanalytics.jp/compe/28

サンプルデータ- 学習データ・テストデータ (data3.zip)- https://deepanalytics.jp/compe/28/download

2

画像処理に慣れる

Pythonで画像を扱ってみよう- Scikit-image- http://scikit-image.org/

サンプル・コード- http://scikit-image.org/docs/stable/auto_examples/index.html

3

【例題】手書き文字の認識

scikit-learnのサンプルデータセット- http://scikit-learn.org/stable/auto_examples/datasets/plot_digi

ts_last_image.htmlチュートリアル

- http://scikit-learn.org/stable/tutorial/basic/tutorial.html自分で書いて認識させてみる

- scikit-imageなどを活用

top related