awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tensorflow avatar

tensorflow/docs

0
View on GitHub↗
6,320 stars·5,327 forks·Jupyter Notebook·Apache-2.0·4 vueswww.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.

Historique des stars

Graphique de l'historique des stars pour tensorflow/docsGraphique de l'historique des stars pour tensorflow/docs

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Docs

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Docs.
  • snowkylin/tensorflow-handbookAvatar de snowkylin

    snowkylin/tensorflow-handbook

    3,927Voir sur 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
    Voir sur GitHub↗3,927
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar de lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Voir sur 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
    Voir sur GitHub↗9,933
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur 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
    Voir sur GitHub↗29,001
  • fedml-ai/fedmlAvatar de FedML-AI

    FedML-AI/FedML

    4,048Voir sur 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
    Voir sur GitHub↗4,048
Voir les 30 alternatives à Docs→

Questions fréquentes

Que fait 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…

Quelles sont les fonctionnalités principales de tensorflow/docs ?

Les fonctionnalités principales de tensorflow/docs sont : 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.

Quelles sont les alternatives open-source à tensorflow/docs ?

Les alternatives open-source à tensorflow/docs incluent : 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…