人工智能TensorFlow-構建圖

基本使用 使用 TensorFlow, 你必須明白 TensorFlow: 使用圖 (graph) 來表示計算任務. 在被稱之爲 會話 (Session) 的上下文 (context) 中執行圖. 使用 tensor 表示數據. 通過 變量 (Variable) 維護狀態. 使用 feed 和 fetch 可以爲任意的操作(arbitrary operation) 賦值或者從其中獲取數據. 計算圖
相關文章
相關標籤/搜索