深度學習:TensorFlow 基礎操作

tensorflow是當前最流行的深度學習框架,在這裏記錄和分享一些tf入門的基本姿勢。 國際慣例,代碼的第一行輸出獻給「Hello,World!」。 """ HelloWorld example using TensorFlow. """ from __future__ import print_function import datetime import tensorflow as tf
相關文章
相關標籤/搜索