机器学习单词记录--03章线性代数回顾

Matrices、matrix 矩阵   vectors 向量

array  排列

Element 元素

A matrix  is a  rectangular array of numbers,written between square brackets

矩阵是由数字组成的矩形阵列,并写在方括号内

Square bracket 方括号

a bunch of  一堆

Row 行  column 列

Matrix is just another way for saying ,2D or two dimensional array

矩阵可以说是二维数组的另一种说法

Over除以

One over zero is not well defined   1除以0是无意义的

Times、multiplied by.乘以

Three times two is six  3x2=6

A  m by m matrix 一个m x m的矩阵

Dimension of matrix :number of rows  x  number of columns

矩阵的维度:行数x列数

Matrices of a specific dimension 一个特定维度的矩阵

The dimension of this matrix  is 2 by 3

(这个矩阵的维数是2x3)

Standard notation 标准符号  notation 符号

Entry  条目

A12 is going to refer to the entry in the first row and the second column

(A12表达的是第一行第二列对应的项)

Matrices let you quickly organize ,index and access lots of data.

(矩阵让你快速整理,索引和访问大量数据)

The lecture notes 课程讲义

Course website课程网页  audible lecture音频

a four dimensional vector 一个四维的向量

A vector turns out to be a special case of a matrix.A vector  is a matrix that has only 1 column.

(一个向量是一种特殊的矩阵。向量是只有一列的矩阵。)

This R4,again just means a set of  all four-dimensional vector

(这个R^4指一个四维向量的集合)

Y subscript i is the ith element.

(y_i是第i个元素)

Sequence序列

A more convenient notation 一个更方便的符号

By convention 按照惯例

Upper case 、Capital letter大写字母--matrix矩阵

Lower case小写字母--vector向量

Addition 加法 、  subtraction 减法、multiply 乘法、divide 除以

As well as 和

Scalar Multiplication 标量乘法

The same dimension 相同维度

You just add up the elements of these matrices one at a time.

(这两个矩阵的每一个元素都逐个相加)

A  three by two matrix一个3x2的矩阵

A scalar number 标量--常量

Real number 实数

Divide it by a number除以一个数

One quarter   1/4

three halves  1/3

Plus 加

One matrix multiplication operation 一次矩阵的乘法运算

Commutative  可交换

commutative property of multiplication of real numbers 实数乘法的交换率

Reverse the order 颠倒顺序

Concretely  具体地

Arbitrarily  随意地

As a concrete example 举一个具体的例子

Swap  交换

The associative property of real number multiplication 数乘的结合律

Enjoy the associative property 服从结合律

Terminology  术语

矩阵没有交换律,但是有结合律。

identity matrix ,which id special matrix  一种特殊的矩阵---单位矩阵

The identity matrix has the property that has ones along the diagonals ,and is zero everywhere else.

单位矩阵有一个特性,即对角线都是1,其他位置都是0

Sloppy  稀疏的    sloppily write随意的写

Diagonals  对角线

Implicit 暗含

Inverse  倒数

Matrix  inverse and matrix transpose operation 矩阵的逆和转置运算

One third   1/3

Twelve to the minus one ---- one twelve   12的-1次方

Only matrices that are m by m for some value of m have an inverse.------a square matrix方阵

(只有m x m 的矩阵才有其逆矩阵only square matrices have inverses)

It satisfies this equation.它满足这个等式

A concrete example 一个具体的例子

Numerical software for taking a matrix and computing its inverse

(能很容易对矩阵进行求逆运算的数字软件)

Open source libraries 开源库

A quick example  一个简单的例子

Octave

Type 键入

Pinv of A---- pinv(A)

Verify  证实

Essentially 基本上

Up to取决于、考虑到

Numerical  precision 计算精度

precision 、Precisely精确

Caveat 警告

Fix 处理

One intuition you might take away is that just as the number zero doesn’t have an inverse

(有一点你可以理解为,数字0没有倒数)

Matrices that don’t have an inverse are “singular”  or “degenerate”

(没有逆的矩阵叫奇异矩阵、或者是退化矩阵--无限接近于0的)

Superscript 标---A superscript T----A矩阵的转置

45 degree axis  45度的轴

Mirror 镜子

Flip 翻转

Reverse 相反

Absorb 吸收

Linear algebra tools线性代数工具

Derive 推导

The more formal definition of a matrix transpose

(矩阵转置的更正式的定义)

原文地址:https://www.cnblogs.com/Amyheartxy/p/10894121.html

时间: 2024-08-30 00:11:09

机器学习单词记录--03章线性代数回顾的相关文章

机器学习单词记录--02章单变量相性回归

