awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Training Systems · Awesome GitHub Repositories

7 repos

Awesome GitHub RepositoriesTraining Systems

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Training Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Training Systems

Awesome Training Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • tensorflow/tensorflow

    tensorflow/tensorflow

    193,864GitHubView on 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 syst

    Implements advanced compiler-level transformations to maximize computational efficiency and execution speed across diverse hardware.

    C++deep-learningdeep-neural-networksdistributed
  • openai/whisper

    openai/whisper

    94,839GitHubView on GitHub↗

    This project is a speech recognition and translation engine that utilizes a sequence-to-sequence transformer architecture to convert audio into text. It is built upon a weakly supervised learning framework, which leverages large-scale, unlabelled audio-transcript data to create generalized speech representations capabl

    Trains generalized speech representation models by leveraging massive volumes of weakly labeled audio-transcript pairs.

    Python
  • tensorflow/models

    tensorflow/models

    77,684GitHubView on GitHub↗

    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 fo

    Manages the complete training lifecycle, including data ingestion, forward passes, and backpropagation updates, through a flexible execution harness.

    Python
  • d2l-ai/d2l-zh

    d2l-ai/d2l-zh

    75,708GitHubView on GitHub↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners

    Teaches software abstractions and optimization techniques to maximize the computational efficiency of deep learning models.

    Pythonbookchinesecomputer-vision
  • deepfakes/faceswap

    deepfakes/faceswap

    54,974GitHubView on GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users

    Trains neural networks to learn and map complex facial identity representations from large image datasets.

    Pythondeep-face-swapdeep-learningdeep-neural-networks
  • karpathy/nanoGPT

    karpathy/nanoGPT

    53,461GitHubView on GitHub↗

    nanoGPT is a lightweight engine for training and fine-tuning transformer-based language models from scratch. It provides a minimalist codebase designed for educational exploration and rapid experimentation with neural network architectures, utilizing self-attention and feed-forward layers to process sequences and predi

    Optimizes computational throughput for training and fine-tuning transformer-based language models from scratch.

    Python
  • unslothai/unsloth

    unslothai/unsloth

    52,461GitHubView on GitHub↗

    Unsloth is a high-performance training and inference platform designed to optimize the lifecycle of large language and multimodal models. It provides a comprehensive engine for fine-tuning, executing, and managing models locally, with a focus on reducing memory consumption and increasing compute speed on consumer-grade

    Optimizes memory usage and compute speed for fine-tuning large language models on consumer-grade hardware.

    Pythonagentdeepseekdeepseek-r1

Explore sub-tags

  • Model Performance OptimizationsTechniques and compiler-level transformations to maximize computational efficiency and execution speed of machine learning models.
  • Model Persistence SystemsMechanisms for serializing, checkpointing, and loading machine learning models for deployment.
  • Model Training Engines2 sub-tagsHigh-performance systems optimized for the execution, scaling, and fine-tuning of neural networks and transformer architectures, distinct from orchestration.
  • Training Data Validation Tools
Utilities for computing statistics, schema inference, and anomaly detection in training datasets.
  • Weakly Supervised LearningSystems designed to train models using large-scale, noisy, or partially labeled datasets to improve generalization.