ℹ️ Skipped - page is already crawled
| Filter | Status | Condition | Details |
|---|---|---|---|
| HTTP status | PASS | download_http_code = 200 | HTTP 200 |
| Age cutoff | PASS | download_stamp > now() - 6 MONTH | 0 months ago |
| History drop | PASS | isNull(history_drop_reason) | No drop reason |
| Spam/ban | PASS | fh_dont_index != 1 AND ml_spam_score = 0 | ml_spam_score=0 |
| Canonical | PASS | meta_canonical IS NULL OR = '' OR = src_unparsed | Not set |
| Property | Value |
|---|---|
| URL | http://www.runoob.com/tensorflow/tensorflow-tutorial.html |
| Last Crawled | 2026-04-08 13:59:35 (20 hours ago) |
| First Indexed | 2025-07-07 15:19:19 (9 months ago) |
| HTTP Status Code | 200 |
| Meta Title | TensorFlow 教程 | 菜鸟教程 |
| Meta Description | TensorFlow 教程 TensorFlow 是一个数学计算的工具箱,专门为机器学习任务而设计,让开发者能够轻松地构建从简单线性回归到复杂神经网络的各种模型。 TensorFlow 是由 Google 开发的开源机器学习框架,用于构建和训练各种机器学习和深度学习模型。 TensorFlow 名字来源于其核心概念:Tensor(张量) 和 Flow(流动),表示数据以张量的形式在计算图中流动。 阅读本教程前,您需要了解的知识.. |
| Meta Canonical | null |
| Boilerpipe Text | TensorFlow 是一个
数学计算的工具箱
,专门为机器学习任务而设计,让开发者能够轻松地构建从简单线性回归到复杂神经网络的各种模型。
TensorFlow 是由 Google 开发的开源机器学习框架,用于构建和训练各种机器学习和深度学习模型。
TensorFlow 名字来源于其核心概念:
Tensor(张量)
和
Flow(流动)
,表示数据以张量的形式在计算图中流动。
阅读本教程前,您需要了解的知识:
学习本教程需要具备:
Python
+ 基础数学 +
机器学习
概念
。
(1) 数学基础
线性代数
:矩阵运算、向量空间(如张量操作)。
概率与统计
:概率分布、贝叶斯定理(理解损失函数、评估指标)。
微积分
:梯度、导数(理解反向传播和优化算法)。
(2) 编程基础
Python
:TensorFlow 主要使用 Python 接口,需熟悉语法、函数、面向对象编程。
基础算法:如循环、递归、数据结构(列表、字典)。
(3) 机器学习基础
了解监督学习、无监督学习的基本概念(如分类、回归、聚类)。
熟悉经典算法(如线性回归、神经网络)。
理解模型评估方法(如准确率、交叉验证)。
(4) 工具基础(可选但建议)
NumPy
/
Pandas
:用于数据预处理。
Matplotlib
/
Seaborn
:用于数据可视化。
Scikit-learn
:对比传统机器学习方法。
适合学习 TensorFlow 的人群
AI/ML 研究者
:需要实现和优化深度学习模型。
数据科学家
:希望用深度学习处理复杂数据(如图像、文本、语音等)。
软件工程师
:想将 AI 模型部署到生产环境(如移动端、云端)。
学生/爱好者
:对 AI 感兴趣,希望掌握前沿技术。
硬件/算法工程师
:涉及 AI 加速、模型优化或自定义算子开发。
相关资料
TensorFlow 官网:
https://www.tensorflow.org/
TensorFlow 学习:
https://www.tensorflow.org/learn?hl=zh-cn
TensorFlow Github:
https://github.com/tensorflow |
| Markdown | # [菜鸟教程 -- 学的不仅是技术,更是梦想!](http://www.runoob.com/)
- [首页](http://www.runoob.com/)
- [HTML](http://www.runoob.com/html/html-tutorial.html)
- [JavaScript](http://www.runoob.com/js/js-tutorial.html)
- [CSS](http://www.runoob.com/css/css-tutorial.html)
- [Vue]()
- [React](http://www.runoob.com/react/react-tutorial.html)
- [Python3](http://www.runoob.com/python3/python3-tutorial.html)
- [Java](http://www.runoob.com/java/java-tutorial.html)
- [C](http://www.runoob.com/cprogramming/c-tutorial.html)
- [C++](http://www.runoob.com/cplusplus/cpp-tutorial.html)
- [C\#](http://www.runoob.com/csharp/csharp-tutorial.html)
- [AI]()
- [Go](http://www.runoob.com/go/go-tutorial.html)
- [SQL](http://www.runoob.com/sql/sql-tutorial.html)
- [Linux](http://www.runoob.com/linux/linux-tutorial.html)
- [VS Code](http://www.runoob.com/vscode/vscode-tutorial.html)
- [Bootstrap]()
- [Git](http://www.runoob.com/git/git-tutorial.html)
- [本地书签](http://www.runoob.com/browser-history)
- [首页](http://www.runoob.com/)
- [HTML](http://www.runoob.com/html/html-tutorial.html)
- [CSS](http://www.runoob.com/css/css-tutorial.html)
- [JS](http://www.runoob.com/js/js-tutorial.html)
- [本地书签](http://www.runoob.com/browser-history)
- [搜索]()
- [Vue3 教程](http://www.runoob.com/vue3/vue3-tutorial.html)
- [Vue2 教程](http://www.runoob.com/vue/vue-tutorial.html)
- [Bootstrap3](http://www.runoob.com/bootstrap/bootstrap-tutorial.html)
- [Bootstrap4](http://www.runoob.com/bootstrap4/bootstrap4-tutorial.html)
- [Bootstrap5](http://www.runoob.com/bootstrap5/bootstrap5-tutorial.html)
- [机器学习](http://www.runoob.com/ml/ml-tutorial.html)
- [PyTorch](http://www.runoob.com/pytorch/pytorch-tutorial.html)
- [TensorFlow](http://www.runoob.com/tensorflow/tensorflow-tutorial.html)
- [Sklearn](http://www.runoob.com/sklearn/sklearn-tutorial.html)
- [NLP](http://www.runoob.com/nlp/nlp-tutorial.html)
- [AI Agent](http://www.runoob.com/ai-agent/ai-agent-tutorial.html)
- [Ollama](http://www.runoob.com/ollama/ollama-tutorial.html)
TensorFlow 教程
[TensorFlow 教程](http://www.runoob.com/tensorflow/tensorflow-tutorial.html "TensorFlow 教程") [TensorFlow 简介](http://www.runoob.com/tensorflow/tensorflow-intro.html "TensorFlow 简介") [TensorFlow 核心概念](http://www.runoob.com/tensorflow/tensorflow-core-concepts.html "TensorFlow 核心概念") [TensorFlow 环境搭建](http://www.runoob.com/tensorflow/tensorflow-setup.html "TensorFlow 环境搭建") [TensorFlow 张量操作](http://www.runoob.com/tensorflow/tensorflow-tensor-operations.html "TensorFlow 张量操作") [TensorFlow Keras](http://www.runoob.com/tensorflow/tensorflow-api-keras.html "TensorFlow 高级 API – Keras") [Keras 第一个神经网络](http://www.runoob.com/tensorflow/keras-neural-network.html "Keras 第一个神经网络") [Keras 常用层类型](http://www.runoob.com/tensorflow/keras-layer.html "Keras 常用层类型") [TensorFlow 数据处理](http://www.runoob.com/tensorflow/tensorflow-ata-processing-and-pipelines.html "TensorFlow 数据处理与管道") [TensorFlow tf.data API](http://www.runoob.com/tensorflow/tensorflow-data-api.html "TensorFlow tf.data API") [TensorFlow 图像数据处理](http://www.runoob.com/tensorflow/tensorflow-image-data-processing.html "TensorFlow 图像数据处理") [TensorFlow 文本数据处理](http://www.runoob.com/tensorflow/tensorflow-text-data-processing.html "TensorFlow 文本数据处理") [TensorFlow 模型训练](http://www.runoob.com/tensorflow/tensorflow-model-training.html "TensorFlow 模型训练") [TensorFlow 模型评估](http://www.runoob.com/tensorflow/tensorflow-model-evaluation-and-monitoring.html "TensorFlow 模型评估与监控") [TensorFlow 模型调优技巧](http://www.runoob.com/tensorflow/tensorflow-model-tuning.html "TensorFlow 模型调优技巧") [TensorFlow 图像分类](http://www.runoob.com/tensorflow/tensorflow-image-classification.html "TensorFlow 实例 – 图像分类项目") [TensorFlow 文本分类](http://www.runoob.com/tensorflow/tensorflow-text-classification.html "TensorFlow 实例 – 文本分类项目") [TensorFlow 回归问题](http://www.runoob.com/tensorflow/tensorflow-regression.html "TensorFlow 实例 – 回归问题") [TensorFlow 模型保存与加载](http://www.runoob.com/tensorflow/tensorflow-save-load.html "TensorFlow 模型保存与加载") [TensorFlow 模型转换与优化](http://www.runoob.com/tensorflow/tensorflow-conversion-and-optimization.html "TensorFlow 模型转换与优化") [TensorFlow 生产环境](http://www.runoob.com/tensorflow/tensorflow-production.html "TensorFlow 生产环境") [TensorFlow 分布式训练](http://www.runoob.com/tensorflow/tensorflow-distributed-training.html "TensorFlow 分布式训练") [TensorFlow 生态系统](http://www.runoob.com/tensorflow/tensorflow-ecosystem.html "TensorFlow 生态系统") [TensorFlow 自定义组件](http://www.runoob.com/tensorflow/tensorflow-custom-components.html "TensorFlow 自定义组件")
[TensorFlow 简介](http://www.runoob.com/tensorflow/tensorflow-intro.html)
# TensorFlow 教程

TensorFlow 是一个**数学计算的工具箱**,专门为机器学习任务而设计,让开发者能够轻松地构建从简单线性回归到复杂神经网络的各种模型。
TensorFlow 是由 Google 开发的开源机器学习框架,用于构建和训练各种机器学习和深度学习模型。
TensorFlow 名字来源于其核心概念:**Tensor(张量)** 和 **Flow(流动)**,表示数据以张量的形式在计算图中流动。
***
## 阅读本教程前,您需要了解的知识:
学习本教程需要具备:[Python](https://www.runoob.com/python3/python3-basic-syntax.html) + 基础数学 + [机器学习](https://www.runoob.com/ml/ml-tutorial.html)概念。
#### **(1) 数学基础**
- **线性代数**:矩阵运算、向量空间(如张量操作)。
- **概率与统计**:概率分布、贝叶斯定理(理解损失函数、评估指标)。
- **微积分**:梯度、导数(理解反向传播和优化算法)。
#### **(2) 编程基础**
- **Python**:TensorFlow 主要使用 Python 接口,需熟悉语法、函数、面向对象编程。
- 基础算法:如循环、递归、数据结构(列表、字典)。
#### **(3) 机器学习基础**
- 了解监督学习、无监督学习的基本概念(如分类、回归、聚类)。
- 熟悉经典算法(如线性回归、神经网络)。
- 理解模型评估方法(如准确率、交叉验证)。
#### **(4) 工具基础(可选但建议)**
- **[NumPy](https://www.runoob.com/numpy/numpy-tutorial.html)/[Pandas](https://www.runoob.com/pandas/pandas-tutorial.html)**:用于数据预处理。
- **[Matplotlib](https://www.runoob.com/matplotlib/matplotlib-tutorial.html)/[Seaborn](https://www.runoob.com/matplotlib/seaborn-tutorial.html)**:用于数据可视化。
- **[Scikit-learn](https://www.runoob.com/sklearn/sklearn-tutorial.html)**:对比传统机器学习方法。
***
## 适合学习 TensorFlow 的人群
- **AI/ML 研究者**:需要实现和优化深度学习模型。
- **数据科学家**:希望用深度学习处理复杂数据(如图像、文本、语音等)。
- **软件工程师**:想将 AI 模型部署到生产环境(如移动端、云端)。
- **学生/爱好者**:对 AI 感兴趣,希望掌握前沿技术。
- **硬件/算法工程师**:涉及 AI 加速、模型优化或自定义算子开发。
***
## 相关资料
- TensorFlow 官网:<https://www.tensorflow.org/>
- TensorFlow 学习:<https://www.tensorflow.org/learn?hl=zh-cn>
- TensorFlow Github:<https://github.com/tensorflow>
AI 思考中...
[TensorFlow 简介](http://www.runoob.com/tensorflow/tensorflow-intro.html)
### 点我分享笔记
[分类导航]()
- [HTML / CSS]()
- [HTML 教程](http://www.runoob.com/html/html-tutorial.html "HTML 教程")
- [HTML5 教程](http://www.runoob.com/html/html5-intro.html "HTML5 教程")
- [CSS 教程](http://www.runoob.com/css/css-tutorial.html "CSS 教程")
- [CSS3 教程](http://www.runoob.com/css3/css3-tutorial.html "CSS3 教程")
- [Tailwind CSS 教程](http://www.runoob.com/tailwindcss/tailwindcss-tutorial.html "Tailwind CSS 教程")
- [Bootstrap4 教程](http://www.runoob.com/bootstrap4/bootstrap4-tutorial.html "Bootstrap4 教程")
- [Bootstrap5 教程](http://www.runoob.com/bootstrap5/bootstrap5-tutorial.html "Bootstrap5 教程")
- [Font Awesome 教程](http://www.runoob.com/font-awesome/fontawesome-tutorial.html "Font Awesome 教程")
- [Foundation 教程](http://www.runoob.com/foundation/foundation-tutorial.html "Foundation 教程")
- [JavaScript]()
- [JavaScript 教程](http://www.runoob.com/js/js-tutorial.html "JavaScript 教程")
- [HTML DOM 教程](http://www.runoob.com/htmldom/htmldom-tutorial.html "HTML DOM 教程")
- [jQuery 教程](http://www.runoob.com/jquery/jquery-tutorial.html "jQuery 教程")
- [AngularJS 教程](http://www.runoob.com/angularjs/angularjs-tutorial.html "AngularJS 教程")
- [AngularJS2 教程](http://www.runoob.com/angularjs2/angularjs2-tutorial.html "AngularJS2 教程")
- [Vue.js 教程](http://www.runoob.com/vue2/vue-tutorial.html "Vue.js 教程")
- [Vue3 教程](http://www.runoob.com/vue3/vue3-tutorial.html "Vue3 教程")
- [React 教程](http://www.runoob.com/react/react-tutorial.html "React 教程")
- [Next.js 教程](http://www.runoob.com/nextjs/nextjs-tutorial.html "Next.js 教程")
- [TypeScript 教程](http://www.runoob.com/typescript/ts-tutorial.html "TypeScript 教程")
- [jQuery UI 教程](http://www.runoob.com/jqueryui/jqueryui-tutorial.html "jQuery UI 教程")
- [jQuery EasyUI 教程](http://www.runoob.com/jeasyui/jqueryeasyui-tutorial.html "jQuery EasyUI 教程")
- [Node.js 教程](http://www.runoob.com/nodejs/nodejs-tutorial.html "Node.js 教程")
- [Electron 教程](http://www.runoob.com/electron/electron-tutorial.html "Electron 教程")
- [Playwright 教程](http://www.runoob.com/playwright/playwright-tutorial.html "Playwright 教程")
- [AJAX 教程](http://www.runoob.com/ajax/ajax-tutorial.html "AJAX 教程")
- [JSON 教程](http://www.runoob.com/json/json-tutorial.html "JSON 教程")
- [Echarts 教程](http://www.runoob.com/echarts/echarts-tutorial.html "Echarts 教程")
- [Chart.js 教程](http://www.runoob.com/chartjs/chartjs-tutorial.html "Chart.js 教程")
- [Highcharts 教程](http://www.runoob.com/highcharts/highcharts-tutorial.html "Highcharts 教程")
- [Google 地图 教程](http://www.runoob.com/googleapi/google-maps-basic.html "Google 地图 教程")
- [服务端]()
- [Python 教程](http://www.runoob.com/python3/python3-tutorial.html "Python 教程")
- [Python2.x 教程](http://www.runoob.com/python/python-tutorial.html "Python2.x 教程")
- [Linux 教程](http://www.runoob.com/linux/linux-tutorial.html "Linux 教程")
- [Docker 教程](http://www.runoob.com/docker/docker-tutorial.html "Docker 教程")
- [Ruby 教程](http://www.runoob.com/ruby/ruby-tutorial.html "Ruby 教程")
- [Java 教程](http://www.runoob.com/java/java-tutorial.html "Java 教程")
- [C 教程](http://www.runoob.com/c/c-tutorial.html "C 教程")
- [C++ 教程](http://www.runoob.com/cplusplus/cpp-tutorial.html "C++ 教程")
- [Perl 教程](http://www.runoob.com/perl/perl-tutorial.html "Perl 教程")
- [Servlet 教程](http://www.runoob.com/servlet/servlet-tutorial.html "Servlet 教程")
- [JSP 教程](http://www.runoob.com/jsp/jsp-tutorial.html "JSP 教程")
- [Lua 教程](http://www.runoob.com/lua/lua-tutorial.html "Lua 教程")
- [Rust 教程](http://www.runoob.com/rust/rust-tutorial.html "Rust 教程")
- [Zig 教程](http://www.runoob.com/zig/zig-tutorial.html "Zig 教程")
- [Scala 教程](http://www.runoob.com/scala/scala-tutorial.html "Scala 教程")
- [Go 教程](http://www.runoob.com/go/go-tutorial.html "Go 教程")
- [PHP 教程](http://www.runoob.com/php/php-tutorial.html "PHP 教程")
- [数据结构与算法](http://www.runoob.com/data-structures/data-structures-tutorial.html "数据结构与算法")
- [Django 教程](http://www.runoob.com/django/django-tutorial.html "Django 教程")
- [FastAPI 教程](http://www.runoob.com/fastapi/fastapi-tutorial.html "FastAPI 教程")
- [Flask 教程](http://www.runoob.com/flask/flask-tutorial.html "Flask 教程")
- [Pillow 教程](http://www.runoob.com/pillow/pillow-tutorial.html "Pillow 教程")
- [Zookeeper 教程](http://www.runoob.com/w3cnote/zookeeper-tutorial.html "Zookeeper 教程")
- [设计模式](http://www.runoob.com/design-pattern/design-pattern-tutorial.html "设计模式")
- [Python 设计模式](http://www.runoob.com/python-design-pattern/python-design-pattern-tutorial.html "Python 设计模式")
- [正则表达式](http://www.runoob.com/regexp/regexp-tutorial.html "正则表达式")
- [Maven 教程](http://www.runoob.com/maven/maven-tutorial.html "Maven 教程")
- [CMake 教程](http://www.runoob.com/cmake/cmake-tutorial.html "CMake 教程")
- [Verilog 教程](http://www.runoob.com/w3cnote/verilog-tutorial.html "Verilog 教程")
- [ASP 教程](http://www.runoob.com/asp/asp-tutorial.html "ASP 教程")
- [AppML 教程](http://www.runoob.com/appml/appml-tutorial.html "AppML 教程")
- [VBScript 教程](http://www.runoob.com/vbscript/vbscript-tutorial.html "VBScript 教程")
- [数据库]()
- [SQL 教程](http://www.runoob.com/sql/sql-tutorial.html "SQL 教程")
- [MySQL 教程](http://www.runoob.com/mysql/mysql-tutorial.html "MySQL 教程")
- [PostgreSQL 教程](http://www.runoob.com/postgresql/postgresql-tutorial.html "PostgreSQL 教程")
- [SQLite 教程](http://www.runoob.com/sqlite/sqlite-tutorial.html "SQLite 教程")
- [MongoDB 教程](http://www.runoob.com/mongodb/mongodb-tutorial.html "MongoDB 教程")
- [Redis 教程](http://www.runoob.com/redis/redis-tutorial.html "Redis 教程")
- [Memcached 教程](http://www.runoob.com/Memcached/Memcached-tutorial.html "Memcached 教程")
- [AI & 数据分析]()
- [Python 教程](http://www.runoob.com/python3/python3-tutorial.html "Python 教程")
- [NumPy 教程](http://www.runoob.com/numpy/numpy-tutorial.html "NumPy 教程")
- [Pandas 教程](http://www.runoob.com/pandas/pandas-tutorial.html "Pandas 教程")
- [Matplotlib 教程](http://www.runoob.com/matplotlib/matplotlib-tutorial.html "Matplotlib 教程")
- [Scipy 教程](http://www.runoob.com/scipy/scipy-tutorial.html "Scipy 教程")
- [Pytorch 教程](http://www.runoob.com/pytorch/pytorch-tutorial.html "Pytorch 教程")
- [TensorFlow 教程](http://www.runoob.com/tensorflow/tensorflow-tutorial.html "TensorFlow 教程")
- [Ollama 教程](http://www.runoob.com/ollama/ollama-tutorial.html "Ollama 教程")
- [机器 教程](http://www.runoob.com/ml/ml-tutorial.html "机器 教程")
- [Jupyter Notebook 教程](http://www.runoob.com/jupyter-notebook/jupyter-notebook-tutorial.html "Jupyter Notebook 教程")
- [AI Agent(智能体)](http://www.runoob.com/ai-agent/ai-agent-tutorial.html "AI Agent(智能体)")
- [Claude Code](http://www.runoob.com/claude-code/claude-code-tutorial.html "Claude Code")
- [OpenCode](http://www.runoob.com/opencode/opencode-tutorial.html "OpenCode")
- [Codex 教程](http://www.runoob.com/codex/codex-tutorial.html "Codex 教程")
- [scikit-learn 教程](http://www.runoob.com/sklearn/sklearn-tutorial.html "scikit-learn 教程")
- [R 教程](http://www.runoob.com/r/r-tutorial.html "R 教程")
- [OpenCV 教程](http://www.runoob.com/opencv/opencv-tutorial.html "OpenCV 教程")
- [NLP 教程](http://www.runoob.com/nlp/nlp-tutorial.html "NLP 教程")
- [Selenium 教程](http://www.runoob.com/selenium/selenium-tutorial.html "Selenium 教程")
- [Julia 教程](http://www.runoob.com/julia/julia-tutorial.html "Julia 教程")
- [量化交易](http://www.runoob.com/qt/qt-tutorial.html "量化交易")
- [Dash 教程](http://www.runoob.com/dash/dash-tutorial.html "Dash 教程")
- [移动端]()
- [Android 教程](http://www.runoob.com/w3cnote/android-tutorial-intro.html "Android 教程")
- [Swift 教程](http://www.runoob.com/swift/swift-tutorial.html "Swift 教程")
- [jQuery Mobile 教程](http://www.runoob.com/jquerymobile/jquerymobile-tutorial.html "jQuery Mobile 教程")
- [ionic 教程](http://www.runoob.com/ionic/ionic-tutorial.html "ionic 教程")
- [Kotlin 教程](http://www.runoob.com/kotlin/kotlin-tutorial.html "Kotlin 教程")
- [开发工具]()
- [VS Code 教程](http://www.runoob.com/vscode/vscode-tutorial.html "VS Code 教程")
- [PyCharm 教程](http://www.runoob.com/pycharm/pycharm-tutorial.html "PyCharm 教程")
- [Swagger 教程](http://www.runoob.com/swagger/swagger-tutorial.html "Swagger 教程")
- [RESTful API 教程](http://www.runoob.com/restfulapi/restful-api-tutorial.html "RESTful API 教程")
- [Eclipse 教程](http://www.runoob.com/eclipse/eclipse-tutorial.html "Eclipse 教程")
- [Git 教程](http://www.runoob.com/git/git-tutorial.html "Git 教程")
- [Svn 教程](http://www.runoob.com/svn/svn-tutorial.html "Svn 教程")
- [Markdown 教程](http://www.runoob.com/markdown/md-tutorial.html "Markdown 教程")
- [XML 教程]()
- [XML 教程](http://www.runoob.com/xml/xml-tutorial.html "XML 教程")
- [DTD 教程](http://www.runoob.com/dtd/dtd-tutorial.html "DTD 教程")
- [XML DOM 教程](http://www.runoob.com/dom/dom-tutorial.html "XML DOM 教程")
- [XSLT 教程](http://www.runoob.com/xsl/xsl-tutorial.html "XSLT 教程")
- [XPath 教程](http://www.runoob.com/xpath/xpath-tutorial.html "XPath 教程")
- [XQuery 教程](http://www.runoob.com/xquery/xquery-tutorial.html "XQuery 教程")
- [XLink 教程](http://www.runoob.com/xlink/xlink-tutorial.html "XLink 教程")
- [XPointer 教程](http://www.runoob.com/xlink/xlink-tutorial.html "XPointer 教程")
- [XML Schema 教程](http://www.runoob.com/schema/schema-tutorial.html "XML Schema 教程")
- [XSL-FO 教程](http://www.runoob.com/xslfo/xslfo-tutorial.html "XSL-FO 教程")
- [SVG 教程](http://www.runoob.com/svg/svg-tutorial.html "SVG 教程")
- [ASP.NET]()
- [ASP.NET 教程](http://www.runoob.com/aspnet/aspnet-tutorial.html "ASP.NET 教程")
- [C\# 教程](http://www.runoob.com/csharp/csharp-tutorial.html "C# 教程")
- [PowerShell 教程](http://www.runoob.com/powershell/powershell-tutorial.html "PowerShell 教程")
- [Web Pages 教程](http://www.runoob.com/aspnet/webpages-intro.html "Web Pages 教程")
- [Razor 教程](http://www.runoob.com/aspnet/razor-intro.html "Razor 教程")
- [MVC 教程](http://www.runoob.com/aspnet/mvc-intro.html "MVC 教程")
- [Web Forms 教程](http://www.runoob.com/aspnet/aspnet-intro.html "Web Forms 教程")
- [Web Service]()
- [Web Service 教程](http://www.runoob.com/webservices/webservices-tutorial.html "Web Service 教程")
- [WSDL 教程](http://www.runoob.com/wsdl/wsdl-tutorial.html "WSDL 教程")
- [SOAP 教程](http://www.runoob.com/soap/soap-tutorial.html "SOAP 教程")
- [RSS 教程](http://www.runoob.com/rss/rss-tutorial.html "RSS 教程")
- [RDF 教程](http://www.runoob.com/rdf/rdf-tutorial.html "RDF 教程")
- [网站建设]()
- [HTTP 教程](http://www.runoob.com/http/http-tutorial.html "HTTP 教程")
- [网站建设指南](http://www.runoob.com/web/web-buildingprimer.html "网站建设指南")
- [浏览器信息](http://www.runoob.com/browsers/browser-information.html "浏览器信息")
- [网络协议](http://www.runoob.com/np/np-tutorial.html "网络协议")
- [网站主机教程](http://www.runoob.com/hosting/hosting-tutorial.html "网站主机教程")
- [TCP/IP 教程](http://www.runoob.com/tcpip/tcpip-tutorial.html "TCP/IP 教程")
- [W3C 教程](http://www.runoob.com/w3c/w3c-tutorial.html "W3C 教程")
- [网站品质](http://www.runoob.com/quality/quality-tutorial.html "网站品质")
[Advertisement]()
在线实例
·[HTML 实例](http://www.runoob.com/html/html-examples.html)
·[CSS 实例](http://www.runoob.com/css/css-examples.html)
·[JavaScript 实例](http://www.runoob.com/js/js-examples.html)
·[Ajax 实例](http://www.runoob.com/ajx/ajax-examples.html)
·[jQuery 实例](http://www.runoob.com/jquery/jquery-examples.html)
·[XML 实例](http://www.runoob.com/xml/xml-examples.html)
·[Java 实例](http://www.runoob.com/java/java-examples.html)
字符集&工具
· [HTML 字符集设置](http://www.runoob.com/charsets/html-charsets.html)
· [HTML ASCII 字符集](http://www.runoob.com/tags/html-ascii.html)
· [JS 混淆/加密](https://www.jyshare.com/front-end/6939/)
· [PNG/JPEG 图片压缩](https://www.jyshare.com/front-end/6232/)
· [HTML 拾色器](http://www.runoob.com/tags/html-colorpicker.html)
· [JSON 格式化工具](https://www.jyshare.com/front-end/53)
· [随机数生成器](https://www.jyshare.com/front-end/6680/)
最新更新
· [Python math.ulp...](http://www.runoob.com/python3/ref-math-ulp.html "Python math.ulp() 函数")
· [Python math.nex...](http://www.runoob.com/python3/ref-math-nextafter.html "Python math.nextafter() 函数")
· [Python math.mod...](http://www.runoob.com/python3/ref-math-modf.html "Python math.modf() 函数")
· [Python math.lcm...](http://www.runoob.com/python3/ref-math-lcm.html "Python math.lcm() 函数")
· [Python math.exp...](http://www.runoob.com/python3/ref-math-exp2.html "Python math.exp2() 函数")
· [Python math.cbr...](http://www.runoob.com/python3/ref-math-cbrt.html "Python math.cbrt() 函数")
· [Claude Code Git...](http://www.runoob.com/claude-code/claude-code-github-actions.html "Claude Code GitHub Actions")
站点信息
· [意见反馈](http://www.runoob.com/cdn-cgi/l/email-protection#8cede8e1e5e2ccfef9e2e3e3eea2efe3e1)
· [免责声明](http://www.runoob.com/disclaimer)
· [关于我们](http://www.runoob.com/aboutus)
· [文章归档](http://www.runoob.com/archives)
**关注微信**

Copyright © 2013-2026 **[菜鸟教程](http://www.runoob.com/)** **[runoob.com](http://www.runoob.com/)** All Rights Reserved. 备案号:[闽ICP备15012807号-1](https://beian.miit.gov.cn/)
#### 微信关注
 |
| Readable Markdown | 
TensorFlow 是一个**数学计算的工具箱**,专门为机器学习任务而设计,让开发者能够轻松地构建从简单线性回归到复杂神经网络的各种模型。
TensorFlow 是由 Google 开发的开源机器学习框架,用于构建和训练各种机器学习和深度学习模型。
TensorFlow 名字来源于其核心概念:**Tensor(张量)** 和 **Flow(流动)**,表示数据以张量的形式在计算图中流动。
***
## 阅读本教程前,您需要了解的知识:
学习本教程需要具备:[Python](https://www.runoob.com/python3/python3-basic-syntax.html) + 基础数学 + [机器学习](https://www.runoob.com/ml/ml-tutorial.html)概念。
#### **(1) 数学基础**
- **线性代数**:矩阵运算、向量空间(如张量操作)。
- **概率与统计**:概率分布、贝叶斯定理(理解损失函数、评估指标)。
- **微积分**:梯度、导数(理解反向传播和优化算法)。
#### **(2) 编程基础**
- **Python**:TensorFlow 主要使用 Python 接口,需熟悉语法、函数、面向对象编程。
- 基础算法:如循环、递归、数据结构(列表、字典)。
#### **(3) 机器学习基础**
- 了解监督学习、无监督学习的基本概念(如分类、回归、聚类)。
- 熟悉经典算法(如线性回归、神经网络)。
- 理解模型评估方法(如准确率、交叉验证)。
#### **(4) 工具基础(可选但建议)**
- **[NumPy](https://www.runoob.com/numpy/numpy-tutorial.html)/[Pandas](https://www.runoob.com/pandas/pandas-tutorial.html)**:用于数据预处理。
- **[Matplotlib](https://www.runoob.com/matplotlib/matplotlib-tutorial.html)/[Seaborn](https://www.runoob.com/matplotlib/seaborn-tutorial.html)**:用于数据可视化。
- **[Scikit-learn](https://www.runoob.com/sklearn/sklearn-tutorial.html)**:对比传统机器学习方法。
***
## 适合学习 TensorFlow 的人群
- **AI/ML 研究者**:需要实现和优化深度学习模型。
- **数据科学家**:希望用深度学习处理复杂数据(如图像、文本、语音等)。
- **软件工程师**:想将 AI 模型部署到生产环境(如移动端、云端)。
- **学生/爱好者**:对 AI 感兴趣,希望掌握前沿技术。
- **硬件/算法工程师**:涉及 AI 加速、模型优化或自定义算子开发。
***
## 相关资料
- TensorFlow 官网:<https://www.tensorflow.org/>
- TensorFlow 学习:<https://www.tensorflow.org/learn?hl=zh-cn>
- TensorFlow Github:<https://github.com/tensorflow> |
| Shard | 100 (laksa) |
| Root Hash | 7839312868129863500 |
| Unparsed URL | com,runoob!www,/tensorflow/tensorflow-tutorial.html h80 |