这个英文资料有它的非常直观明了的介绍,强烈推荐。http://computing.dcu.ie/~humphrys/Notes/Neural/sigmoid.html------------------------------------------Sigmoid函数是一个S型函数. Sigmoid...
分类:
其他好文 时间:
2014-07-30 00:27:12
阅读次数:
590
# Back-Propagation Neural Networks# # Written in Python. See http://www.python.org/# Placed in the public domain.# Neil Schemenauer import mathimport ...
分类:
编程语言 时间:
2014-07-28 15:05:53
阅读次数:
344
I am using pybrain on my Linuxmint 13 x86_64 PC.As what it is described: PyBrain is a modular Machine Learning Library for Python. Its goal is to offe...
分类:
编程语言 时间:
2014-07-28 11:33:00
阅读次数:
292
ImageNetClassificationwithDeepConvolutionalNeuralNetworks阅读笔记 (2013-07-06 22:16:36)转载▼标签:deep_learningimagenethinton分类:机器学习(决定以后每读一篇论文,都将笔记记录于博客上。)这篇发...
分类:
Web程序 时间:
2014-07-13 08:44:26
阅读次数:
374
Mitosis Detection in Breast Cancer Histology Images
with Deep Neural Networks...
分类:
其他好文 时间:
2014-07-05 10:35:21
阅读次数:
418
文章来源:CVPR2014作者:Zhenyao Zhu,Ping Luo,Xiaogang Wang,Xiaoou Tang(香港中文大学果然牛啊,CVPR一刷一大堆)主要内容:提出了利用深度学习(还是CNN)来进行人脸图像重构正面人脸,然后利用重构的正面人脸图像来进行人脸的verification...
分类:
Web程序 时间:
2014-06-17 14:31:01
阅读次数:
330
仅仅是本人个人理解,可以转载,不供参考。。。————————————————————————
Hinton大神在Science上发的文章《Reducing the Dimensionality ofData with Neural
Networks》已经明确说明了——深度学习的本质是一种降维! 可以...
分类:
其他好文 时间:
2014-06-09 13:03:42
阅读次数:
503
Use bigger datasets for CNN in hope of better
performance. A new data set for sports video classification: sports-1M.CNN in
one frame is about the sam...
分类:
Web程序 时间:
2014-05-26 19:10:33
阅读次数:
597
AbstractPrincipal Mel-Spectrum Components
(Feature)Temporal Pooling Functions (Model)Single Hidden Layer Neural Network,
thus Multi-layer Perceptron (...
分类:
其他好文 时间:
2014-05-23 10:37:57
阅读次数:
306
本文结合Deep learning的一个应用,Convolution Neural Network 进行一些基本应用,参考Lecun的Document 0.1进行部分拓展,与结果展示(in python)。
分为以下几部分:
1. Convolution(卷积)
2. Pooling(降采样过程)
3. CNN结构
4. 跑实验
下面分别介绍...
分类:
Web程序 时间:
2014-05-15 23:21:13
阅读次数:
746