From 5a23cbabd2240ed73d73353f1d2d8974f75e053a Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Fri, 11 Sep 2020 17:17:08 +0800 Subject: [PATCH] 2020-09-11 17:17:08 --- docs/get-start-tf/README.md | 35 ++++++++++++++++++++++++++ docs/get-start-tf/SUMMARY.md | 8 ++++++ docs/get-start-tf/ch00.md | 2 +- docs/get-start-tf/ch01.md | 2 +- docs/get-start-tf/ch02.md | 2 +- docs/get-start-tf/ch03.md | 2 +- docs/get-start-tf/ch04.md | 2 +- docs/get-start-tf/ch05.md | 2 +- docs/get-start-tf/ch06.md | 4 +-- docs/get-start-tf/{img => }/cover.jpg | Bin 10 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 docs/get-start-tf/README.md create mode 100644 docs/get-start-tf/SUMMARY.md rename docs/get-start-tf/{img => }/cover.jpg (100%) diff --git a/docs/get-start-tf/README.md b/docs/get-start-tf/README.md new file mode 100644 index 00000000..53ed1079 --- /dev/null +++ b/docs/get-start-tf/README.md @@ -0,0 +1,35 @@ +# TensorFlow 入门 + +> 原文:[Getting Started with TensorFlow](https://b-ok.global/book/2926484/49c2a1) +> +> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) +> +> 自豪地采用[谷歌翻译](https://translate.google.cn/) +> +> 不要担心自己的形象,只关心如何实现目标。——《原则》,生活原则 2.3.c + +* [在线阅读](https://dl.apachecn.org) +* [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027&k=54ujcL3) +* [ApacheCN 学习资源](http://www.apachecn.org/) + +## 贡献指南 + +本项目需要校对,欢迎大家提交 Pull Request。 + +> 请您勇敢地去翻译和改进翻译。虽然我们追求卓越,但我们并不要求您做到十全十美,因此请不要担心因为翻译上犯错——在大部分情况下,我们的服务器已经记录所有的翻译,因此您不必担心会因为您的失误遭到无法挽回的破坏。(改编自维基百科) + +## 联系方式 + +### 负责人 + +* [飞龙](https://github.com/wizardforcel): 562826179 + +### 其他 + +* 在我们的 [apachecn/apachecn-tf-zh](https://github.com/apachecn/apachecn-tf-zh) github 上提 issue. +* 发邮件到 Email: `apachecn@163.com`. +* 在我们的 [组织学习交流群](http://www.apachecn.org/organization/348.html) 中联系群主/管理员即可. + +## 赞助我们 + +![](http://data.apachecn.org/img/about/donate.jpg) diff --git a/docs/get-start-tf/SUMMARY.md b/docs/get-start-tf/SUMMARY.md new file mode 100644 index 00000000..8c89f80c --- /dev/null +++ b/docs/get-start-tf/SUMMARY.md @@ -0,0 +1,8 @@ ++ [TensorFlow 入门](README.md) ++ [零、前言](ch00.md) ++ [一、TensorFlow 基本概念](ch01.md) ++ [二、TensorFlow 数学运算](ch02.md) ++ [三、机器学习入门](ch03.md) ++ [四、神经网络简介](ch04.md) ++ [五、深度学习](ch05.md) ++ [六、TensorFlow GPU 编程和服务](ch06.md) \ No newline at end of file diff --git a/docs/get-start-tf/ch00.md b/docs/get-start-tf/ch00.md index 7ca1ba8f..ecfa5b8d 100644 --- a/docs/get-start-tf/ch00.md +++ b/docs/get-start-tf/ch00.md @@ -1,4 +1,4 @@ -# 前言 +# 零、前言 TensorFlow 是一个开源软件库,用于实现机器学习和深度学习系统。 diff --git a/docs/get-start-tf/ch01.md b/docs/get-start-tf/ch01.md index 90be8359..d0900df0 100644 --- a/docs/get-start-tf/ch01.md +++ b/docs/get-start-tf/ch01.md @@ -1,4 +1,4 @@ -# 第 1 章 TensorFlow –基本概念 +# 一、TensorFlow 基本概念 在本章中,我们将介绍以下主题: diff --git a/docs/get-start-tf/ch02.md b/docs/get-start-tf/ch02.md index 645c1fc5..a6a0b4f2 100644 --- a/docs/get-start-tf/ch02.md +++ b/docs/get-start-tf/ch02.md @@ -1,4 +1,4 @@ -# 第 2 章使用 TensorFlow 进行数学运算 +# 二、TensorFlow 数学运算 在本章中,我们将介绍以下主题: diff --git a/docs/get-start-tf/ch03.md b/docs/get-start-tf/ch03.md index 4cba4a8a..19f7bd0f 100644 --- a/docs/get-start-tf/ch03.md +++ b/docs/get-start-tf/ch03.md @@ -1,4 +1,4 @@ -# 第 3 章从机器学习开始 +# 三、机器学习入门 在本章中,我们将介绍以下主题: diff --git a/docs/get-start-tf/ch04.md b/docs/get-start-tf/ch04.md index f27e62b2..b1002ea9 100644 --- a/docs/get-start-tf/ch04.md +++ b/docs/get-start-tf/ch04.md @@ -1,4 +1,4 @@ -# 第 4 章神经网络简介 +# 四、神经网络简介 在本章中,我们将介绍以下主题: diff --git a/docs/get-start-tf/ch05.md b/docs/get-start-tf/ch05.md index b79e37c5..5fe0431e 100644 --- a/docs/get-start-tf/ch05.md +++ b/docs/get-start-tf/ch05.md @@ -1,4 +1,4 @@ -# 第 5 章深度学习 +# 五、深度学习 在本章中,我们将介绍以下主题: diff --git a/docs/get-start-tf/ch06.md b/docs/get-start-tf/ch06.md index e6a2d162..9dfe1ba0 100644 --- a/docs/get-start-tf/ch06.md +++ b/docs/get-start-tf/ch06.md @@ -1,10 +1,10 @@ -# 第 6 章。使用 TensorFlow 进行 GPU 编程和服务 +# 六、TensorFlow GPU 编程和服务 在本章中,我们将介绍以下主题: * GPU 编程 * TensorFlow 服务: - * 如何安装 TensorFlow Serving + * 如何安装 TensorFlow 服务 * 如何使用 TensorFlow 服务 * 如何加载和导出 TensorFlow 模型 diff --git a/docs/get-start-tf/img/cover.jpg b/docs/get-start-tf/cover.jpg similarity index 100% rename from docs/get-start-tf/img/cover.jpg rename to docs/get-start-tf/cover.jpg -- GitLab