自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 MCMC-Markov Chain Monte Carlo

MCMC-Markov Chain Monte CarloWhat?蒙特卡洛方法是一种采样方法。一切还是从万能的贝叶斯公式说起p(θi+1∣x)=p(x∣θi)⋅p(θi)∫p(x∣θi)⋅p(θi)dx∝p(x∣θi)⋅p(θi)p(\theta_{i+1}|x) = \frac{p(x|\theta_{i})\cdot p(\theta_{i})}{\int p(x|\theta_{i})\cdot p(\theta_{i}) dx}\propto p(x|\theta_{i})\cdot p

2020-06-06 05:51:50 173

原创 Sigmod 和 Logit

Sigmoid 和 LogitsigmoidS(t)=11+e−tS(t)={\frac {1}{1+e^{-t}}}S(t)=1+e−t1​sigmoid 为一从[-∞, ∞] 到[0,1]的映射,也就是说在分类其中,为了要求最后的输出不是一个任意实数而是一个表示概率的[0,1]之间的数,需要用到sigmoidlogitlogit(p)=log⁡(p1−p)=log⁡(p)−log⁡(1−p)=−log⁡(1p−1){logit} (p)=\log \left({\frac {p}{1-p

2020-06-03 23:02:06 319

原创 SSP-Spatial Pyramid Pooling

SPP-Spatial Pyramid PoolingYolo4中使用了SPP作为Bag of specials的一部分。Bag of specials:For those plugin modules and post-processing methods that only increase the inference cost by a small amount but can significantly improve the accuracy of object detection, we c

2020-05-31 21:51:16 237

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除