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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • nndl/nndl.github.ioAvatar de nndl

    nndl/nndl.github.io

    18,710Ver en 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
    Ver en GitHub↗18,710
  • tensorflow/tensorboardAvatar de tensorflow

    tensorflow/tensorboard

    7,193Ver en 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
    Ver en GitHub↗7,193
  • tensorflow/swiftAvatar de tensorflow

    tensorflow/swift

    6,131Ver en 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
    Ver en GitHub↗6,131
  • microsoft/foundry-localAvatar de microsoft

    microsoft/Foundry-Local

    2,380Ver en GitHub↗

    Foundry-Local es una herramienta de desarrollo de aprendizaje automático diseñada para facilitar la inferencia privada en el dispositivo y la gestión de modelos. Proporciona un entorno de servidor local que aloja modelos de aprendizaje automático directamente en el hardware del usuario, asegurando que todo el procesamiento de datos, incluido el manejo de avisos y la transcripción de audio, permanezca dentro del entorno local sin requerir conectividad externa a la nube. El proyecto se distingue por automatizar todo el ciclo de vida del modelo, incluido el descubrimiento, la descarga y el versionado de activos para mantener la compatibilidad con el hardware host. Cuenta con una capa de abstracción de hardware que detecta y selecciona automáticamente el procesador disponible más eficiente para tareas intensivas de cómputo, permitiendo la ejecución acelerada por hardware sin configuración manual. Más allá de la inferencia central, la herramienta incluye una interfaz de línea de comandos para la exploración interactiva de modelos y la verificación del rendimiento. También proporciona proxy de API estandarizado, que mapea las solicitudes entrantes a puntos finales de modelos locales utilizando protocolos estándar de la industria para apoyar la integración con marcos de software externos.

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

    C++ai-sdkchat-completionsfoundry-local
    Ver en 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

Explorar subetiquetas

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