Skip to main content

2 posts tagged with "深度学习"

View All Tags

贝叶斯优化

· 4 min read
PuQing
AI, CVer, Pythoner, Half-stack Developer

本文主要依据与论文 [^1] 来写,虽然这篇论文主要是提出了 SMBO 方法,但是一般认为该方法是 BO 的标准实现。

Sequential Model-based Global Optimization

作为一个优化方法,我们的目标是最优化其目标函数,并假设有函数:

f:XRf: \mathcal{X}\to \mathbb{R}

例如在深度学习中,其 X\mathcal{X} 就是模型的参数,R\mathbb{R} 就是任务的损失函数;

Word Embedding

· 4 min read
PuQing
AI, CVer, Pythoner, Half-stack Developer
info

在谈到 Embedding 不得不谈到 Word Embedding

单词的表达

One Hot Representation

类似于图像分类任务中的 One Hot 编码,我们可以对于单词施行 One Hot Representation.