- Machine Learning with Spark(Second Edition)
- Rajdeep Dua Manpreet Singh Ghotra Nick Pentreath
- 218字
- 2021-07-09 21:07:47
Vector spaces
Linear algebra is well known as an algebra of vector spaces. Vector objects of field type real or complex can be added and scaled by multiplying the vector with the scalar number α.
Vector space is a collection of vector objects, which can be added and multiplied together. Two vectors can be combined to produce a third vector or another object in a vector space. The axioms of vector space have useful properties. Space in vector space helps in studying the properties of physical space, for example, to find how near or far away an object is. One of the examples of vector space is a collection of vectors in a three-dimensional Euclidean space. Vector space V over field F has the following properties:
- Vector addition: denoted by v + w, where v and w are element of space V
- Scalar multiplication: denoted by α * v, where α is an element of F
- Associativity: represented by u + (v + w) = (u + v) + w, where u, v, and w are elements of space V
- Commutative: indicated by v + w = w + v
- Distributive: denoted by α * (v + w) = α * v + α * w
In machine learning, features are the dimensions of vector space.
- 構(gòu)建高質(zhì)量的C#代碼
- Canvas LMS Course Design
- PowerShell 3.0 Advanced Administration Handbook
- IoT Penetration Testing Cookbook
- Python Algorithmic Trading Cookbook
- Maya極速引擎:材質(zhì)篇
- 網(wǎng)絡(luò)化分布式系統(tǒng)預測控制
- 電氣控制與PLC技術(shù)應用
- OpenStack Cloud Computing Cookbook
- 大數(shù)據(jù)案例精析
- 智慧未來
- Natural Language Processing and Computational Linguistics
- 單片機C51應用技術(shù)
- 局域網(wǎng)組建與使用完全自學手冊
- Android High Performance Programming