All Projects → xitu → Tensorflow Docs

xitu / Tensorflow Docs

TensorFlow 最新官方文档中文版

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to Tensorflow Docs

Docs
TensorFlow documentation
Stars: ✭ 4,999 (+32.18%)
Mutual labels:  documentation, jupyter-notebook
Symbiflow Arch Defs
FOSS architecture definitions of FPGA hardware useful for doing PnR device generation.
Stars: ✭ 137 (-96.38%)
Mutual labels:  documentation, jupyter-notebook
Docs L10n
Translations of TensorFlow documentation
Stars: ✭ 262 (-93.07%)
Mutual labels:  documentation, jupyter-notebook
Dorn
Stars: ✭ 386 (-89.79%)
Mutual labels:  jupyter-notebook
Data Science And Machine Learning From Scratch
Implements common data science methods and machine learning algorithms from scratch in python. Intuition and theory behind the algorithms is also discussed.
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Istio
Istio官方文档中文版
Stars: ✭ 389 (-89.71%)
Mutual labels:  documentation
Open source demos
A collection of demos showcasing automated feature engineering and machine learning in diverse use cases
Stars: ✭ 391 (-89.66%)
Mutual labels:  jupyter-notebook
Multimodal Emotion Recognition
A real time Multimodal Emotion Recognition web app for text, sound and video inputs
Stars: ✭ 384 (-89.85%)
Mutual labels:  jupyter-notebook
Comma2k19
A driving dataset for the development and validation of fused pose estimators and mapping algorithms
Stars: ✭ 391 (-89.66%)
Mutual labels:  jupyter-notebook
Docs.nestjs.com
The official documentation https://docs.nestjs.com 📕
Stars: ✭ 389 (-89.71%)
Mutual labels:  documentation
Latex ocr pro
🎨 数学公式识别增强版:中英文手写印刷公式、支持初级符号推导(数据结构基于 LaTeX 抽象语法树)
Stars: ✭ 385 (-89.82%)
Mutual labels:  jupyter-notebook
Top250movie douban
TOP250豆瓣电影短评:Scrapy 爬虫+数据清理/分析+构建中文文本情感分析模型
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Learning Deep Learning
Paper reading notes on Deep Learning and Machine Learning
Stars: ✭ 388 (-89.74%)
Mutual labels:  jupyter-notebook
Computer Vision Basics With Python Keras And Opencv
Full tutorial of computer vision and machine learning basics with OpenCV and Keras in Python.
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Keras Facenet
Facenet implementation by Keras2
Stars: ✭ 390 (-89.69%)
Mutual labels:  jupyter-notebook
100daysofmlcode
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Graph transformer networks
Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Bayesian changepoint detection
Methods to get the probability of a changepoint in a time series.
Stars: ✭ 387 (-89.77%)
Mutual labels:  jupyter-notebook
Toyplot
Interactive plotting for Python.
Stars: ✭ 389 (-89.71%)
Mutual labels:  jupyter-notebook
Production Data Science
Production Data Science: a workflow for collaborative data science aimed at production
Stars: ✭ 388 (-89.74%)
Mutual labels:  jupyter-notebook


TensorFlow Docs 是由掘金翻译计划实时维护的 TensorFlow 官方文档中文版,维护者为全球各大公司开发人员和各著名高校研究者及学生。欢迎大家加入维护团队,欢迎提 Issue 和 PR,参与之前请阅读文档维护说明


Documentation
Documentation

TensorFlow 是一个使用数据流图进行数值计算开源软件库。图的节点表示数学运算,节点之间的边表示流动的多维数据数组(张量)。这种灵活的架构使你能在无需重写代码的情况下,将计算在桌面端、服务端或移动端部署到一个或多个 CPU 和 GPU 中。TensorFlow 还包含 TensorBoard,它是一个数据可视化工具包。

TensorFlow 最初由 Google 机器智能研究机构内的 Google Brain 团队的研究人员和工程师开发,用于进行机器学习和深度神经网络研究。此系统一般足以适用于各种其他领域。

TensorFlow 提供了稳定的 Python API 和 C 语言 API,以及没有向后兼容性保证的如 C++、Go、Java、JavaScript 和 Swift 等 API。

你可以通过订阅 [email protected] 来及时获得 TensorFlow 最新的公告及更新等信息。

安装

安装 TensorFlow 页面中查看关于稳定二进制版的安装或从源码安装的安装步骤。

喜欢挑战的人也可以尝试我们的开发版:

开发版 pip 包

  • 我们非常高兴发布 TensorFlow 的开发版,现在 pypi 提供开发版的 pip 包 tf-nightlytf-nightly-gpu 项目。在干净的环境中简单运行 pip install tf-nightlypip install tf-nightly-gpu 即可安装 TensorFlow 开发版。 我们为 Linux、Mac 和 Windows 提供 CPU 和 GPU 支持。

开启你的第一个 TensorFlow 程序

$ python
>>> import tensorflow as tf
>>> tf.enable_eager_execution()
>>> tf.add(1, 2)
3
>>> hello = tf.constant('Hello, TensorFlow!')
>>> hello.numpy()
'Hello, TensorFlow!'

tensorflow.org 的教程页面中了解更多有关如何在 TensorFlow 中执行特定任务的示例吧。

贡献指南

如果你想参与贡献 TensorFlow,请先查看我们的 贡献指南。此项目遵循 TensorFlow 项目规范。我们期望你能遵循此规范。

我们还使用 GitHub issues 来跟进 requests 和 bugs。对于一般性问题和讨论请查看 TensorFlow 讨论,或直接在 Stack Overflow 提问。

TensorFlow 项目致力于遵守开源软件开发中普遍接受的最佳实践:

CII 最佳实践

持续构建状态

官方构建

Build Type Status Artifacts
Linux CPU Status pypi
Linux GPU Status pypi
Linux XLA Status TBA
MacOS Status pypi
Windows CPU Status pypi
Windows GPU Status pypi
Android Status Download
Raspberry Pi 0 and 1 Status Status Py2 Py3
Raspberry Pi 2 and 3 Status Status Py2 Py3

社区支持下的构建

Build Type Status Artifacts
IBM s390x Build Status TBA
IBM ppc64le CPU Build Status TBA
IBM ppc64le GPU Build Status TBA
Linux CPU with Intel® MKL-DNN Nightly Build Status Nightly
Linux CPU with Intel® MKL-DNN Python 2.7
Linux CPU with Intel® MKL-DNN Python 3.5
Linux CPU with Intel® MKL-DNN Python 3.6
Build Status 1.10.0 py2.7
1.10.0 py3.5
1.10.0 py3.6

更多信息

你可以在 tensorflow.org 社区页 了解更多关于参与 TensorFlow 社区的方法。

文档管理团队


LeviDing

👀 🌍 📋

pkuwwt

👀 🌍

John Jiang

👀 🌍

lsvih

👀 🌍

foxxnuaa

👀 🌍

changkun

👀 🌍

Co-Translators

所有译者详细信息

文档维护支持

许可

文档正在完善中,未经允许禁止任何形式的转载。

Apache 许可 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].