码迷,mamicode.com
首页 >  
搜索关键字:convolution neural n    ( 1080个结果
去除雨滴的滤镜 Derain in FFmpeg
Remove the rain in the input image/video by applying the derain methods based on convolutional neural networks. Supported models: Recurrent Squeeze-an... ...
分类:其他好文   时间:2019-06-07 19:14:30    阅读次数:139
[Paper Reading] Show, Attend and Tell: Neural Image Caption Generation with Visual Attention
论文链接:https://arxiv.org/pdf/1502.03044.pdf 代码链接:https://github.com/kelvinxu/arctic-captions & https://github.com/yunjey/show-attend-and-tell & https:// ...
分类:其他好文   时间:2019-06-07 00:35:12    阅读次数:106
05 Neural Networks
Neural NetworksThe ‘one learning algorithm’ hypothesisNeuron-rewiring experimentsModel RepresentationDefineSigmoid(logistic) activation functionbias u... ...
分类:Web程序   时间:2019-06-02 19:26:43    阅读次数:133
PyTorch Tutorials 3 Neural Networks
Neural Networks =============== 使用torch.nn包来构建神经网络。 上一讲已经讲过了 ,``nn autograd``包来定义模型并求导。 一个 包含各个层和一个 方法,该方法返回 。 例如: 它是一个简单的前馈神经网络,它接受一个输入,然后一层接着一层地传递,最 ...
分类:Web程序   时间:2019-06-02 17:54:49    阅读次数:186
05 Neural Networks
Neural NetworksThe ‘one learning algorithm’ hypothesisNeuron-rewiring experimentsModel RepresentationDefineSigmoid(logistic) activation functionbias u... ...
分类:Web程序   时间:2019-05-31 19:53:24    阅读次数:106
经典卷积网络VGG,GoodLeNet,Inception
[TOC] ImageNet LeNet 5 LeNet 5 Demo AlexNet VGG 1\ 1 Convolution GoogLeNet 把不同的核得到的结果进行合并 Stack more layers? 层数高,训练困难,无法找到最优解 ...
分类:Web程序   时间:2019-05-31 19:50:15    阅读次数:127
rcnn 文本分类代码
以上代码从https://github.com/roomylee/rcnn-text-classification/blob/master/rcnn.py 拷贝过来的。 rcnn的模型来源于论文Recurrent Convolutional Neural Networks for Text Clas ...
分类:其他好文   时间:2019-05-24 19:35:43    阅读次数:373
P1038 神经网络
题目背景 人工神经网络(Artificial Neural Network)是一种新兴的具有自我学习能力的计算系统,在模式识别、函数逼近及贷款风险评估等诸多领域有广泛的应用。对神经网络的研究一直是当今的热门方向,兰兰同学在自学了一本神经网络的入门书籍后,提出了一个简化模型,他希望你能帮助他用程序检验 ...
分类:其他好文   时间:2019-05-24 18:48:09    阅读次数:171
DEMO
FUNCTION 相关系数 code SVM code III CNN main FUNCTION convolution FUNCTION convolution_f1 FUNCTION CNN_upweight FUNCTION init_kernel FUNCTION pooling view ...
分类:其他好文   时间:2019-05-23 15:53:11    阅读次数:115
[Neural Network] {Université de Sherbrooke} L2.9 Param Initialization
http://info.usherbrooke.ca/hlarochelle/ift725/2_09_parameter_initialization.pdf http://www.deeplearning.ai/ai-notes/initialization/?utm_source=email&u ...
分类:Web程序   时间:2019-05-18 09:58:49    阅读次数:122
1080条   上一页 1 ... 19 20 21 22 23 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!