freeCodeCamp/guide/chinese/data-science-tools/tensor-flow/index.md

19 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: TensorFlow
localeTitle: TensorFlow
---
## 张量流量
[TensorFlow](https://www.tensorflow.org/)是一款面向机器智能的开源软件库。
为了在这些迷人的领域进行研究Google团队开发了TensorFlow。
## 它如何用于数据科学
TensorFlow是一个使用数据流图进行数值计算的开源软件库。 图中的节点表示数学运算,而图表边表示数字运算 在它们之间进行通信的多维数据阵列(张量)。灵活的架构 允许您将计算部署到桌面服务器或移动设备中的一个或多个CPU或GPU 具有单个API的设备。 TensorFlow最初由研究人员和工程师开发 在Google机器智能研究组织的Google Brain Team工作 为了进行机器学习和深度神经网络研究,但是 系统通用性足以适用于各种其他领域。
有关更多信息,请访问[TensorFlow Github页面](https://github.com/tensorflow)
## 实验室
[TensorFlow](https://github.com/Microsoft/computerscience/blob/master/Labs/AI%20and%20Machine%20Learning/TensorFlow/TensorFlow.md)