欢迎来到 TensorFlow 教程页面!以下是一些关于 TensorFlow 的基础知识和学习资源。

快速开始

  1. 安装 TensorFlow:在您的计算机上安装 TensorFlow 是学习的第一步。安装指南
  2. 编写第一个 TensorFlow 程序:通过以下简单示例开始您的 TensorFlow 之旅。
    import tensorflow as tf
    
    hello = tf.constant('Hello, TensorFlow!')
    print(hello.numpy())
    
  3. 学习更多:继续阅读官方文档来深入了解。

学习资源

相关图片

TensorFlow 的 Logo

TensorFlow