美文网首页我爱编程
3. 低阶 TensorFlow 基础知识

3. 低阶 TensorFlow 基础知识

作者: HBU_DAVID | 来源:发表于2018-03-06 00:00 被阅读44次

低阶 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 基础知识

    本文链接:https://www.haomeiwen.com/subject/pqmtfftx.html