《Tensorflow:实战Google深度学习框架》的原文摘录

  • 循环神经网络源自于1982年由Saratha Sathasivam提出的霍普菲尔德网络。 Sathasivam S. Logic Learning in Hopfield Networks [J]. Modern Applied Science 2006 (查看原文)
    茂盛 2018-05-29 16:22:48
    —— 引自第208页
  • A class for running TensorFlow operations. A Session object encapsulates the environment in which Operation objects are executed, and Tensor objects are evaluated. (查看原文)
    孔明 2018-07-19 19:01:09
    —— 引自第45页
  • 会话拥有并管理TensorFlow程序运行时的所有资源。 (查看原文)
    孔明 2018-07-19 19:01:09
    —— 引自第45页
  • This method runs one "step" of TensorFlow computation, by running the necessary graph fragment to execute every Operation and evaluate every Tensor in fetches, substituting the values in feed_dict for the corresponding input values. (查看原文)
    孔明 2018-07-19 19:01:09
    —— 引自第45页
  • 过滤器中另外一个需要人工指定的设置是处理得到的单位节点矩阵的大小,这个设置指的是输出单位节点矩阵的深度。注意过滤器的尺寸指的是一个过滤器输入节点矩阵的大小,而深度指的是输出单位节点矩阵的深度。 (查看原文)
    孔明 2018-09-17 16:49:21
    —— 引自第142页