TensorFlow框架 入門筆記

背景

基礎

  • 介紹 略
  • TensorFlow安裝 link
  • TensorFlow 主要概念python

    • 使用圖(graph)來表示計算任務(執行流程).
    • 在被稱之爲會話(session)的上下文(context)中執行圖.
    • 使用tensor表示數據結構, 以下是特殊的tensorsession

      • tf.Variable
      • tf.constant
      • tf.placeholder
      • tf.SparseTensor
    • 使用 feed 和 fetch 能夠爲任意的操做(arbitrary operation) 賦值或者從其中獲取數據.
相關文章
相關標籤/搜索