2021-01-01から1ヶ月間の記事一覧

グラフラプラシアンとPCAと固有値分解

点集合の座標が行列Xとして与えられているとき、そのペアワイズ内積行列は対称行列であり、それを固有値分解し 回転行列Vと非負固有値を対角成分とする対角行列とを使って と分解できる これは、点をVで回転して となるようななる、新しい座標を点に与え、そ…

パラパラめくる『統計学を哲学する』

統計学を哲学する [ 大塚 淳 ]価格: 3520 円楽天で詳細を見る データを取って、手法を適用して、その結果を使う(検定する、推定する、予測する、論文に根拠として書く)とき、統計学・データサイエンスは、何をしてくれているのだろうか、と言うことを、い…

Let’s read the document "sklearn.tree.DecisionTreeClassifier"

scikit-learn.org Click the [https://github.com/scikit-learn/scikit-learn/blob/42aff4e2e/sklearn/tree/_classes.py#L607:title=\[source\]] and check that the information in the website is provided in the source. ソースコードを見てみよう The s…

Decision Tree & Graphviz、pip, conda を使う

Visit this site for the original codes. Start your jupyter notebook ジュピターノートブックを開始する (1) Start your "Anaconda navigator" then select jupyter notebook. アナコンダ・ナビゲータを立ち上げて、そのメニューからジュピターノートブッ…

Add library/package ライブラリ/パッケージの追加 pip, conda

Library > Package > Module Different terms... but, simply speaking, something you can get and use for your study. 名前が色々あるけれど、簡単に言えば、「取ってきて使うもの」 PyPI : Py-thon P-ackage I-ndex pypi.org python's libraries and pac…

Install Anaconda, Anacondaのインストール

Let's use Anaconda。Anacondaを使う www.anaconda.com Why? どうして? (1) It provides basic libraries/packages for data science (numpy, scipy, pandas). データサイエンス用の基本ライブラリ・パッケージが入っているから (numpy, scipy, pandas) num…