- Machine Learning with Spark(Second Edition)
- Rajdeep Dua Manpreet Singh Ghotra Nick Pentreath
- 210字
- 2021-07-09 21:07:48
Hyperplanes
Vectors of field type real numbers are difficult to visualize if n is not 1,2, or 3. Familiar objects like lines and planes make sense for any value of n. Line L along the direction defined by a vector v, through a point P labeled by a vector u, can be written as follows:
L = {u + tv | t ∈ R}
Given two non-zero vectors, u and v, they determine a plane if both the vectors are not in the same line, and one of the vectors is a scalar multiple of the other. The addition of two vectors is accomplished by laying the vectors head to tail in a sequence to create a triangle. If u and v lie in a plane, then their sum lies in the plane of u and v. The plane represented by two vectors u and v can be mathematically shown as follows:
{P + su + tv | s, t ∈ R}
We can generalize the notion of a plane as a set of x + 1 vectors and P, v1, . . . , vx in R, n with x ≤ n determines a x-dimensional hyperplane:
(P + X x i=1 λivi | λi ∈ R)
- 構建高質量的C#代碼
- 極簡AI入門:一本書讀懂人工智能思維與應用
- Mastering Salesforce CRM Administration
- 80x86/Pentium微型計算機原理及應用
- AI 3.0
- 聊天機器人:入門、進階與實戰
- AI的25種可能
- Linux Shell Scripting Cookbook(Third Edition)
- 從祖先到算法:加速進化的人類文化
- Oracle 11g基礎與提高
- Hands-On Generative Adversarial Networks with Keras
- R Statistics Cookbook
- Mastering Android Game Development with Unity
- 局域網組建與使用完全自學手冊
- Windows Server 2012 Automation with PowerShell Cookbook