awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tensorflow avatar

tensorflow/models

0
View on GitHub↗
77,663 estrellas·45,027 forks·Python·28 vistas

Models

This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling.

The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable training across distributed hardware environments through collective communication primitives and utilizes configuration-driven experimentation to decouple hyperparameters from source code. By structuring neural architectures through hierarchical class compositions and employing checkpoint-based state persistence, the repository ensures that research workflows remain modular, reproducible, and fault-tolerant.

These implementations demonstrate industry-standard patterns for constructing and deploying neural networks, including optimized graph-based execution for hardware acceleration. The repository functions as a reference for best practices in deep learning, providing documented examples for vision, language, and training loop management.

Features

  • Computer Vision Models - Exposes standardized, high-performance architectures tailored for image classification, object detection, and segmentation tasks.
  • Development and Orchestration Tools - Bundles specialized pipelines and benchmarking utilities for developing and managing complex computer vision workflows.
  • Distributed Training Frameworks - Accelerates the training of large-scale neural networks by distributing compute tasks across heterogeneous hardware environments.
  • Model Repositories - Houses a centralized library of state-of-the-art deep learning architectures and verified reference implementations.
  • Model Training Engines - Manages the complete training lifecycle, including data ingestion, forward passes, and backpropagation updates, through a flexible execution harness.
  • Natural Language Processing - Implements advanced transformer-based architectures for large-scale text understanding, sequence modeling, and generation.
  • Distributed Parameter Synchronisation - Synchronizes gradient updates across multiple accelerators using collective communication primitives to scale training workloads efficiently.
  • Graph-Based Execution Engines - Constructs directed acyclic graphs of tensors and operators to enable high-performance execution of mathematical operations.
  • Neural Network Components - Defines modular, hierarchical class structures that serve as building blocks for constructing custom neural network architectures.
  • Checkpointing Systems - Serializes model weights and optimizer states to disk to ensure fault-tolerant training and support session resumption.
  • Machine Learning Training - Supports reproducible research by decoupling training logic and hyperparameters from source code using structured configuration files.
  • Deep Learning Reference Implementations - Demonstrates industry best practices for building, training, and deploying neural networks through curated, educational code examples.
  • Adversarial Adaptation Methods - Unsupervised pixel-level domain adaptation with GANs.
  • Computer Vision Models - Localizing and identifying multiple objects in a single image.
  • Computer Vision Tools - A collection of state-of-the-art models implemented in TensorFlow.
  • Deep Learning Frameworks - Collection of state-of-the-art model implementations.
  • Efficient Neural Networks - Mobile-optimized convolutional neural networks.
  • Machine Learning - Official repository for TensorFlow models.
  • Machine Learning Projects - Collection of state-of-the-art model implementations and research examples.
  • Media Description - Implementation of image captioning models for MSCOCO.
  • Model Architectures - Official repository for TensorFlow model implementations.
  • Pretrained Model Collections - A comprehensive collection of state-of-the-art deep learning models and implementations.
  • Segmentation Architectures - Official TensorFlow models including segmentation architectures.
  • Shape Representation - Discovery of latent 3D keypoints via geometric reasoning.
  • Video Retrieval Models - Transformers for multimodal self-supervised learning from raw video.
  • Frameworks and Libraries - High-level library for defining standard model architectures.
  • Model Conversion Tools - Contains collections of models for TensorFlow conversion.
  • Image segmentation - Listed in the “Image segmentation” section of the Ailia Models awesome list.
  • Reference Model Implementations - Provides a collection of verified model implementations that serve as benchmarks for framework best practices.
  • Reinforcement Learning Environments - Includes simulation environments designed for training and evaluating reinforcement learning agents.

Historial de estrellas

Gráfico del historial de estrellas de tensorflow/modelsGráfico del historial de estrellas de tensorflow/models

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Models

Proyectos open-source similares, clasificados según cuántas características comparten con Models.
  • tensorflow/tensorflowAvatar de tensorflow

    tensorflow/tensorflow

    195,697Ver en GitHub↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    C++deep-learningdeep-neural-networksdistributed
    Ver en GitHub↗195,697
  • keras-team/kerasAvatar de keras-team

    keras-team/keras

    64,094Ver en GitHub↗

    Keras is a high-level deep learning framework designed for constructing and training neural networks through the composition of modular, functional layers. It serves as a comprehensive modeling toolkit that provides standardized procedures for defining, evaluating, and deploying complex architectures. By utilizing a directed acyclic graph approach, the framework allows users to build intricate models with multiple inputs, outputs, and shared layers, ensuring consistent numerical execution through functional state management. The project distinguishes itself as a multi-backend machine learning

    Pythondata-sciencedeep-learningjax
    Ver en GitHub↗64,094
  • nvidia/deeplearningexamplesAvatar de NVIDIA

    NVIDIA/DeepLearningExamples

    14,819Ver en GitHub↗

    This project is a collection of optimized scripts, deployment patterns, and reference implementations designed for scaling and accelerating state-of-the-art AI models. It serves as a multi-domain model zoo and a distributed training framework, providing PyTorch reference implementations for training and deploying models on GPU-accelerated infrastructure. The repository distinguishes itself through an optimization suite focused on NVIDIA GPU hardware, utilizing automatic mixed precision and specialized math modes to increase training speed and throughput. It provides enterprise deployment patt

    Jupyter Notebookcomputer-visiondeep-learningdrug-discovery
    Ver en GitHub↗14,819
  • microsoft/onnxruntimeAvatar de microsoft

    microsoft/onnxruntime

    19,347Ver en GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    C++ai-frameworkdeep-learninghardware-acceleration
    Ver en GitHub↗19,347
Ver las 30 alternativas a Models→

Preguntas frecuentes

¿Qué hace tensorflow/models?

This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling.

¿Cuáles son las características principales de tensorflow/models?

Las características principales de tensorflow/models son: Computer Vision Models, Development and Orchestration Tools, Distributed Training Frameworks, Model Repositories, Model Training Engines, Natural Language Processing, Distributed Parameter Synchronisation, Graph-Based Execution Engines.

¿Qué alternativas de código abierto existen para tensorflow/models?

Las alternativas de código abierto para tensorflow/models incluyen: tensorflow/tensorflow — TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of… keras-team/keras — Keras is a high-level deep learning framework designed for constructing and training neural networks through the… nvidia/deeplearningexamples — This project is a collection of optimized scripts, deployment patterns, and reference implementations designed for… microsoft/onnxruntime — This project is a cross-platform machine learning inference engine designed to execute pre-trained models across… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning… dmlc/xgboost — XGBoost is a distributed machine learning library for implementing scalable gradient boosting decision trees used for…