当前位置:网站首页>Eye of depth (II) -- matrix and its basic operations
Eye of depth (II) -- matrix and its basic operations
2022-07-02 17:17:00 【Light chasing rain】
List of articles
- One 、 The basic concept and significance of matrix and common special matrix
- Two 、 Addition, subtraction, multiplication and properties of matrices
- 3、 ... and 、 Matrix multiplication and properties
- Four 、 The application of matrix operation in deep learning ( primary )
- 5、 ... and 、 Trace of matrix , The transpose of the matrix , Symmetric matrix ( Covariance matrix )
One 、 The basic concept and significance of matrix and common special matrix
What is the meaning of matrix , Here is a linear transformation
Distinguish clearly : Zero matrix 、 The difference between identity matrix and diagonal matrix
Two 、 Addition, subtraction, multiplication and properties of matrices
3、 ... and 、 Matrix multiplication and properties
Be careful : Multiplication of matrices , You must ensure that the number of columns in the first row is equal to the number of rows in the second row
Such as : The first matrix A by m×s, The second matrix B Then for s×n, Get the matrix C Of course m×n,C = AB
and cij said A Multiply the rows of the matrix by B The columns of the matrix
a key : The multiplication of matrices does not satisfy the commutative law
Four 、 The application of matrix operation in deep learning ( primary )
4.1 Digital picture recognition ( neural network )
One picture has 0 - 9 One of the numbers , The size is 10×10, amount to 100 A digital
- Unfold into 100 Vector (1 * 100)
- take (1100) Matrix times w1(100512), Programming (1*512) An extended matrix of
- Yes (1*512) after relu Function processing
- take relu After processing (1512) multiply w2(51210) Generate (1*10)[ Because I want to generate 10 Number ]
- after softmax( The back can speak ) Handle , Generate S1…S10 A probability distribution
after w1 and w2 The processing of reflects a transformation of feature space
The above is for a single sample , If there are multiple pictures , Then the matrix is as follows
5、 ... and 、 Trace of matrix , The transpose of the matrix , Symmetric matrix ( Covariance matrix )
5.1 Trace of matrix
The exchange multiplication of two matrices is not equal , But the trace is the same
prove :
5.2 The transpose of the matrix
aijT=aji
5.3 Symmetric matrix
The characteristic of symmetric matrix is : Its elements are equivalent with the diagonal as the axis of symmetry. Obviously, both the identity matrix and the diagonal matrix are symmetric matrices
Covariance matrix
Covariance matrix is a symmetric matrix
边栏推荐
- A case study of college entrance examination prediction based on multivariate time series
- [leetcode] 14. Préfixe public le plus long
- Sword finger offer 27 Image of binary tree
- 剑指 Offer 24. 反转链表
- 【Leetcode】13. 罗马数字转整数
- IP address translation address segment
- Shutter: action feedback
- uboot的作用和功能
- 剑指 Offer 26. 树的子结构
- lsf基础命令
猜你喜欢
Baobab's gem IPO was terminated: Tang Guangyu once planned to raise 1.8 billion to control 47% of the equity
A case study of college entrance examination prediction based on multivariate time series
亚马逊云科技 Community Builder 申请窗口开启
关于举办科技期刊青年编辑沙龙——新时代青年编辑应具备的能力及提升策略的通知...
MOSFET器件手册关键参数解读
john爆破出現Using default input encoding: UTF-8 Loaded 1 password hash (bcrypt [Blowfish 32/64 X3])
Ap和F107数据来源及处理
[cloud native] briefly talk about the understanding of flume, a massive data collection component
Linux Installation PostgreSQL + Patroni cluster problem
TCP拥塞控制详解 | 2. 背景
随机推荐
ETH数据集下载及相关问题
Listing of chaozhuo Aviation Technology Co., Ltd.: raising 900million yuan, with a market value of more than 6billion yuan, becoming the first science and technology innovation board enterprise in Xia
traceroute命令讲解
配置基于接口的ARP表项限制和端口安全(限制用户私自接入傻瓜交换机或非法主机接入)
The impact of telecommuting on all aspects of our experience | community essay solicitation
AP and F107 data sources and processing
社交元宇宙平台Soul冲刺港股:年营收12.8亿 腾讯是股东
酒仙网IPO被终止:曾拟募资10亿 红杉与东方富海是股东
有赞和腾讯云、阿里云一同摘得“中国企业云科技服务商50强”[通俗易懂]
【Leetcode】14. 最长公共前缀
Sword finger offer 27 Image of binary tree
电脑自带软件使图片底色变为透明(抠图白底)
System Verilog implements priority arbiter
学习周刊-总第60期-2022年第25周
二、mock平台的扩展
入行数字IC验证后会做些什么?
Does digicert SSL certificate support Chinese domain name application?
【征文活动】亲爱的开发者,RT-Thread社区喊你投稿啦
One year is worth ten years
2、 Expansion of mock platform