鳥取python勉強会 第1回

12
鳥鳥 Python 鳥鳥鳥 - 鳥鳥 Python 鳥鳥鳥鳥鳥 - 鳥鳥鳥 鳥鳥 鳥鳥鳥 [email protected] 鳥鳥

Transcript of 鳥取python勉強会 第1回

Page 1: 鳥取python勉強会 第1回

鳥取 Python 勉強会- 鳥取 Python 勉強会爆誕 -

小山田 雄仁質問は [email protected] まで

Page 2: 鳥取python勉強会 第1回

2

勉強会の運営 +α• 運営者 : 小山田@鳥取大 ( 運営を手伝ってくれる方募集 )

• 毎週 / 隔週 1 回 水曜日夕方 (18 時以降 )

• 勉強会の内容 + スケジュールは github で管理• https://github.com/charmie11/TottoriPythonSeminar• 鳥取 Python 勉強会でググっても検索結果に出てきません

2015/12/03

Page 3: 鳥取python勉強会 第1回

3

勉強会の目的• CV, PR, ML の手法・アルゴリズムを使えるようになる + 理論の理解• Computer Vision• Pattern Recognition• Machine Learning

• 対象 : 鳥大電電の情報系研究室を想定 ( 外部の人も大歓迎 )• プログラミング言語 : Python2.7 + 各種ライブラリ• 事例ベース : サンプルプログラムをベースに勉強

2015/12/03

Page 4: 鳥取python勉強会 第1回

4

なぜ Python ?• 無料• 使いやすい• 便利なライブラリの充実• Numpy, matplotlib, scikit-learn, SymPy, etc.

2015/12/03

Page 5: 鳥取python勉強会 第1回

5

scikit-leqrn• http://scikit-learn.org/stable/ • 機械学習ツール• clustering, sparse coding, PCA, Manifold learning

2015/12/03 http://scikit-learn.org/stable/auto_examples/index.html より引用

Page 6: 鳥取python勉強会 第1回

6

NumPy• http://www.numpy.org/• 多次元アレイ,線型代数,

2015/12/03 https://docs.scipy.org/doc/numpy-dev/user/quickstart.html より引用

Page 7: 鳥取python勉強会 第1回

7

matplotlib• http://matplotlib.org/ • 可視化ツール

2015/12/03 http://matplotlib.org/users/screenshots.html より引用

Page 8: 鳥取python勉強会 第1回

8

SymPy• http://www.sympy.org/en/index.html • 数式処理ツール (Mathematica, Maple)

2015/12/03 http://docs.sympy.org/latest/tutorial/index.html より引用

Page 9: 鳥取python勉強会 第1回

9

pandas• http://pandas.pydata.org/ • データ解析ツール• 構造的なデータ管理• データの統計処理

2015/12/03http://pandas.pydata.org/pandas-docs/version/0.17.0/pandas.pdf より引用

Page 10: 鳥取python勉強会 第1回

10

OpenCV(python bindings)• http://opencv.org/ • Computer Vision の C++ 用ライブラリを python で使える

2015/12/03http://docs.opencv.org/3.0-beta/doc/py_tutorials/py_tutorials.html より引用

Page 11: 鳥取python勉強会 第1回

11

TensorFlow• http://www.tensorflow.org/• 機械学習 (Deep Learning ができちゃう )

2015/12/03 http://www.tensorflow.org/ より引用

Page 12: 鳥取python勉強会 第1回

12

今後の勉強会• 年内は厳しそう

• 12/ 9 小山田出張• 12/16 教員忘年会• 12/23 …

• 1/6 or 13 から本格始動?• 1 回 / 月 第 2,4 水曜日 18 時~ 19 時 (30 分 / 人 x2)

• 1/13, 27, 2/10, 24 • 1/13: 小山田 インストール• 1/27: コジマ,曽谷

• 発表内容は事前にアナウンス• Multi-core での演算• Cython

• トピックはそれぞれが興味がある内容を実装ベースで紹介?2015/12/03