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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesInteractive Model Explorers

Browser-based environments for inspecting and modifying machine learning model behavior in real time.

Distinct from Machine Learning Evaluation: Distinct from Machine Learning Evaluation: focuses on interactive, educational exploration of model mechanics rather than performance metric assessment.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Interactive Model Explorers. Refine with filters or upvote what's useful.

Awesome Interactive Model Explorers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • nndl/nndl.github.ioAvatar nndl

    nndl/nndl.github.io

    18,710Vezi pe GitHub↗

    This project is an educational platform designed to teach artificial intelligence, neural networks, and data science through a combination of structured textbooks and interactive learning resources. It provides a comprehensive curriculum that guides students through sequential learning paths, bridging the gap between mathematical theory and practical software implementation. The platform distinguishes itself by integrating executable code environments and dynamic browser-based visualizations directly into its educational content. These tools allow users to modify model implementations in real

    Integrates interactive environments that allow users to modify and explore model implementations in real time.

    HTML
    Vezi pe GitHub↗18,710
  • tensorflow/tensorboardAvatar tensorflow

    tensorflow/tensorboard

    7,193Vezi pe GitHub↗

    TensorBoard is a visualization toolkit for tracking and analyzing machine learning model training progress and performance using TensorFlow event logs. It provides a monitoring dashboard for plotting scalar metrics, tensor distributions, and training curves, and includes specialized tools for visualizing neural network computational graphs and projecting high-dimensional embeddings. The project enables side-by-side comparison of multiple training runs to analyze the impact of hyperparameters on model outcomes. It also features a high-dimensional embedding projector and a graph visualizer for

    Provides a visual interface to investigate counterfactuals and feature-level attributions without writing code.

    TypeScript
    Vezi pe GitHub↗7,193
  • tensorflow/swiftAvatar tensorflow

    tensorflow/swift

    6,131Vezi pe 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

    Ships a Jupyter kernel with autocomplete for live model training and API exploration.

    Jupyter Notebook
    Vezi pe GitHub↗6,131
  • microsoft/foundry-localAvatar microsoft

    microsoft/Foundry-Local

    2,380Vezi pe GitHub↗

    Foundry-Local este un instrument de dezvoltare machine learning conceput pentru a facilita inferența privată, pe dispozitiv, și gestionarea modelelor. Oferă un mediu de server local care găzduiește modele de machine learning direct pe hardware-ul utilizatorului, asigurându-se că toată procesarea datelor, inclusiv gestionarea prompt-urilor și transcrierea audio, rămâne în mediul local fără a necesita conectivitate externă la cloud. Proiectul se distinge prin automatizarea întregului ciclu de viață al modelului, inclusiv descoperirea, descărcarea și versionarea activelor pentru a menține compatibilitatea cu hardware-ul gazdă. Dispune de un strat de abstractizare hardware care detectează și selectează automat cel mai eficient procesor disponibil pentru sarcini intensive de calcul, permițând execuția accelerată hardware fără configurare manuală. Dincolo de inferența de bază, instrumentul include o interfață CLI pentru explorarea interactivă a modelelor și verificarea performanței. De asemenea, oferă proxy-ing API standardizat, care mapează cererile primite către endpoint-urile modelelor locale folosind protocoale standard din industrie pentru a susține integrarea cu framework-uri software externe.

    Enables interactive model exploration via the command-line interface to verify inference performance and output quality.

    C++ai-sdkchat-completionsfoundry-local
    Vezi pe GitHub↗2,380
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Infrastructure
  5. Model Evaluation and Analysis
  6. Machine Learning Evaluation
  7. Interactive Model Explorers

Explorează sub-etichetele

  • Jupyter Notebook Training EnvironmentsInteractive browser-based environments for training machine learning models with autocomplete support. **Distinct from Interactive Model Explorers:** Distinct from Interactive Model Explorers: focuses on training workflows in Jupyter, not general model inspection.