- Deep Learning Essentials
- Wei Di Anurag Bhardwaj Jianing Wei
- 191字
- 2021-06-30 19:17:46
Data operations
In this section, we will look at some of the most common transformations applied on matrices.
- Matrix transpose: Matrix transpose is a matrix transform that simply mirrors the matrix along its main diagonal. Mathematically it is defined as follows:


- Matrix multiplication: Matrix multiplication is one of the most fundamental operations that can be applied to any two matrices. A matrix, A, of shape Ar x Ac can be multiplied by another matrix, B, of shape Br x Bc if and only if Ac = Br. The resultant matrix, C, is the shape Ar x Bc .The multiplication operation is defined as follows:

Matrix multiplication generally has very useful properties. For example, matrix multiplication is distributive:

Matrix multiplication is also associative:

Matrix multiplication also has a very simple form for its transpose:

Matrix multiplication is not commutative, which means A x B ≠ B x A. However, the dot products between two vectors is commutative:

推薦閱讀
- 腦動(dòng)力:Linux指令速查效率手冊(cè)
- 平面設(shè)計(jì)初步
- IoT Penetration Testing Cookbook
- Visual C# 2008開發(fā)技術(shù)實(shí)例詳解
- MCSA Windows Server 2016 Certification Guide:Exam 70-741
- 嵌入式Linux上的C語言編程實(shí)踐
- 大數(shù)據(jù)安全與隱私保護(hù)
- Visual C++編程全能詞典
- 精通數(shù)據(jù)科學(xué)算法
- 內(nèi)模控制及其應(yīng)用
- 貫通Java Web開發(fā)三劍客
- 激光選區(qū)熔化3D打印技術(shù)
- INSTANT Heat Maps in R:How-to
- INSTANT VMware vCloud Starter
- HBase Essentials