差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
ds:2018 [2018/08/29 17:34] – created wataluds:2018 [2018/08/29 17:55] (現在) watalu
行 2: 行 2:
  
 このページの短縮URLは http://bit.ly/websys-ds2018 です。 このページの短縮URLは http://bit.ly/websys-ds2018 です。
 +
 +=== 書籍の紹介 ===
 +
 +Introduction to Statistical Learning with Applications in R
 +  * (Web) http://www-bcf.usc.edu/~gareth/ISL/
 +  * (PDF) http://www-bcf.usc.edu/~gareth/ISL/ISLR%20Seventh%20Printing.pdf
 +  * 和訳 「Rによる統計的学習入門」 朝倉書店 https://www.asakura.co.jp/books/isbn/978-4-254-12224-4/
 +  * GitHub
 +    * https://github.com/tdpetrou/Machine-Learning-Books-With-Python
 +    * https://github.com/JWarmenhoven/ISLR-python
 +    * https://github.com/qx0731/ISL_python
 +    * https://github.com/tdpetrou/Machine-Learning-Books-With-Python/tree/master/Introduction%20to%20Statistical%20Learning
 +    * https://yuany-pku.github.io/2018_math4432/
 +
 +
 +The Elements of Statistical Learning
 +  * (Web) https://web.stanford.edu/~hastie/ElemStatLearn/
 +  * (PDF) https://web.stanford.edu/~hastie/ElemStatLearn/download.html
 +  * 和訳 「統計的学習の基礎―データマイニング・推論・予測―」 共立出版 http://www.kyoritsu-pub.co.jp/bookdetail/9784320123625
 +
 +Python Data Science Handbook
 +(HTML) https://jakevdp.github.io/PythonDataScienceHandbook/
 +(Jupyter Notebooks on GitHub) https://github.com/jakevdp/PythonDataScienceHandbook
 +和訳 「Pythonデータサイエンスハンドブック —Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習」オライリー・ジャパン https://www.oreilly.co.jp/books/9784873118413/
  
 === データサイエンス #1, #2 === === データサイエンス #1, #2 ===
行 11: 行 35:
 同書はRでの講義を想定していますが、Pythonのコードを公開してくれている方々がいます。下記のGitHubのレポジトリを参照してください。 同書はRでの講義を想定していますが、Pythonのコードを公開してくれている方々がいます。下記のGitHubのレポジトリを参照してください。
  
-  * [[https://github.com/JWarmenhoven/ISLR-python]] (Python 2用)+  * [[https://github.com/JWarmenhoven/ISLR-python]] (Python 3?)
   * [[https://github.com/qx0731/ISL_python]] (Python 2用)   * [[https://github.com/qx0731/ISL_python]] (Python 2用)