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.