初学者入门 TensorFlow 2.0(tensorflow2.0官方教程翻译)

安装命令:

要开始,请将TensorFlow库导入您的程序:

加载并准备MNIST数据集,将样本从整数转换为浮点数:

通过堆叠图层构建tf.keras.Sequential模型。选择用于训练的优化器和损失函数:

训练和评估模型:

现在,图像分类器在该数据集上的准确度达到约98%。 要了解更多信息,请阅读TensorFlow教程.。

最新版本:https://www.mashangxue123.com/tensorflow/tf2-tutorials-quickstart-beginner.html 英文版本:https://tensorflow.google.cn/beta/tutorials/quickstart/beginner 翻译建议PR:https://github.com/mashangxue/tensorflow2-zh/edit/master/r2/tutorials/quickstart/beginner.md