way's blog
convex_set
返回首页
convex_set
发表于
2025-09-11
|
更新于
2025-09-12
|
math
convexOptimization
source
:
web.stanford.edu/~boyd/cvxbook/bv_cvxbook.pdf
凸集
1.仿射集
仿射集定义
文章作者:
way
文章链接:
http://wayc04.github.io/blog/2025/09/11/convex-set/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
way's blog
!
上一篇
强化学习的数学原理-notes
P1 Basic Concepts State: The status of the agent with respect to the environment. grid-world example: the location of the agent (s_1, s_2, s_3, \ldots, s_9). State space: the set of all states S = \{s_i\}_{i=1}^9. Action: For each state, there are lots of possible actions: a_1, \ldots, a_n. Action space of a state: the set of all possible actions of a state. A(s_i) = \{a_i\}^5_{i=1}. State transition: When taking an action, the agent may move from one state to another. It defines the ...
下一篇
25 IJCAI Image-Enhanced Hybrid Encoding with Reinforced Constrastive Learning for Spatial Domain Identification in Spatial Transcriptomics
code link: wdyi701/IE-HERCL paper link: Concept Frobenius 内积 两个矩阵进行逐元素的相乘, 并且将其累加。 可以用于衡量矩阵间的相似性。 _F \ = \sum^n_{i=1} \sum^m_{j=1} a_{ij} b_{ij} \nonumberoptimal transport 用最小代价将一个分布转移为另一个分布 Earth Mover’s Distance (EMD) [1] 给定 $P_r$ 以最优传输转移为 $P_\theta$ , 当作推土任务最小化平均做功: EMD的一般形式为: \notag EMD(P_r, P_\theta) = \inf_{\gamma \in \Pi} \sum_{x,y} ||x - y|| \gamma(x, y)其中 $\gamma(x,y)$ 为 moving plan 即从给定的 $x$ 移动到 $y$ 的质量, $||x - y||$ 为 $x$ 到 $y$ 位置的欧式距离, $\inf$ 为最大下界, $\Pi$ 为所有可能的 moving plan。...
way
In love🥰
文章
4
标签
0
分类
9
Follow Me
公告
This is my Blog
目录
1.
凸集
1.1.
1.仿射集
1.1.1.
仿射集定义
最新文章
强化学习的数学原理-notes
2026-02-18
convex_set
2025-09-11
25 IJCAI Image-Enhanced Hybrid Encoding with Reinforced Constrastive Learning for Spatial Domain Identification in Spatial Transcriptomics
2025-08-25
22 WWW Towards Unsupervised Deep Graph Structure Learning
2025-08-12