码迷,mamicode.com
首页 >  
搜索关键字:convolution neural n    ( 1080个结果
语义分割相关网络简述
1、Fully Convolution Networks (FCNs) 全卷积网络 相应连接:Arxiv 我们将当前分类网络(AlexNet, VGG net 和 GoogLeNet)修改为全卷积网络,通过对分割任务进行微调,将它们学习的表征转移到网络中。然后,我们定义了一种新的架构,它将深的、粗糙 ...
分类:其他好文   时间:2019-05-02 11:34:41    阅读次数:185
吴裕雄 python 机器学习——人工神经网络与原始感知机模型
import numpy as np from matplotlib import pyplot as plt from mpl_toolkits.mplot3d import Axes3D from sklearn.neural_network import MLPClassifier def c... ...
分类:编程语言   时间:2019-05-01 13:30:47    阅读次数:144
论文翻译:XNOR-Net: ImageNet Classification Using BinaryConvolutional Neural Networks
[TOC] 论文地址:http://ai2 website.s3.amazonaws.com/publications/XNOR Net.pdf Abstract   我们提出了两种标准卷积神经网络有效近似方法:二值化权值网络和XNOR网络。在二值化权值网络中,卷积核使用二值化进 ...
分类:Web程序   时间:2019-04-30 12:14:16    阅读次数:180
Large-Margin Softmax Loss for Convolutional Neural Networks
paper url: https://arxiv.org/pdf/1612.02295year:2017## Introduction交叉熵损失与softmax一起使用可以说是CNN中最常用的监督组件之一。 尽管该组件简单而且性能出色, 但是它只要求特征的可分性, 没有明确鼓励网络学习到的特征具有类... ...
分类:Web程序   时间:2019-04-29 11:01:11    阅读次数:856
Acoustic modelling from the signal domain using CNNs
3. Neural network architecture 此处描述了在本文当中所使用的网络结构,和所提取的关键特征(key features)。首先,描述了两个新型的网络结构:the network in network nonlinearity和the statistics extractio ...
分类:其他好文   时间:2019-04-26 22:50:07    阅读次数:189
【AI】神经网络基本词汇
neural networks 神经网络activation function 激活函数hyperbolic tangent 双曲正切函数bias units 偏置项activation 激活值forward propagation 前向传播feedforward neural network 前馈 ...
分类:其他好文   时间:2019-04-22 00:39:14    阅读次数:152
神经机器翻译 - NEURAL MACHINE TRANSLATION BY JOINTLY LEARNING TO ALIGN AND TRANSLATE
论文:NEURAL MACHINE TRANSLATION BY JOINTLY LEARNING TO ALIGN AND TRANSLATE 综述 固定长度向量是编码器 - 解码器架构性能提升的瓶颈 > 本文提出:允许模型自动(软)搜索 与预测目标单词相关的源句( x 硬分段 ) 摘要 神经机器 ...
分类:系统相关   时间:2019-04-15 13:05:40    阅读次数:271
[C6] Andrew Ng - Convolutional Neural Networks
About this Course This course will teach you how to build convolutional neural networks and apply it to image data. Thanks to deep learning, computer ...
分类:Web程序   时间:2019-04-14 09:49:40    阅读次数:220
[C3] Andrew Ng - Neural Networks and Deep Learning
About this Course If you want to break into cutting edge AI, this course will help you do so. Deep learning engineers are highly sought after, and mas ...
分类:Web程序   时间:2019-04-14 09:47:13    阅读次数:139
[C4] Andrew Ng - Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
About this Course This course will teach you the "magic" of getting deep learning to work well. Rather than the deep learning process being a black bo ...
分类:Web程序   时间:2019-04-14 09:31:56    阅读次数:223
1080条   上一页 1 ... 21 22 23 24 25 ... 108 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!