码迷,mamicode.com
首页 >  
搜索关键字:deep-learning    ( 929个结果
deep_learning_LSTM长短期记忆神经网络处理Mnist数据集
1、RNN(Recurrent Neural Network)循环神经网络模型 详见RNN循环神经网络:https://www.cnblogs.com/pinard/p/6509630.html 2、LSTM(Long Short Term Memory)长短期记忆神经网络模型 详见LSTM长短期记 ...
分类:其他好文   时间:2019-10-08 14:27:21    阅读次数:112
deep_learning_Function_LSTM_dynamic_rnn
一、 tf.nn.dynamic_rnn的输出tf.nn.dynamic_rnn的输入参数如下tf.nn.dynamic_rnn( cell, inputs, sequence_length=None, initial_state=None, dtype=None, parallel_iterati ...
分类:其他好文   时间:2019-10-08 14:26:40    阅读次数:89
deep_learning_Function_rnn_cell.BasicLSTMCell
tf.nn.rnn_cell.BasicLSTMCell(n_hidden, forget_bias=1.0, state_is_tuple=True): n_hidden表示神经元的个数,forget_bias就是LSTM们的忘记系数,如果等于1,就是不会忘记任何信息。如果等于0,就都忘记。sta ...
分类:其他好文   时间:2019-10-08 14:03:03    阅读次数:78
deep_learning_Function_softmax_cross_entropy_with_logits
【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法 【TensorFlow】tf.nn.softmax_cross_entropy_with_logits的用法 【TensorFlow】tf.nn.softmax_cross_entropy_ ...
分类:其他好文   时间:2019-10-08 14:02:09    阅读次数:81
Deep learning:四十三(用Hessian Free方法训练Deep Network)
Deep learning:四十三(用Hessian Free方法训练Deep Network) 2016-03-13 15:14:01 mydear_11000 阅读数 912更多 分类专栏: 机器学习 深度学习 tornadomeet Deep learning:四十三(用Hessian Fre ...
分类:Web程序   时间:2019-10-03 16:28:20    阅读次数:135
Part 0/ Chapter 1 Introduction
1、AI深度学习(Deep Learning):让计算机从经验中学习,并根据层次化的概念体系来理解世界,而每个概念则通过与某些相对简单的概念之间的关系来定义。 2、AI的一个关键挑战:将非形式化的知识传达给计算机。 3、知识库(knowledge base):将关于世界的知识用形式化的语言进行硬编码 ...
分类:其他好文   时间:2019-10-01 18:32:21    阅读次数:109
论文研读《Deep Learning and Its Applications to MachineHealth Monitoring: A Survey》
machine health monitoring 机械健康诊断 数据驱动的机器健康监测系统提供了一种自下而上的解决方案,用于在发生某些故障(诊断)后检测故障,并预测未来工作条件和剩余使用寿命(预测)。 众所周知,复杂的工作环境和噪声的存在阻碍了物理模型的建立。而这些基于物理的模型大多无法用在线测量 ...
分类:移动开发   时间:2019-09-29 21:39:42    阅读次数:126
deep_learning_Function_tf.argmax()解析
tf.argmax(input,axis)根据axis取值的不同返回每行或者每列最大值的索引。 这个很好理解,只是tf.argmax()的参数让人有些迷惑,比如,tf.argmax(array, 1)和tf.argmax(array, 0)有啥区别呢? 这里面就涉及到一个概念:axis。上面例子中的 ...
分类:其他好文   时间:2019-09-28 16:26:05    阅读次数:147
Research Guide for Video Frame Interpolation with Deep Learning
Research Guide for Video Frame Interpolation with Deep Learning This blog is from: https://heartbeat.fritz.ai/research-guide-for-video-frame-interpola ...
分类:其他好文   时间:2019-09-13 15:33:31    阅读次数:113
Predicting effects of noncoding variants with deep learning–based sequence model | 基于深度学习的序列模型预测非编码区变异的影响
Predicting effects of noncoding variants with deep learning–based sequence model PDF 这篇文章的第一个亮点就是直接从序列开始分析,第二就是使用深度学习获得了很好的预测效果。 This is, to our knowl ...
分类:其他好文   时间:2019-09-05 00:40:29    阅读次数:129
929条   上一页 1 ... 8 9 10 11 12 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!