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