0
3

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 3 years have passed since last update.

数学の基礎

Last updated at Posted at 2020-07-05

ライブラリ

  • NumPy (ナンパイ) : 数値計算ライブラリ
  • scikit-learn (サイキットラーン) : 機械学習全般に強いライブラリ
  • SciPy (サイパイ) : 確率統計に強いライブラリ
  • seaborn (シーボーン) : グラフを描くためのライブラリ

線形代数とは「ベクトルと行列を扱う分野」である
ベクトル : 数値を縦方向に並べる
行列 : 数値を縦横方向に並べる

統計学

統計学とは得られているデータから法則性や知見を数学的に得る分野である
機械学習もある意味、統計学の中に含まれている

  • 記述統計
    • 手元のデータの分析を行う
    • 代表値を計算する
    • 傾向を分析する
  • 推計統計
    • 手元のデータの背後にある母集団の性質を予測する
    • 特に機械学習と密接に関わっている
    • データの基礎集計に使われる
      • 選挙速報 (出口調査した有権者=標本、有権者全体=母集団)
      • 視聴率
0
3
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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?