码迷,mamicode.com
首页 >  
搜索关键字:deeplearning    ( 199个结果
DeepLearning tutorial(5)CNN卷积神经网络应用于人脸识别(详细流程+代码实现)
本文主要讲解将CNN应用于人脸识别的流程,程序基于python+numpy+theano+PIL开发,采用类似LeNet5的CNN模型,应用于olivettifaces人脸数据库,实现人脸识别的功能,模型的误差降到了5%以下。本程序只是个人学习过程的一个toy implement,模型可能存在overfitting,因为样本小,这一点也无从验证。 但是,本文意在理清程序开发CNN模型的具体步骤,特别是针对图像识别,从拿到图像数据库,到实现一个针对这个图像数据库的CNN模型,我觉得本文对这些流程的实现具有参考...
分类:其他好文   时间:2015-01-30 09:13:55    阅读次数:452
DeepLearning tutorial(4)CNN卷积神经网络原理简介+代码详解
DeepLearning tutorial(4)CNN卷积神经网络原理简介+代码详解 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43225445 本文介绍多层感知机算法,特别是详细解读其代码实现,基于python theano,代码来自:Convolutional Neural ...
分类:其他好文   时间:2015-01-28 09:46:18    阅读次数:360
DeepLearning tutorial(3)MLP多层感知机原理简介+代码详解
DeepLearning tutorial(3)MLP多层感知机原理简介+代码详解 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43221829 本文介绍多层感知机算法,特别是详细解读其代码实现,基于python theano,代码来自:Multilayer Perceptron,如果你想...
分类:其他好文   时间:2015-01-28 09:46:16    阅读次数:255
DeepLearning tutorial(1)Softmax回归原理简介+代码详解
DeepLearning tutorial(1)Softmax回归原理简介+代码详解 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43157801 本文介绍Softmax回归算法,特别是详细解读其代码实现,基于python theano,代码来自:Classifying MNIST...
分类:其他好文   时间:2015-01-27 09:36:44    阅读次数:852
DeepLearning tutorial(2)机器学习算法在训练过程中保存参数
DeepLearning tutorial(2)机器学习算法在训练过程中保存参数 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/43169019 参考:pickle — Python object serialization、DeepLearning Getting starte...
分类:编程语言   时间:2015-01-27 09:29:18    阅读次数:329
python Theano包--deep learning library--安装
Preface:工欲善其事,必先利其器。找deep learning资料时,发现有个python包:theano。便开始着手学习,当然,最好的资料还是官网文档了,没怎么找到比较好的中文文档,那就记录下来。theano官网教程。 deep learning tutorial:http://deeplearning.net/tutorial/。 Theano install:http://deep...
分类:编程语言   时间:2015-01-23 11:11:43    阅读次数:268
100道numpy练习
100道numpy练习 @author:wepon @blog:http://blog.csdn.net/u012162613/article/details/42784403 今天在deeplearning.net上看theano tutorial,发现一个numpy-100-exercise,介绍numpy一些基本用法的,不过不是很具体,我利用闲暇时间照着敲了一些,权且当作翻...
分类:其他好文   时间:2015-01-16 22:22:57    阅读次数:353
【DeepLearning】Exercise:Convolution and Pooling
Exercise:Convolution and Pooling习题链接:Exercise:Convolution and PoolingcnnExercise.m%% CS294A/CS294W Convolutional Neural Networks Exercise% Instructio....
分类:其他好文   时间:2015-01-13 19:21:03    阅读次数:268
【DeepLearning工具】Fedora下安装theano
【DeepLearning工具】Fedora下安装Theano author:wepon @blog:http://blog.csdn.net/u012162613/article/details/42651233 1、Theano简介 Theano是深度学习的一个python库,在deeplearning.net上有它的tutorial,它可以方便我们写深度学习模型,它提供了...
分类:其他好文   时间:2015-01-13 09:06:51    阅读次数:222
【DeepLearning】Exercise:Learning color features with Sparse Autoencoders
Exercise:Learning color features with Sparse Autoencoders习题链接:Exercise:Learning color features with Sparse AutoencoderssparseAutoencoderLinearCost.mfu...
分类:Web程序   时间:2015-01-12 12:57:05    阅读次数:260
199条   上一页 1 ... 16 17 18 19 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!