arxiv上放出的物体检测的文章,在Pascal voc数据集上排第二。源码也已放出(https://github.com/sanghoon/pva-faster-rcnn),又可以慢慢把玩了。这篇文章遵循faster-rcnn“CNN feature extraction + region pro ...
分类:
Web程序 时间:
2016-10-27 20:10:37
阅读次数:
1416
For each training pattern presented to a multilayer neural network, we can computer the error: yd(p)-y(p) Sum-Squared Error squaring and summing acros ...
分类:
其他好文 时间:
2016-10-25 16:40:54
阅读次数:
167
本文英文原文出自这里, 这个博客里面的内容是Java开源, 分布式深度学习项目deeplearning4j的介绍学习文档. 简介: 一般来说, 神经网络常被用来做无监督学习, 分类, 以及回归. 也就是说, 神经网络可以帮助对未标记数据进行分组, 对数据进行分类, 或者在有监督训练之后输出连续的值. ...
分类:
Web程序 时间:
2016-10-24 14:15:05
阅读次数:
364
Hybrid computing using a neural network with dynamic external memory Nature 2016 原文链接:http://www.nature.com/nature/journal/vaop/ncurrent/pdf/nature201 ...
分类:
Web程序 时间:
2016-10-14 14:34:59
阅读次数:
565
卷积和池化都是针对大规模图像数据进行处理,提高运算效率 1.Convolution 在大图片中截取小图片patch,对每个patch提取特征,卷积后得到convolved feature. 隐藏层的每个节点对应一个特征值 large images xlarge small patches xsmal ...
分类:
其他好文 时间:
2016-10-13 19:31:02
阅读次数:
149
ABSTRACT: 1.Deeper neural networks are more difficult to train. 2.We present a residual learning framework to ease the training of networks that are s ...
分类:
其他好文 时间:
2016-10-13 11:33:05
阅读次数:
445
本文所介绍的人脸检测,主要学习和实现了ICMR-2015年雅虎实验室的文章”Multi-view Face Detection Using Deep Convolutional Neural Netw...
分类:
其他好文 时间:
2016-09-26 08:39:03
阅读次数:
658
都觉得神经网络很牛逼,那我们从零来一发吧。 先温习一下NN: http://deeplearning.stanford.edu/wiki/index.php/Neural_Networks 再温习一下BP算法:http://deeplearning.stanford.edu/wiki/index.p ...
分类:
其他好文 时间:
2016-09-24 01:59:30
阅读次数:
222
卷积神经网络
自今年七月份以来,一直在实验室负责卷积神经网络(Convolutional Neural Network,CNN),期间配置和使用过theano和cuda-c...
分类:
其他好文 时间:
2016-09-23 18:37:13
阅读次数:
228
本文通过BP神经网络实现一个简单的手写识别系统。 一、基础知识 1环境 python2.7 需要numpy等库 可利用sudo apt-get install python-安装 2神经网络原理 http://www.hankcs.com/ml/back-propagation-neural-net ...
分类:
编程语言 时间:
2016-09-22 21:24:04
阅读次数:
234