首页 > 其他 > 详细

DeepLearning工具Theano学习记录(三) CNN卷积神经网络

时间:2015-04-09 19:51:08      阅读:272      评论:0      收藏:0      [点我收藏+]

代码参考:http://deeplearning.net/tutorial/lenet.html#lenet

代码学习:http://blog.csdn.net/u012162613/article/details/43225445

本节实验代码下载:Github


2015/4/9

Experiment 1:  使用Tutorial推荐的CNN结构实验

learning_rate=0.1

n_cv= 20   # 第一层卷积核20

n_vc=50    #第二层卷积核50

n_epochs=200

batch_size=500

n_hidden=500

实验结果:

技术分享

Experiment 2:在Tutorial基础上加一隐藏层

learning_rate=0.1

n_cv= 20   # 第一层卷积核20

n_vc=50    #第二层卷积核50

n_epochs=200

batch_size=500

n_hidden=500

实验结果:

技术分享

Experiment 3:在Tutorial基础上加一卷积采样层





DeepLearning工具Theano学习记录(三) CNN卷积神经网络

原文:http://blog.csdn.net/wangxinginnlp/article/details/44963641

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!