- Hands-On Mathematics for Deep Learning
- Jay Dawani
- 273字
- 2021-06-18 18:55:11
Spaces
Vector spaces are one of the fundamental settings for linear algebra, and, as the name suggests, they are spaces where all vectors reside. We will denote the vector space with V.
The easiest way to think of dimensions is to count the number of elements in the column vector. Suppose we have , then
.
is a straight line,
is all the possible points in the xy-plane, and
is all the possible points in the xyz-plane—that is, 3-dimensional space, and so on.
The following are some of the rules for vector spaces:
- There exists in V an additive identity element such that
for all
.
- For all
, there exists an additive inverse such that
.
- For all
, there exists a multiplicative identity such that
.
- Vectors are commutative, such that for all
,
.
- Vectors are associative, such that
.
- Vectors have distributivity, such that
and
for all
and for all
.
A set of vectors is said to be linearly independent if , which implies that
.
Another important concept for us to know is called span. The span of is the set of all linear combinations that can be made using the n vectors. Therefore,
if the vectors are linearly independent and span V completely; then, the vectors
are the basis of V.
Therefore, the dimension of V is the number of basis vectors we have, and we denote it dimV.
- 公有云容器化指南:騰訊云TKE實戰(zhàn)與應(yīng)用
- 數(shù)據(jù)分析實戰(zhàn):基于EXCEL和SPSS系列工具的實踐
- Java Data Science Cookbook
- Modern Programming: Object Oriented Programming and Best Practices
- 數(shù)據(jù)庫應(yīng)用基礎(chǔ)教程(Visual FoxPro 9.0)
- WS-BPEL 2.0 Beginner's Guide
- 數(shù)據(jù)挖掘原理與SPSS Clementine應(yīng)用寶典
- 金融商業(yè)算法建模:基于Python和SAS
- 深入淺出Greenplum分布式數(shù)據(jù)庫:原理、架構(gòu)和代碼分析
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- The Natural Language Processing Workshop
- Node.js High Performance
- PostgreSQL高可用實戰(zhàn)
- Cognitive Computing with IBM Watson
- 代碼的未來