awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesTraining Notebooks

Interactive environments containing pre-configured code for training and running machine learning models.

Explore 5 awesome GitHub repositories matching education & learning resources · Training Notebooks. Refine with filters or upvote what's useful.

Awesome Training Notebooks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • unslothai/unslothAvatar de unslothai

    unslothai/unsloth

    66,628Voir sur 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 hardware. The platform distinguishes itself through hand-optimized kernels and automated computational graph techniques that maximize hardware throughput. It supports advanced training methodologies, including reinforcement learning for reasoning and efficient adapter-based fin

    Interactive notebooks provide pre-configured environments for training and running large language, multimodal, and reasoning models in the cloud.

    Pythonagentdeepseekdeepseek-r1
    Voir sur GitHub↗66,628
  • tensorflow/swiftAvatar de tensorflow

    tensorflow/swift

    6,131Voir sur GitHub↗

    Swift for TensorFlow is a custom toolchain that extends the Swift language with first-class automatic differentiation and differentiable types, enabling gradient-based computation directly within the compiler. It integrates the Swift compiler with TensorFlow runtime and XLA backends, allowing tensor operations to be compiled and executed on hardware-accelerated hardware for high-performance machine learning. The project distinguishes itself through compiler-integrated automatic differentiation that computes gradients of user-defined functions and types during compilation, eliminating the need

    Runs Swift machine learning code in Jupyter notebooks with autocomplete for live experimentation.

    Jupyter Notebook
    Voir sur GitHub↗6,131
  • fastai/course-v3Avatar de fastai

    fastai/course-v3

    4,914Voir sur GitHub↗

    Ce projet est un programme éducatif complet et un framework de deep learning conçu pour enseigner le deep learning pratique avec PyTorch via des notebooks et des exemples de code. Il sert de bibliothèque de haut niveau pour construire, entraîner et déployer des réseaux de neurones, agissant comme un orchestrateur d'entraînement de modèles qui coordonne les modèles PyTorch, les optimiseurs et les fonctions de perte. Le projet fournit des boîtes à outils spécialisées pour la vision par ordinateur, le traitement du langage naturel et le prétraitement de données tabulaires. Il se distingue par des contrôles d'entraînement avancés tels que des taux d'apprentissage discriminatifs, un système de callback bidirectionnel pour personnaliser la logique d'entraînement, et une abstraction de haut niveau qui automatise le placement sur périphérique et les boucles d'entraînement. Le framework couvre une large surface de capacités, y compris la construction automatisée de pipelines de données, l'analyse d'architecture de modèles et l'évaluation des performances sur des tâches de classification, de régression et de segmentation. Il inclut également des utilitaires pour l'entraînement distribué sur plusieurs GPU, l'entraînement en précision mixte pour l'optimisation de la mémoire, et un support spécialisé pour les données d'imagerie médicale. Le projet est livré sous forme d'une série de Jupyter Notebooks.

    fastai launches training functions across multiple GPUs from within a notebook to accelerate model convergence.

    Jupyter Notebookdata-sciencedeep-learningfastai
    Voir sur GitHub↗4,914
  • railsbridge/docsAvatar de railsbridge

    railsbridge/docs

    3,807Voir sur GitHub↗

    This project is a web development curriculum providing a structured set of instructional materials and guided exercises for learning programming languages and frameworks. It functions as a technical training resource that hosts programming learning paths, including the creation of to-do applications, message boards, and browser games. The project focuses on making programming education accessible through localized educational content served in multiple languages. It also provides dedicated workshop teacher resources, including training decks, cheat sheets, and presentation templates to assist

    Supplies training decks and cheat sheets to prepare instructors and assistants for technical workshop delivery.

    Rubyrailsrubyworkshop
    Voir sur GitHub↗3,807
  • fastai/course22Avatar de fastai

    fastai/course22

    3,398Voir sur GitHub↗

    This is a structured deep learning curriculum for programmers, delivered as a collection of Jupyter notebooks. It teaches the fundamentals of training neural networks for computer vision, natural language processing, tabular data analysis, and collaborative filtering using PyTorch and the fastai library. The course is designed to be hands-on, guiding learners from building a training loop from scratch to fine-tuning pretrained models for a variety of practical tasks. The curriculum distinguishes itself by covering the full lifecycle of a deep learning project, from data preparation and augmen

    Launches distributed training directly from a Jupyter notebook using a notebook launcher.

    Jupyter Notebookdeep-learningfastaijupyter-notebooks
    Voir sur GitHub↗3,398
  1. Home
  2. Education & Learning Resources
  3. Developer Documentation and References
  4. Developer Resources
  5. Training Notebooks

Explorer les sous-tags

  • Distributed Training LaunchersLaunches distributed training directly from Jupyter notebooks by wrapping training code. **Distinct from Training Notebooks:** Distinct from Training Notebooks: focuses on launching distributed training from notebooks, not general training notebooks.
  • Instructor Training MaterialsTraining decks, cheat sheets, and resources designed to prepare teachers for workshop delivery. **Distinct from Distributed Training Launchers:** Focuses on teacher preparation materials rather than the logistics of event facilitation.
  • Swift Jupyter Training EnvironmentsRunning Swift machine learning code in Jupyter notebooks with autocomplete for live experimentation. **Distinct from Training Notebooks:** Distinct from Training Notebooks: focuses on Swift-specific Jupyter environments, not general training notebooks.