Skip to Content
データサイエンス設計マニュアル
book

データサイエンス設計マニュアル

by Steven S. Skiena, 小野 陽子, 長尾 高弘
January 2020
Beginner to intermediate
728 pages
10h 26m
Japanese
O'Reilly Japan, Inc.
Content preview from データサイエンス設計マニュアル
232 8 線形代数
理論的には違いは 0 になるはずだが、実際には計算の大雑把さに驚くことがある。
8.3 行列の分解
行列 A
行列 B, C への分解は、除算の一種である。既に説明したように、正則行列 M には逆行列 M
1
があるので、単位行列 I I = MM
1
のように分解できる。これは、一部の行列(I など)は、分解でき
ることを証明している。実際、多数の分解方法を持つ行列がある。単位行列の場合、正則行列の数だけ異な
る分解方法があるということになる。
行列の分解はデータサイエンスでは重要な抽象化であり、特徴の簡潔な表現方法やトピックモデリング
などの考え方に通じる。分解は、LU 分解などの特殊な形を通じて、線形方程式を解く際に重要な役割を果
たす。
残念ながら、分解を計算するのは難しい。整数の素因数分解は難しい問題だが、浮動小数点数を使うこと
が認められるときにはその複雑さは解消される。行列の分解はさらに難しいことがわかっている。行列に
よっては分解が不可能な場合がある。特に、X Y の次元が決められているときに M = XY に分解する
のは難しい。
8.3.1 特徴行列を分解する理由
重要な機械学習アルゴリズムの多くは、行列の分解として考えることができる。n × m の特徴行列 A
与えられたとする。通常の慣習に従い、A の行は要素を表し、列は特徴を表す。
ここで、行列 A 分解できるものとする。つまり、B n × k 行列、C k × m 行列とするとき、A
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Python機械学習クックブック

Python機械学習クックブック

Chris Albon, 中田 秀基
Rではじめるデータサイエンス

Rではじめるデータサイエンス

Hadley Wickham, Garrett Grolemund, 黒川 利明, 大橋 真也
プログラミングC# 第8版

プログラミングC# 第8版

Ian Griffiths, 木下 哲也, 鈴木 幸敏

Publisher Resources

ISBN: 9784873118918Other