# 深度学习应用开发 - TensorFlow实践

Gitbook Link: <https://minghuiwu.gitbook.io/tfbook/>

## 作者列表

| 人员                       | 贡献                                                          |
| ------------------------ | ----------------------------------------------------------- |
| 浙江大学城市学院 吴明晖 csmhwu      | MOOC课程建设、教材主编、审核                                            |
| 浙江大学城市学院 王愉鉴 bunnywwwwyj | 第一章、第二章、第八章、附录1.1、附录2 简明Python基础 内容整理                       |
| 浙江大学城市学院 王傲然             | 第三章、第四章、第五章、第十章 内容整理、附录1.2 Linux环境下TensorFlow的搭建、附录3 协同编书指南 |
| 浙江大学城市学院 黑&蛋 HDsky       | 附录1.2 Linux环境下TensorFlow的搭建                                 |

### 更多贡献者,等你加入......

## 版权说明

本书版权所有由吴明晖所有，请勿非书面授权转载、出版，或者用于商业用途。

本书后期将由吴明晖负责联系出版社正式出版，所有贡献者的名字都将出现在前言中。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://minghuiwu.gitbook.io/tfbook/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
