awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nndl/nndl.github.ionndl 的头像

    nndl/nndl.github.io

    18,710在 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
    在 GitHub 上查看↗18,710
  • tensorflow/tensorboardtensorflow 的头像

    tensorflow/tensorboard

    7,193在 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
    在 GitHub 上查看↗7,193
  • tensorflow/swifttensorflow 的头像

    tensorflow/swift

    6,131在 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
    在 GitHub 上查看↗6,131
  • microsoft/foundry-localmicrosoft 的头像

    microsoft/Foundry-Local

    2,380在 GitHub 上查看↗

    Foundry-Local 是一款机器学习开发工具,旨在促进私有的、设备端推理和模型管理。它提供了一个本地服务器环境,直接在用户的硬件上托管机器学习模型,确保所有数据处理(包括提示处理和音频转录)都保留在本地环境中,而无需外部云连接。 该项目通过自动化整个模型生命周期(包括资产的发现、下载和版本控制以保持与主机硬件的兼容性)而脱颖而出。它具有一个硬件抽象层,可自动检测并选择最高效的可用处理器进行计算密集型任务,从而无需手动配置即可实现硬件加速执行。 除了核心推理外,该工具还包括一个用于交互式模型探索和性能验证的命令行界面。它还提供标准化的 API 代理,使用行业标准协议将传入请求映射到本地模型端点,以支持与外部软件框架的集成。

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

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

探索子标签

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