自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

转载 贝叶斯深度学习

贝叶斯公式贝叶斯深度学习贝叶斯神经网络该怎么用?网络的权重和偏置都是分布,想要像非贝叶斯神经网络那样进行前向传播(feed-forward),可以对贝叶斯神经网络的权重和偏置进行采样,得到一组参数,然后像非贝叶斯神经网络那样即可。当然,我们可以对权重和偏置的分布进行多次采样,得到多个参数组合,参数的细微改变对模型结果的影响在这里就可以体现出来。这也是贝叶斯深度学习的优势之一,多次采样...

2020-01-30 11:53:09 6140 2

转载 CNN:LeNet-5

LeNet-5共包含8层![在这里插入图片描述](https://img-C1层是一个卷积层,由6个特征图Feature Map构成。特征图中每个神经元与输入为55的邻域相连。特征图的大小为2828,这样能防止输入的连接掉到边界之外(32-5+1=28)。C1有156个可训练参数(每个滤波器55=25个unit参数和一个bias参数,一共6个滤波器,共(55+1)6=156个参数),共156(...

2020-01-15 22:49:35 424

原创 Python入坑笔记:网络爬虫

2020-01-14 22:41:32 192

原创 Python入坑笔记

Python入坑笔记@TOC

2020-01-13 21:40:19 210

Fault Diagnosis Based on Deep Learning

As representation scheme can severely limit the window by which the system observes its world, deep learning for fault diagnosis is put forward in this paper. It is a real time online scheme that can enhance the accuracy of detection, classification and prediction, and efficient for incipient faults that cannot be detected by traditional statistic technology. A stacked sparse auto encoder is used to learn the deep architectures of fault data to minimize the loss of information. Experiment results show that the proposed method not only improves the divisibility between faults and normal process, but also exhibits a better performance on the accuracy of fault classification for the chemical benchmark, Tennessee Eastman Process (TEP) data.

2017-03-07

Python核心编程 第三版 英文版

Python教程进阶版

2016-11-28

Python基础教程(第2版)

该教程包括Python程序设计的方方面面,涉及范围较广,循序渐进,既能为初学者夯实基础,又能帮助程序员提升技能,适合各个层次的开发人员哦

2016-11-28

空空如也

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

TA关注的人

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