码迷,mamicode.com
首页 >  
搜索关键字:convlutional neural    ( 963个结果
【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
Convolutional Neural Network in TensorFlow
翻译自 "Build a Convolutional Neural Network using Estimators" 的`layer API dropout regularization layer MNIST`数据集中的手写数字。 数据集由 训练样例和 测试样例组成,全部都是0 9的手写数字,每 ...
分类:Web程序   时间:2019-04-13 00:39:37    阅读次数:249
Attacks for RL
1. http://rll.berkeley.edu/adversarial/ Adversarial Attacks on Neural Network Policies 就是对test时候的policy进行构造对抗样本,方法还是用的分类对抗样本的方法,对于DQN,把Q value做个softma ...
分类:其他好文   时间:2019-04-08 15:22:51    阅读次数:120
关于teacherstudent net的理解
teacher student net 顾名思义:就是老师和学生的网络,也就是老师训练好,然后教学生去怎么训练 这里着重介绍两篇论文, 第一篇是hinton的paper:Distilling the Knowledge in a Neural Network 第二篇是阿里的一个paper:Rocke ...
分类:Web程序   时间:2019-04-03 20:45:40    阅读次数:317
3d face paper
FPNN: Field Probing Neural Networks for 3D Data。 宗旨:本文旨在通过cnn学习3D的形状表达,网络设计时考虑的两个因素分别是:1. 特征应该具有很好的判别性。2. 特征提取的时效性。 2D 3D图像的差别:1.3D图像随着像素分别率的提高,surfac ...
分类:其他好文   时间:2019-04-02 14:07:06    阅读次数:162
论文翻译:BinaryNet: Training Deep Neural Networks with Weights and Activations Constrained to +1 or ?1
BinaryNet:通过权重和激活约束为+1或 1训练深度神经网络 [TOC] 摘要 ? 我们提出了BinaryNet,它是一种当计算参数的梯度时,可以用二进化权重和激活值训练DNN的方法。我们证明了可以用BinaryNet在MNIST上训练多层感知器,也可以在CIFAR 10和SNHN的训练Con ...
分类:Web程序   时间:2019-03-31 19:22:20    阅读次数:234
963条   上一页 1 ... 18 19 20 21 22 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!