3. 低阶 TensorFlow 基础知识

低阶 TensorFlow 基础知识

https://developers.google.cn/machine-learning/crash-course/prereqs-and-prework
机器学习速成课程中的编程练习使用 TensorFlow 的高阶 tf.estimator API 来配置模型。如果您有兴趣从头开始构建 TensorFlow 模型,请学习以下教程:

  • [Hello World]在低阶 TensorFlow 中编码的“Hello World”。
  • [编程概念]张量、指令、图和会话。
  • [创建和操控张量]核心概念。此外,还提供了线性代数中的矩阵加法和乘法方面的复习进修内容。

https://github.com/HBU/MachineLearning/tree/master/02TensorFlowLearning/TF

你可能感兴趣的:(3. 低阶 TensorFlow 基础知识)