Toggle navigation
Home
Genomics
Python
Linux
Visualization
Statistics
MachineLearning
Reading
Other
About
Home
>
MachineLearning
> Main text
[CS229] 03: linear alegbra
Tag:
python
,
machine learning
2018-10-23
03: Linear Algebra - review
概念:
matrix: rectangular array of numbers: rows x columns
element: i -> ith row, j -> jth column
vector: a nx1 matrix
操作:
加和: 需要相同的维,才能元素级别的相加减。
标量乘积
混合运算
If you link this blog, please refer to this page, thanks!
Post link:
https://tsinghua-gongjing.github.io/posts/CS229-03-linear-alegbra.html
Previous:
[CS229] 01 and 02: Introduction, Regression Analysis and Gradient Descent
Next:
[CS229] 04: Linear Regression with Multiple Variables
Please enable JavaScript to view the
comments powered by Disqus.
Category
Genomics
Python
Linux
Visualization
Statistics
MachineLearning
Reading
Other
Tags
Latest articles
AI在乳腺癌检测中的应用
基于三代测序数据预测m6A修饰位点
使用迁移学习对scRNA数据降噪
深度学习助力RNA可变剪切的预测
Excel常见用法
Word常见用法
Basic operations on matrix
LSTM
Run jobs on GPU server
稀疏编码
Links
ZhangLab
,
RISE database
,
THU life
,
THU info
Data analysis:
pandas
,
numpy
,
scipy
ML/DL:
sklearn
,
sklearn(中文)
,
pytorch
Visualization:
seaborn
,
matplotlib
,
gallery
Github:
me