awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Type-Based Dispatchers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesType-Based Dispatchers

Systems that automatically select processing logic based on input data types.

Distinguishing note: Focuses on ML-specific dynamic dispatch rather than general language-level polymorphism.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Type-Based Dispatchers. Refine with filters or upvote what's useful.

  1. Home
  2. Artificial Intelligence & ML
  3. Type-Based Dispatchers

Awesome Type-Based Dispatchers GitHub Repositories

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

    fastai/fastbook

    24,587View on GitHub↗

    This project is an interactive educational textbook and comprehensive machine learning resource designed for deep learning education. It provides a structured curriculum that combines narrative prose with executable code, utilizing literate programming to create reproducible learning experiences within a collection of Jupyter Notebooks. The repository distinguishes itself by teaching machine learning through applied research and modular design. It demonstrates a callback-driven training loop, a declarative data-block pipeline, and a layered abstraction API that allows users to transition betw

    Uses type-based method resolution to automatically select appropriate processing logic for input data structures.

    Jupyter Notebookbookdata-sciencedeep-learning
    24,587View on GitHub↗