Manifold

where strings viberate


  • 首页

  • 归档

  • 标签

VAE

发表于 2017-07-16
VAE 假定所有数据\(\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(N)}\)都是i.i.d, \[ \log p_{\theta}(\mathbf{x}^{(1)},\ldots,\mathbf{x}^{(N)}) = \sum^N_{i=1}\log p_{\t ...
阅读全文 »

Min Max & Max Min

发表于 2017-07-10
Min Max & Max Min \[ \begin{align} \min_y f(x,y) &\le f(x,y),\, \forall x,y\\\ \max_x \min_y f(x,y) &\le \max_x f(x,y),\, \forall y \ ...
阅读全文 »

Improved Training of Wasserstein GANs

发表于 2017-07-09
Improved Training of Wasserstein GANs 设G是生成网络(generator),D是判别网络(critic),原始GAN的训练目标是 \[ \min_G\max_D\ \mathbb{E}_{\mathbf{x}\sim\mathbb{P}_r}[\log(D( ...
阅读全文 »

各种Normalization

发表于 2017-07-07
Batch/Layer/Instance/Weight Normalization 从使用最广泛的batch norm说起。 Batch Normalization batch norm是为了解决网络中各个层的输入数据的分布不稳定的问题( (internal) covariate shift) ...
阅读全文 »

NCE and Negative Sampling

发表于 2017-07-05
在语言模型中,给定上下文c,要预测单词w: \[ \begin{align} p_{\theta}(w|c) = \frac{u_{\theta}(w,c)}{\sum_{w'\in V}u_{\theta}(w',c)} = \frac{u_{\theta}(w,c)}{Z_{ ...
阅读全文 »

Queue, Coordinator and Producer in Tensorflow

发表于 2017-06-11
直接用代码 举例说明。 先准备数据: 12345678910import tensorflow as tfimport numpy as npnum_examples = 10num_features = 2data = np.reshape(np.arange(num_examples*num_ ...
阅读全文 »

First Post Test

发表于 2017-05-30
This is a testing. I hope it will work. 今夕复何夕,共此灯烛光 \[E=mc^2\] \[\hat{H} \lvert\psi\rangle = i\hbar\frac{\partial}{\partial t}\lvert\psi\r ...
阅读全文 »
12
airaria

airaria

17 日志
9 标签
知乎 github
© 2018 airaria
由 Hexo 强力驱动
主题 - NexT.Mist