explaingit

xitu/tensorflow-docs

3,794Jupyter NotebookAudience · dataComplexity · 1/5Setup · moderate

TLDR

A community-maintained Chinese translation of the official TensorFlow documentation, including guides, tutorials, and runnable Jupyter Notebook examples for Chinese-speaking learners.

Mindmap

mindmap
  root((tensorflow-docs CN))
    What it is
      Chinese translation
      Official TF docs
      Jupyter Notebooks
    Content
      Guides
      Tutorials
      Reference material
    Use cases
      Learn TensorFlow
      ML fundamentals
      Chinese-language study
    Audience
      Chinese-speaking devs
      ML learners
    Setup
      Python and TensorFlow
      Jupyter environment
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Follow official TensorFlow tutorials in Chinese without switching between translated and English-language pages

USE CASE 2

Run Jupyter Notebook examples from the official TensorFlow curriculum with Chinese-language explanations

USE CASE 3

Learn machine learning fundamentals using Chinese-language guided examples based on the official TensorFlow guides

Tech stack

PythonTensorFlowJupyter Notebook

Getting it running

Difficulty · moderate Time to first run · 30min

Requires a Python environment with TensorFlow installed to run the Jupyter Notebook examples.

In plain English

This repository is a Chinese-language translation of the official TensorFlow documentation. TensorFlow is a widely used open-source library, originally built by Google, for running machine learning and artificial intelligence computations. The repository exists to make that documentation accessible to Chinese-speaking developers and researchers. The content is maintained by Xitu, which runs a community translation project that produces Chinese versions of technical documentation and articles. The notebooks and documents here mirror the official TensorFlow guides, tutorials, and reference material, translated into Chinese rather than being original writing. Because the README shown here is largely the original TensorFlow project description rather than a description of the translation project itself, the scope of what has been translated and how current the translation is relative to the official docs is not fully explained. The repository contains Jupyter Notebooks, which are files that combine text explanations with runnable code, commonly used for machine learning tutorials. If you are a Chinese speaker looking to learn TensorFlow or follow its documentation, this is the intended audience for the repository. If you are looking for the English original or the primary TensorFlow source code, this is not that, it is a documentation translation effort built on top of the official project.

Copy-paste prompts

Prompt 1
I want to learn TensorFlow using the Chinese docs in this repo. Which notebook should I start with for a beginner introduction to neural networks?
Prompt 2
Using the Chinese TensorFlow tutorials from this repository, walk me through training a simple image classifier step by step.
Prompt 3
How do I clone the xitu/tensorflow-docs repo and run one of its Jupyter Notebooks on my local machine?
Open on GitHub → Explain another repo

← xitu on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.