论文标题:An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition 论文作者: Baoguang Shi, Xia ...
分类:
移动开发 时间:
2018-11-24 20:54:22
阅读次数:
310
Modern neuroscientists often discuss the brain as a type of computer. Neural networks aim to do the opposite: build a computer that functions like a b ...
分类:
Web程序 时间:
2018-11-21 19:32:37
阅读次数:
164
[TOC] 一、亮点 提出 partition masked Convolutin Neural Network (CNN) ,用以提升 HEVC 压缩视频的质量。 其亮点在于:该网络 利用编码端提供的块分割信息,在解码端进行质量增强。 而现存的质量提升方法中,大多要么只在编码端(环路滤波器),要么 ...
分类:
Web程序 时间:
2018-11-13 16:10:03
阅读次数:
169
原网址:https://data-flair.training/blogs/cnn-tensorflow-cifar-10/ by DataFlair Team · Published May 21, 2018 · Updated September 15, 2018 1、目标-TensorFlow ...
分类:
Web程序 时间:
2018-11-12 13:19:23
阅读次数:
260
我摘录的代码。 原文:https://sefiks.com/2018/03/21/autoencoder-neural-networks-for-unsupervised-learning/ Previously, we’ve applied conventional autoencoder to ...
分类:
Web程序 时间:
2018-11-10 19:03:45
阅读次数:
722
这本书应该算我第一本深度学习的代码入门书了吧,之前看阿里云云栖社和景略集智都有推荐这本书就去看了, 成功建立了自己的第一个神经网络,也了解一些关于深度学习的内容,再加上这学期的概率论与数理统计的课, 现在再来看李大大的机器学习课程,终于能看懂LogisticsRegression概率那部分公式!不至 ...
分类:
编程语言 时间:
2018-11-07 00:47:36
阅读次数:
253
Vaswani A, Shazeer N, Parmar N, et al. Attention is all you need[C]//Advances in Neural Information Processing Systems. 2017: 5998-6008. 文章提出纯粹基于atten ...
分类:
其他好文 时间:
2018-11-06 13:36:13
阅读次数:
343
Neural Networks and Deep Learning This is the first course of the deep learning specialization at Coursera which is moderated by moderated by DeepLear ...
分类:
Web程序 时间:
2018-11-04 19:25:33
阅读次数:
147
0 - 背景 该论文是2014年CVPR的经典论文,其提出的模型称为R-CNN(Regions with Convolutional Neural Network Features),曾经是物体检测领域的state-of-art模型。 1 - 相关知识补充 1.1 - Selective Searc ...
分类:
其他好文 时间:
2018-11-03 16:30:23
阅读次数:
303
卷积神经网络(CNN)在语音识别中的应用作者:侯艺馨前言总结目前语音识别的发展现状,dnn、rnn/lstm和cnn算是语音识别中几个比较主流的方向。2012年,微软邓力和俞栋老师将前馈神经网络FFDNN(Feed Forward Deep Neural Network)引入到声学模型建模中,将FF... ...
分类:
其他好文 时间:
2018-11-02 17:18:20
阅读次数:
228