awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tensorflow avatar

tensorflow/docs

0
View on GitHub↗
6,320 星标·5,327 分支·Jupyter Notebook·Apache-2.0·4 次浏览www.tensorflow.org↗

Docs

This repository is the official documentation for TensorFlow, a machine learning framework. It provides comprehensive guides, tutorials, and API references for building, training, and deploying machine learning models. The documentation covers the full lifecycle of machine learning projects, from constructing data pipelines and building neural networks with high-level APIs to customizing training loops and deploying trained models in production, on edge devices, or in browsers.

The documentation includes step-by-step tutorials for a range of tasks, including reinforcement learning, ranking models, and custom training loops. It also offers a dedicated guide for deploying TensorFlow models with TensorFlow Serving and Lite. The repository is complemented by community-maintained translations of the documentation into multiple languages.

Features

  • Machine Learning Tutorials - Serves as the official documentation repository for the TensorFlow machine learning framework.
  • Automatic Differentiation Engines - Provides the automatic differentiation engine that computes gradients for all neural network training.
  • Distributed Training Accelerators - Spreads model training across multiple GPUs, machines, or specialized processors to speed computation.
  • Unified Distribution Abstractions - Provides a unified API for distributing model training across multiple devices and machines with minimal code changes.
  • Eager Execution Modes - Supports eager execution mode for immediate operation evaluation and imperative-style debugging.
  • Parallelized Input Pipelines - Ships a dataset pipeline framework for building efficient, parallelized input pipelines from heterogeneous data sources.
  • High-Level Model APIs - Provides high-level Keras APIs for building and training neural networks with minimal code.
  • Machine Learning Frameworks - Serves as the official documentation for the TensorFlow machine learning framework.
  • Model Serving & Deployment - Documents how to serve trained models in production environments for low-latency inference.
  • Model Training - Documents building, training, and evaluating neural networks using Keras and custom loops.
  • Neural Network Training Frameworks - Ships a complete neural network training framework with sequential and functional APIs.
  • API References - Provides auto-generated API references for all TensorFlow Python APIs.
  • Tutorials - Provides step-by-step tutorials for neural networks, reinforcement learning, and ranking models.
  • Data Preprocessing Pipelines - Builds input pipelines to clean and transform data before feeding it into machine learning models.
  • SavedModel Bundles - Exports trained models as language-agnostic SavedModel bundles containing graph, weights, and serving signatures.
  • Graph-Based Computational Execution - Represents computations as directed graphs for lazy or eager execution across heterogeneous hardware.
  • TPU-Optimized Kernels - Includes TPU-optimized kernel libraries with hardware-specific operations and memory layouts.
  • Custom Training Loops - Documents how to implement custom training loops with gradient tapes and subclassing.
  • End-to-End Training Pipelines - Documents how to orchestrate end-to-end ML pipelines for automated model training and deployment.
  • In-Browser Model Execution - Documents how to train and execute machine learning models directly inside JavaScript environments.
  • Edge AI Model Deployment - Provides a dedicated guide for deploying models on mobile and embedded hardware with TensorFlow Lite.
  • Deployment Optimizations - Documents model optimization techniques including pruning and quantization for deployment.
  • Model Training Monitoring - Provides TensorBoard integration for tracking and visualizing training metrics and model graphs.
  • Reinforcement Learning Simulators - Provides tutorials for training decision-making agents using reinforcement learning algorithms.
  • Deployment Guides - Provides dedicated guides for deploying models with TensorFlow Serving and Lite.
  • Multi-Format Data Loading - Reads CSV, image, and text data sources into processing pipelines for efficient input handling.
  • Tensor Operation Compilers - Compiles tensor operation subgraphs into optimized fused kernels for CPU, GPU, and TPU hardware.
  • Model Training Metrics - Ships TensorBoard for logging and displaying training metrics in an interactive dashboard.
  • Learning and Reference - TensorFlow documentation.

Star 历史

tensorflow/docs 的 Star 历史图表tensorflow/docs 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Docs 的开源替代方案

相似的开源项目,按与 Docs 的功能重合度排序。
  • snowkylin/tensorflow-handbooksnowkylin 的头像

    snowkylin/tensorflow-handbook

    3,927在 GitHub 上查看↗

    This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying machine learning models using TensorFlow 2. It serves as a structured learning guide covering core deep learning concepts, including neural network architectures, automatic differentiation, and tensor operations. The handbook provides technical guidance on optimizing execution efficiency through GPU memory management, distributed training, and model quantization. It also includes detailed manuals for constructing high-performance data pipelines and exporting models for production s

    Jupyter Notebook
    在 GitHub 上查看↗3,927
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 GitHub 上查看↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    在 GitHub 上查看↗9,933
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 GitHub 上查看↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • fedml-ai/fedmlFedML-AI 的头像

    FedML-AI/FedML

    4,048在 GitHub 上查看↗

    FedML is a distributed machine learning training library, federated learning framework, and GPU workload orchestrator. It provides the core system components necessary to execute large-scale model training and fine-tuning across multi-cloud, on-premise, and decentralized GPU clusters, while offering a dedicated engine for scalable model serving and an MLOps pipeline manager for end-to-end lifecycle management. The platform distinguishes itself by enabling privacy-preserving federated learning across decentralized edge devices and organizational silos, keeping raw data on local hardware. It al

    Python
    在 GitHub 上查看↗4,048
查看 Docs 的所有 30 个替代方案→

常见问题解答

tensorflow/docs 是做什么的?

This repository is the official documentation for TensorFlow, a machine learning framework. It provides comprehensive guides, tutorials, and API references for building, training, and deploying machine learning models. The documentation covers the full lifecycle of machine learning projects, from constructing data pipelines and building neural networks with high-level APIs to customizing training loops and deploying trained models in production, on edge devices, or in…

tensorflow/docs 的主要功能有哪些?

tensorflow/docs 的主要功能包括:Machine Learning Tutorials, Automatic Differentiation Engines, Distributed Training Accelerators, Unified Distribution Abstractions, Eager Execution Modes, Parallelized Input Pipelines, High-Level Model APIs, Machine Learning Frameworks。

tensorflow/docs 有哪些开源替代品?

tensorflow/docs 的开源替代品包括: snowkylin/tensorflow-handbook — This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… fedml-ai/fedml — FedML is a distributed machine learning training library, federated learning framework, and GPU workload orchestrator.… nyandwi/machine_learning_complete — This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep… dotnet/machinelearning — This is a cross-platform framework for building, training, and deploying custom machine learning models within the…