zoukankan
html css js c++ java
数学公式的规约(reduce)和简化(simplify)
to simplify notation,
1. 增广(augment)
x
i
=
[
x
i
;
1
]
,减少一个常数项;
2. 多个求和号
∥
x
∥
2
=
x
T
x
向量 ⇒ 矩阵;
求和号本身也可化为向量矩阵运算;
∑
i
n
∥
x
i
∥
2
=
t
r
(
X
T
X
)
,其中
X
定义为:
X
=
[
x
1
,
…
,
x
n
]
L
s
q
(
W
)
=
1
2
m
n
∑
j
=
1
m
∑
i
=
1
n
∥
x
i
−
W
x
~
i
,
j
∥
2
可化为:
L
s
q
(
W
)
=
1
2
m
n
t
r
[
(
X
¯
−
W
X
~
)
T
(
X
¯
−
W
X
~
)
]
查看全文
相关阅读:
使用angularjs定义html中的属性ng-attr-(suffix)
JS设置cookie、读取cookie、删除cookie
正则判断
console使用方法
angularjs中ng-change使用方法
angularjs中ng-selected使用方法
angularjs工具方法
angularjs中$watch监听model(对象属性、对象)变化
JS获取select选中的值,所有option值
AngularJs:String类型和JSON相互转换
原文地址:https://www.cnblogs.com/mtcnn/p/9422610.html
最新文章
luogu P2700 逐个击破
[九省联考2018]秘密袭击coat
树形依赖背包dp的最优解问题
[HAOI2015]树上染色
SDOI2006 保安站岗
UVA1407 Caves
CF 奇怪的中位数
浅谈博弈论之Nim初步(xor正确性的浅显证明)
[SHOI2008]小约翰的游戏
poj2960 S-Nim
热门文章
poj2975 Nim
[Ispc2009]Let there be rainbows!
[JSOI2008]Blue Mary开公司(李超线段树)
Zju1610 Count the Colors
线段树之线段操作之陈老师的福利
普通平衡树
最敏捷的机器人(线段树维护区间最值)
线段树之Sum
左偏树教程
【洛谷】CYJian的水题大赛【第二弹】解题报告
Copyright © 2011-2022 走看看