码迷,mamicode.com
首页 >  
搜索关键字:convlutional neural    ( 963个结果
一文让你彻底了解卷积神经网络
卷积神经网络(Convolutional Neural Network,CNN)是一种前馈神经网络,它的人工神经元可以响应一部分覆盖范围内的周围单元,对于大型图像处理有出色表现。 它包括卷积层(convolutional layer)和池化层(pooling layer)。 对比:卷积神经网络、全连 ...
分类:其他好文   时间:2020-02-15 11:26:56    阅读次数:88
ANN:MLP-algorithm
1 from sklearn.neural_network import MLPClassifier 2 from sklearn.datasets import load_wine 3 from sklearn.model_selection import train_test_split 4 w ...
分类:其他好文   时间:2020-02-14 19:06:34    阅读次数:81
神经网络(1)
神经网络(Neural Network)是一种模仿生物神经网络构造的数学模型。很多文章喜欢从生物的神经元结构方面入手,展开对人工神经网络的介绍。但那样会引入更多意味不明的单词,比如突触,树突,轴突……所以这里并不会深入的介绍生物的神经网络是怎么工作的,只会说明为什么人工神经网络要构造成这样。本文按照 ...
分类:其他好文   时间:2020-02-14 13:01:03    阅读次数:76
Are Loss Functions All the Same?
[TOC] "Rosasco L, De Vito E, Caponnetto A, et al. Are loss functions all the same[J]. Neural Computation, 2004, 16(5): 1063 1076." @article{rosasco200 ...
分类:其他好文   时间:2020-02-14 01:07:26    阅读次数:98
[Paper Review]EXPLAINING AND HARNESSING ADVERSARIAL EXAMPLES,2015
Early attempts at explaining this phenomenon focused on nonlinearity and overfitting. We argue instead that the primary cause of neural networks’ vuln ...
分类:其他好文   时间:2020-02-13 00:15:25    阅读次数:92
Neural Style Transfer
风格转移这几天看了一篇风格转移的论文,这里大致介绍下论文的内容,并且推到下论文中出现的公式。基本思想有两张图片,我们关注一张图片的内容(Content)记为C,一张图片的风格(Style)记为S,想要生成一张图片包含C的内容和S的风格,记为G。那么如何获取图片的C和S那?论文使用训练好的VGG ne... ...
分类:其他好文   时间:2020-02-08 11:28:34    阅读次数:78
PP: A dual-stage attention-based recurrent neural network for time series prediction
Problem: time series prediction The nonlinear autoregressive exogenous model: The Nonlinear autoregressive exogenous (NARX) model, which predicts the ...
分类:Web程序   时间:2020-02-05 23:44:53    阅读次数:149
[论文理解] How much position information do convolutional neural network encode?
How much position information do convolutional neural network encode? Intro 文章是ICML2020的一个工作,探究了CNN到底有没有编码位置信息,这些位置信息在哪些神经元中被编码、这些位置信息又是如何被暴露给神经网络学习的。 ...
分类:Web程序   时间:2020-02-04 10:46:40    阅读次数:248
How much Position Information Do Convolutional Neural Networks Encode?
知乎上看到一篇博客https://zhuanlan.zhihu.com/p/99766566,讨论cnn中位置信息是如何学到的,感觉挺有意思的,就看了一下原文, 简单记录一下几个实验部分。 1、位置信息来自预训练模型 作者分别用预训练权重的vgg,resnet和posenet来对比,发现用了预训练权 ...
分类:Web程序   时间:2020-01-30 18:53:55    阅读次数:125
PP: Robust Anomaly Detection for Multivariate Time Series through Stochastic Recurrent Neural Network
PROBLEM: anomaly detection input: multivariate time series to RNN > capture the normal patterns > reconstruct input data by the representations > use ...
分类:Web程序   时间:2020-01-30 10:02:25    阅读次数:143
963条   上一页 1 ... 8 9 10 11 12 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!