- 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.
- 云數據中心基礎
- 業務數據分析:五招破解業務難題
- 圖解機器學習算法
- MySQL基礎教程
- UDK iOS Game Development Beginner's Guide
- 數據驅動設計:A/B測試提升用戶體驗
- INSTANT Apple iBooks How-to
- 云數據中心網絡與SDN:技術架構與實現
- 大數據技術原理與應用:概念、存儲、處理、分析與應用
- Spring Boot 2.0 Cookbook(Second Edition)
- 智能與數據重構世界
- Unity for Architectural Visualization
- 數據迷霧:洞察數據的價值與內涵
- Reactive Programming in Kotlin
- 數據質量管理:數據可靠性與數據質量問題解決之道