Liner  regression 线性回归 The overall  process of x  x的整个过程 区分监督学习和无监督学习--看是否有“正确答案”和已知的预测值 Cost  function代价函数 M--denote the number of training examples表示训练样本的数量 Lowercase x 小写字母x Output variables 输出变量 Training  set训练集 Hypothesis 假设 Corresponding  相应的 R

第03章-VTK系统概述(1)

[译者:这个系列教程是以Kitware公司出版的<VTK User's Guide -11th edition>一书作的中文翻译(出版时间2010年,ISBN: 978-1-930934-23-8),由于时间关系,我们不能保证每周都能更新本书内容,但尽量做到一周更新一篇到两篇内容.敬请期待^_^.欢迎转载,另请转载时注明本文出处,谢谢合作!同时,由于译者水平有限,出错之处在所难免,欢迎指出订正!] 本章旨在介绍VTK系统的总体概述,并讲解运用C++.Java.Tcl和Python等语言进行VT

&lt;&lt;Python基础教程&gt;&gt;学习笔记 | 第03章 | 字符串

第03章: 使用字符串 ------ 支持的操作 索引 切片 增加元素 删除元素 更新元素 查找元素(检查某个元素是否是序列中的一员) 序列长度 最大值 最小值 其他内建函数 >>> website='http://www.python.org' >>> website[-3:]='com' #此操作不合法,因为字符串是不变,不能做修改 Traceback (most recent call last): File "<pyshell#162>&q

《机器学习》第三章 决策树学习 笔记加总结

<机器学习>第三章 决策树学习 决策树学习方法搜索一个完整表示的假设空间,从而避免了受限假设空间的不足.决策树学习的归纳偏置是优越选择较小的树. 3.1.简介 决策树学习是一种逼近离散值目标函数的方法,在这种方法中学习到的函数被表示为一棵决策树. 决策树(Decision Tree)是一种简单但是广泛使用的分类器.通过训练数据构建决策树,可以高效的对未知的数据进行分类. 决策数有两大优点: 1)决策树模型可以读性好,具有描述性,有助于人工分析: 2)效率高,决策树只需要一次构建,反复使用,每一

异步编程系列第03章 自己写异步代码

p { display: block; margin: 3px 0 0 0; } --> 写在前面 在学异步,有位园友推荐了<async in C#5.0>,没找到中文版,恰巧也想提高下英文,用我拙劣的英文翻译一些重要的部分,纯属娱乐,简单分享,保持学习,谨记谦虚. 如果你觉得这件事儿没意义翻译的又差,尽情的踩吧.如果你觉得值得鼓励,感谢留下你的赞,愿爱技术的园友们在今后每一次应该猛烈突破的时候,不选择知难而退.在每一次应该独立思考的时候,不选择随波逐流,应该全力以赴的时候,不选择尽力而

JavaScript权威指南第03章 类型、值和变量

类型.值和变量 数据类型分类: 原始类型(primitive type):数字 字符串 布尔值 null undefined 对象类型(object type): 对象是属性的集合,每个属性都由"名/值"对构成. javascript解释器有自己的内存管理机制,可以自动对内存进行垃圾回收. 3.1数字 javascript不区分浮点和整型,所有的数字都是按照浮点型处理. 3.1.1整型直接量 3.1.2浮点型直接量 3.1.3算数运算 3.1.4二进制浮点数和四舍五入错误 当进行小数进

JavaScript权威指南第03章 类型、值和变量(2)

题目链接:https://oj.leetcode.com/problems/set-matrix-zeroes/ Given a m x n matrix, if an element is 0, set its entire row and column to 0. Do it in place. 一个个找肯定会超时,我们可以分别用一个行向量和一个列向量进行维护.这样O(m*n) 能出来 class Solution { public: void setZeroes(vector<vector

第03章-VTK系统概述(3)

[译者:这个系列教程是以Kitware公司出版的<VTK User's Guide -11th edition>一书作的中文翻译(出版时间2010年,ISBN: 978-1-930934-23-8),由于时间关系,我们不能保证每周都能更新本书内容,但尽量做到一周更新一篇到两篇内容.敬请期待^_^.欢迎转载,另请转载时注明本文出处,谢谢合作!同时,由于译者水平有限,出错之处在所难免,欢迎指出订正!] [本节对应原书中的第29页至第39页] 3.2创建VTK应用程序 本章内容包括利用Tcl,C++

groovy入门 第03章 字符串和正则表达式

字符串和正则表达式 3.1字符串字面值 可以使用单引号.双引号.三引号来封装字符串. 使用单引号封装的字符串就是字符串序列本身. 使用双引号可以嵌套单引号,并可以将表达式包含进来. 使用三引号可以包含多行文本. def age=25 'My age is ${age}'            // 输出My age is ${age} "My age is ${age}"           //输出My age is 25 """'My age is $