From 21b290d5d949881a274a2d53d8ff7622dee69d86 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Fri, 11 Sep 2020 17:35:41 +0800 Subject: [PATCH] 2020-09-11 17:35:41 --- sidebar.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sidebar.md b/sidebar.md index 25d4cfa1..37acc1e6 100644 --- a/sidebar.md +++ b/sidebar.md @@ -179,3 +179,11 @@ + [八、TensorFlow 2 和循环神经网络](docs/tf-20-quick-start-guide/08.md) + [九、TensorFlow 估计器和 TensorFlow HUB](docs/tf-20-quick-start-guide/09.md) + [十、从 tf1.12 转换为 tf2](docs/tf-20-quick-start-guide/10.md) ++ [TensorFlow 入门](docs/get-start-tf/README.md) + + [零、前言](docs/get-start-tf/ch00.md) + + [一、TensorFlow 基本概念](docs/get-start-tf/ch01.md) + + [二、TensorFlow 数学运算](docs/get-start-tf/ch02.md) + + [三、机器学习入门](docs/get-start-tf/ch03.md) + + [四、神经网络简介](docs/get-start-tf/ch04.md) + + [五、深度学习](docs/get-start-tf/ch05.md) + + [六、TensorFlow GPU 编程和服务](docs/get-start-tf/ch06.md) \ No newline at end of file -- GitLab