awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • unslothai/unslothAvatar von unslothai

    unslothai/unsloth

    66,628Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗66,628
  • tensorflow/swiftAvatar von tensorflow

    tensorflow/swift

    6,131Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,131
  • fastai/course-v3Avatar von fastai

    fastai/course-v3

    4,914Auf GitHub ansehen↗

    Dieses Projekt ist ein umfassendes Bildungsprogramm und Deep-Learning-Framework, das darauf ausgelegt ist, praktisches Deep Learning mit PyTorch anhand von Notebooks und Codebeispielen zu vermitteln. Es dient als High-Level-Bibliothek zum Erstellen, Trainieren und Bereitstellen neuronaler Netze und fungiert als Modell-Trainings-Orchestrator, der PyTorch-Modelle, Optimierer und Verlustfunktionen koordiniert. Das Projekt bietet spezialisierte Toolkits für Computer Vision, Natural Language Processing und die Vorverarbeitung tabellarischer Daten. Es zeichnet sich durch fortschrittliche Trainingskontrollen aus, wie z. B. diskriminative Lernraten, ein Zwei-Wege-Callback-System zur Anpassung der Trainingslogik und eine High-Level-Learner-Abstraktion, die die Geräteplatzierung und Trainingsschleifen automatisiert. Das Framework deckt ein breites Fähigkeitsspektrum ab, einschließlich der automatisierten Konstruktion von Datenpipelines, der Analyse von Modellarchitekturen und der Leistungsbewertung bei Klassifizierungs-, Regressions- und Segmentierungsaufgaben. Es enthält zudem Dienstprogramme für verteiltes Training über mehrere GPUs, Mixed-Precision-Training zur Speicheroptimierung und spezialisierte Unterstützung für medizinische Bilddaten. Das Projekt wird als eine Reihe von Jupyter Notebooks bereitgestellt.

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

    Jupyter Notebookdata-sciencedeep-learningfastai
    Auf GitHub ansehen↗4,914
  • railsbridge/docsAvatar von railsbridge

    railsbridge/docs

    3,807Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,807
  • fastai/course22Avatar von fastai

    fastai/course22

    3,398Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,398
  1. Home
  2. Education & Learning Resources
  3. Developer Documentation and References
  4. Developer Resources
  5. Training Notebooks

Unter-Tags erkunden

  • 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.