- Hands-On Mathematics for Deep Learning
- Jay Dawani
- 171字
- 2021-06-18 18:55:12
Inner product space
An inner product on a vector space is a function , and satisfies the following rules:
and
For all and
.
It is important to note that any inner product on the vector space creates a norm on the said vector space, which we see as follows:

We can notice from these rules and definitions that all inner product spaces are also normed spaces, and therefore also metric spaces.
Another very important concept is orthogonality, which in a nutshell means that two vectors are perpendicular to each other (that is, they are at a right angle to each other) from Euclidean space.
Two vectors are orthogonal if their inner product is zero—that is, . As a shorthand for perpendicularity, we write
.
Additionally, if the two orthogonal vectors are of unit length—that is, , then they are called orthonormal.
In general, the inner product in is as follows:

- Visual Studio 2015 Cookbook(Second Edition)
- Learning Spring Boot
- 卷積神經(jīng)網(wǎng)絡(luò)的Python實(shí)現(xiàn)
- 大數(shù)據(jù)導(dǎo)論
- Libgdx Cross/platform Game Development Cookbook
- 數(shù)據(jù)庫(kù)原理與應(yīng)用(Oracle版)
- 深入淺出Greenplum分布式數(shù)據(jù)庫(kù):原理、架構(gòu)和代碼分析
- 數(shù)據(jù)科學(xué)工程實(shí)踐:用戶行為分析與建模、A/B實(shí)驗(yàn)、SQLFlow
- 數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)開發(fā)實(shí)例
- Hadoop集群與安全
- SQL Server 2012實(shí)施與管理實(shí)戰(zhàn)指南
- 區(qū)域云計(jì)算和大數(shù)據(jù)產(chǎn)業(yè)發(fā)展:浙江樣板
- The Natural Language Processing Workshop
- openGauss數(shù)據(jù)庫(kù)核心技術(shù)
- Deep Learning with R for Beginners