
Mathmatic
AugustMoore
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Conditional Expectation & Entropy
Conditional Expectation(条件期望)1.Derivation假设有两个离散随机变量X,Y。他们的概率密度分别用 表示。则条件期望E(Y|X)为:And: Remark: 是关于X的函数。有: ...原创 2018-11-25 11:21:30 · 542 阅读 · 0 评论 -
Softmax Derivation
讨论最简单情况: 以神经网络为例: 假设在softmax层,输入的数据是N维的一维数组,输出结果是多分类的各个概率,假设为C类。--1. input: x --> import data with dimension N, can be writen as , in neural network, means the last hidden layer outp...原创 2018-12-01 11:03:46 · 327 阅读 · 0 评论 -
凸优化笔记(非常零碎)
1. Lipschitz Funcion(李比西斯函数)对于不光滑(nonsomooth)的凸函数的分析引入了Lipschitz functions:定义:2.Nonexpansiveness of Projection(投影的非延展性)Projection operator is non-expansive means:也就是说, 投影操作是L小于1的L-Lipschi...原创 2019-04-21 13:33:02 · 1635 阅读 · 1 评论 -
抽象代数入门(二)
Field(域)Dfn: ”Field“ is a commutative ring, s.t. every non-zero element has inverse.这个交换环对于乘法和加法都满足交换性,而且对于所有非零元素都存在逆。对加法逆,即 对乘法逆,即这两个都满足,u是对应元素的逆。加法的逆写成-v, 乘法的逆写成都是可以的,都是符号表示。Polynomials o...原创 2019-07-02 21:48:01 · 1799 阅读 · 0 评论 -
抽象代数入门(三)
一些域上多项式的概念prime(素)Dfn:Then p is prime.Unit(单位)Dfn: If is unit, and, then:. A given field may have infinite units. 表示minimal and monoic polynomial of g.Relative prime(相对素)Dfn: is...原创 2019-07-03 14:49:22 · 1067 阅读 · 0 评论 -
抽象代数入门(四)
向量空间(vector space)Definition of vector space: a vector space is a set closed under vector additon and scalar multiplication.满足加法交换律、结合律、分配律,存在加法单位元 满足标量乘法的交换律、结合律、分配律,存在乘法单位元Cyclic Subspace(循环子空...原创 2019-07-03 16:08:55 · 1182 阅读 · 0 评论 -
抽象代数入门(一)
一、群论幺半群(monoid)之前看老师讲的叫Abelian monoid(阿贝尔幺半群),但是搜不到。A monoid is a set closed under an associative binary operation and has an identity element such that.Binary operation(二元运算): f(x, y) an op...原创 2019-07-01 12:23:22 · 5150 阅读 · 0 评论