awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 مستودعات

Awesome GitHub RepositoriesModel Performance Visualizations

Tools for generating graphical representations of model evaluation metrics, including confusion matrices and loss curves, to diagnose classification performance.

Distinguishing note: None of the candidates are related to machine learning model evaluation; they refer to messaging servers, linear algebra, or security.

Explore 19 awesome GitHub repositories matching artificial intelligence & ml · Model Performance Visualizations. Refine with filters or upvote what's useful.

Awesome Model Performance Visualizations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yunjey/pytorch-tutorialالصورة الرمزية لـ yunjey

    yunjey/pytorch-tutorial

    32,385عرض على GitHub↗

    This project is a collection of educational examples and code for implementing deep learning architectures using the PyTorch framework. It serves as a tutorial and implementation guide for building various neural network architectures for machine learning tasks. The project provides practical implementations for computer vision, including image classification and neural style transfer, as well as natural language processing examples for building sequence models and language predictors. It also covers generative models using adversarial and variational networks to synthesize or transform visua

    Generates graphical representations of loss curves and gradients to diagnose model convergence.

    Pythondeep-learningneural-networkspytorch
    عرض على GitHub↗32,385
  • d2l-ai/d2l-enالصورة الرمزية لـ d2l-ai

    d2l-ai/d2l-en

    29,001عرض على GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Generates comprehensive visualizations of model performance metrics, including loss curves and attention heatmaps.

    Pythonbookcomputer-visiondata-science
    عرض على GitHub↗29,001
  • brendangregg/flamegraphالصورة الرمزية لـ brendangregg

    brendangregg/FlameGraph

    19,307عرض على GitHub↗

    FlameGraph is a performance profiling and visualization toolkit designed to identify bottlenecks in software execution. It functions as a processing engine that transforms raw stack trace samples into interactive, hierarchical diagrams. By representing aggregated execution frequency as nested rectangles, the tool allows developers to visualize hot code paths and analyze system behavior across both kernel and user-space environments. The project distinguishes itself through its ability to perform differential profile analysis, which highlights performance regressions or improvements by compari

    Maps complex execution paths through hierarchical diagrams to identify bottlenecks and improve software stack performance.

    Perl
    عرض على GitHub↗19,307
  • pycaret/pycaretالصورة الرمزية لـ pycaret

    pycaret/pycaret

    9,811عرض على GitHub↗

    PyCaret is a Python AutoML platform and MLOps lifecycle manager designed to automate machine learning workflows. It functions as a low-code environment that leverages a scikit-learn native engine to execute preprocessing, training, and evaluation for tabular data. The platform distinguishes itself as an LLM-powered ML copilot, using large language model agents to analyze datasets, design experiment configurations, and explain model results. It also serves as a Kubernetes ML orchestrator and model registry, enabling the versioning of trained pipelines and their promotion to production API endp

    Generates diagnostic plots like ROC curves and confusion matrices to evaluate model behavior.

    Pythonanomaly-detectionautomlclassification
    عرض على GitHub↗9,811
  • catboost/catboostالصورة الرمزية لـ catboost

    catboost/catboost

    8,808عرض على GitHub↗

    CatBoost is a gradient boosting machine learning library used to train decision tree ensembles for regression, classification, and ranking tasks. It functions as a high-performance framework that provides a categorical data processor for transforming non-numeric features, a distributed trainer for large-scale datasets, and GPU acceleration to speed up model construction. The library distinguishes itself through native handling of categorical data and text features, removing the need for manual encoding. It includes a specialized model interpretability tool that leverages SHAP values and featu

    Generates graphical representations of the training process and model behavior to diagnose performance.

    C++big-datacatboostcategorical-features
    عرض على GitHub↗8,808
  • automl/auto-sklearnالصورة الرمزية لـ automl

    automl/auto-sklearn

    8,111عرض على GitHub↗

    This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters. It functions as an automated model selector and hyperparameter optimization tool for classification and regression tasks, utilizing an automated ensemble builder to combine high-performing models for increased predictive accuracy. The system features a distributed search engine that uses Dask for parallel machine learning optimization across CPU cores or clusters. It implements a budget-based evaluation strategy through successive halving to prioritize promising model configur

    Displays a ranked list of the best performing models discovered during the automation process.

    Python
    عرض على GitHub↗8,111
  • internlm/opencompassالصورة الرمزية لـ InternLM

    InternLM/opencompass

    7,096عرض على GitHub↗

    OpenCompass is a comprehensive evaluation platform, benchmarking suite, and distributed model evaluator designed to measure the performance and accuracy of large language models. It provides a framework for benchmarking both open-source and API-based models against diverse datasets using standardized metrics and reproducible pipelines. The project features an automated judging framework that uses language models as judges to score and verify the quality of generated text. It includes a performance leaderboard system for comparing the relative capabilities of various models across industry-sta

    Features a performance leaderboard system to compare the relative capabilities of open-source and proprietary models.

    Python
    عرض على GitHub↗7,096
  • postgresml/postgresmlالصورة الرمزية لـ postgresml

    postgresml/postgresml

    6,801عرض على GitHub↗

    PostgresML is a machine learning database extension for PostgreSQL that integrates model training and inference directly into the database. It functions as an in-database AI platform and vector database, enabling the execution of large language models and natural language processing tasks on stored records without exporting data to external services. The system distinguishes itself by utilizing GPU acceleration to minimize latency during model predictions and employing a hybrid storage engine that maintains relational data alongside high-dimensional vectors. It allows for the building and fin

    Ships a web-based interface for analyzing training data and visualizing model metrics to monitor accuracy.

    Rust
    عرض على GitHub↗6,801
  • allegroai/clearmlالصورة الرمزية لـ allegroai

    allegroai/clearml

    6,733عرض على GitHub↗

    ClearML is a comprehensive MLOps platform designed to manage the entire machine learning lifecycle. It functions as an experiment tracking tool, a data versioning system, and a pipeline orchestrator, while providing infrastructure for GPU cluster management and model serving. The platform is distinguished by its ability to handle hybrid-cloud compute scheduling and fractional GPU allocation, allowing multiple workloads to share a single hardware accelerator. It employs a metadata-based approach to data versioning, using virtual views to track large datasets and artifacts without duplicating r

    Provides visual evaluation tools like confusion matrices and loss curves to analyze model accuracy and data distributions.

    Python
    عرض على GitHub↗6,733
  • open-mmlab/mmdetection3dالصورة الرمزية لـ open-mmlab

    open-mmlab/mmdetection3d

    6,273عرض على GitHub↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Produce prediction files in the required format for submission to the nuScenes benchmark leaderboard.

    Python3d-object-detectionobject-detectionpoint-cloud
    عرض على GitHub↗6,273
  • nlintz/tensorflow-tutorialsالصورة الرمزية لـ nlintz

    nlintz/TensorFlow-Tutorials

    6,026عرض على GitHub↗

    هذا المستودع عبارة عن مجموعة من البرامج التعليمية الموجهة لبناء وتدريب نماذج التعلم الآلي باستخدام إطار عمل TensorFlow. يوفر جولات عملية وأمثلة لتنفيذ مجموعة متنوعة من معماريات النماذج لحل مشاكل التنبؤ بالبيانات وتحليلها. تغطي الأدلة بناء الشبكات العصبية التغذوية، والتلافيفية، والمتكررة لتحليل أنماط البيانات المعقدة. تتضمن برامج تعليمية محددة للتعلم غير الخاضع للإشراف، مثل أجهزة التشفير التلقائي لإزالة الضوضاء وتضمينات word-to-vec، بالإضافة إلى أمثلة لتدريب الشبكات التنافسية التوليدية لتوليف عينات بيانات جديدة. يتناول المحتوى أيضاً إدارة النماذج، بما في ذلك تعليمات لحفظ واستعادة أوزان الشبكة للحفاظ على تقدم التدريب. بالإضافة إلى ذلك، يغطي تصور مقاييس التدريب والرسوم البيانية الحسابية لمراقبة الأداء.

    Includes tutorials for visualizing model performance metrics and computational graphs.

    Jupyter Notebook
    عرض على GitHub↗6,026
  • facebookresearch/mmfالصورة الرمزية لـ facebookresearch

    facebookresearch/mmf

    5,635عرض على GitHub↗

    MMF is a modular framework for building, training, and evaluating vision-and-language models. It provides a configuration-driven experiment system where model, dataset, and training parameters are defined through composable YAML files, alongside a curated model zoo of pretrained checkpoints for state-of-the-art multimodal architectures. The framework includes a multimodal dataset loader that downloads, processes, and batches vision-and-language data, and a vision-language model trainer supporting distributed training, mixed precision, and checkpoint-based resumption. The framework distinguish

    Generates JSON-formatted predictions for question answering challenge leaderboard submissions.

    Pythoncaptioningdeep-learningdialog
    عرض على GitHub↗5,635
  • nyandwi/machine_learning_completeالصورة الرمزية لـ Nyandwi

    Nyandwi/machine_learning_complete

    4,983عرض على GitHub↗

    This is an interactive notebook-based course that teaches machine learning from Python fundamentals through deep learning and natural language processing. It uses real datasets and multiple frameworks within a structured, hands-on curriculum that combines concise explanations with executable code cells, built-in datasets, and embedded exercise checkpoints. Learning progresses through data preparation and exploration, classical machine learning workflows, computer vision with convolutional neural networks, and natural language processing with deep learning, all delivered as a cohesive progressi

    Implements graphical representations of model evaluation metrics, such as loss curves and confusion matrices, to diagnose performance.

    Jupyter Notebookcomputer-visiondata-analysisdata-science
    عرض على GitHub↗4,983
  • fastai/course-v3الصورة الرمزية لـ fastai

    fastai/course-v3

    4,914عرض على GitHub↗

    This repository is a comprehensive educational program and deep learning framework designed to teach practical deep learning using PyTorch through notebooks and code examples. It serves as a high-level library for building, training, and deploying neural networks, acting as a model training orchestrator that coordinates PyTorch models, optimizers, and loss functions. The project provides specialized toolkits for computer vision, natural language processing, and tabular data preprocessing. It distinguishes itself through advanced training controls such as discriminative learning rates, a two-w

    Generates graphical representations of loss curves and metrics for analyzing model performance in a dashboard.

    Jupyter Notebookdata-sciencedeep-learningfastai
    عرض على GitHub↗4,914
  • huggingface/deep-rl-classالصورة الرمزية لـ huggingface

    huggingface/deep-rl-class

    4,772عرض على GitHub↗

    This project is a comprehensive deep reinforcement learning course and training platform. It provides a structured educational curriculum that combines theoretical lessons with hands-on tutorials to teach the implementation of neural networks and agent behavior. The platform integrates a model sharing hub where users can upload, download, and version trained machine learning models. It also features a benchmarking system that uses leaderboards to evaluate and compare agent performance against community standards. The educational experience is delivered through interactive notebooks and inclu

    Includes ranked leaderboards to track and compare the efficiency of different trained agents.

    MDXdeep-learningdeep-reinforcement-learningreinforcement-learning
    عرض على GitHub↗4,772
  • tingsongyu/pytorch-tutorial-2ndالصورة الرمزية لـ TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555عرض على GitHub↗

    هذا المشروع عبارة عن مورد تعليمي شامل ودورة تدريبية لبناء الشبكات العصبية باستخدام PyTorch. يغطي اللبنات الأساسية للتعلم العميق، بما في ذلك معالجة الموترات (tensors)، والتمايز التلقائي، وبناء مكونات الشبكة العصبية المعيارية. يعمل المستودع كدليل تقني للعديد من المجالات المتخصصة. يوفر تفاصيل تنفيذ لمهام رؤية الكمبيوتر مثل تصنيف الصور، واكتشاف الكائنات، والتجزئة الدلالية، بالإضافة إلى سير عمل معالجة اللغات الطبيعية التي تتضمن المحولات (transformers)، والشبكات المتكررة، والنماذج التوليدية. بالإضافة إلى ذلك، يتضمن مرجعاً للذكاء الاصطناعي التوليدي، مع التركيز بشكل خاص على تركيب الصور عبر نماذج الانتشار (diffusion models) والشبكات التنافسية. تمتد المادة إلى تحسين النماذج وخطوط أنابيب النشر. تغطي تقنيات لتقليل حجم النموذج وزيادة سرعة الاستنتاج من خلال التكميم (quantization) وتصدير النماذج إلى تنسيقات مثل ONNX وTensorRT. تشمل مجالات القدرة الأخرى هندسة البيانات للتحميل المتوازي، وتقييم النموذج باستخدام مقاييس مخصصة، ونشر نماذج اللغات الكبيرة مفتوحة المصدر. يتم تقديم المشروع بشكل أساسي كسلسلة من دفاتر Jupyter.

    Includes tools for generating graphical representations of model evaluation metrics, such as confusion matrices and loss curves.

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    عرض على GitHub↗4,555
  • binroot/tensorflow-bookالصورة الرمزية لـ BinRoot

    BinRoot/TensorFlow-Book

    4,431عرض على GitHub↗

    هذا المشروع عبارة عن مجموعة من أمثلة تعلم الآلة TensorFlow التي توفر تطبيقات مرجعية لنماذج شبكة عصبية مختلفة. يغطي نماذج التعلم الخاضع للإشراف، وغير الخاضع للإشراف، والتعزيزي، والمتسلسل. يتضمن المستودع تطبيقات للشبكات العصبية التلافيفية التي تركز على تصنيف الصور وترتيبها، بالإضافة إلى الشبكات العصبية المتكررة للتنبؤ بالسلاسل الزمنية والترجمة من تسلسل إلى تسلسل. كما يوفر أمثلة لوكلاء التعلم التعزيزي المدربين عبر تحسين المكافأة وتقنيات التعلم غير الخاضع للإشراف مثل أجهزة التشفير التلقائي والخرائط ذاتية التنظيم لتجميع البيانات. تغطي القدرات الإضافية الانحدار والتصنيف الخاضع للإشراف، وتوليد التضمين الدلالي، واستخدام نماذج ماركوف المخفية لنمذجة البيانات المتسلسلة. يتضمن المشروع أيضاً أدوات لإدارة عمليات الموتر وتصور أداء النموذج عبر لوحات المعلومات. يتم تقديم المحتوى كسلسلة من دفاتر Jupyter.

    Includes utilities for visualizing model evaluation metrics, training curves, and computation graphs via dashboards.

    Jupyter Notebookautoencoderbookclassification
    عرض على GitHub↗4,431
  • districtdatalabs/yellowbrickالصورة الرمزية لـ DistrictDataLabs

    DistrictDataLabs/yellowbrick

    4,398عرض على GitHub↗

    Yellowbrick هي مكتبة لتصور تعلم الآلة وأداة تشخيص للنماذج مصممة لتحليل أهمية الميزات، وتوزيعات الأهداف، ومقاييس خطأ النموذج. تعمل كمجموعة أدوات مرئية لتشخيص نقص الملاءمة (underfitting) والإفراط في الملاءمة (overfitting) من خلال استخدام منحنيات التحقق والتعلم. يوفر المشروع مجموعات متخصصة لتقييم النماذج التنبؤية والتعلم غير الخاضع للإشراف. يتيح تحديد أعداد العناقيد المثلى عبر طرق الكوع (elbow methods) ومعاملات الصورة الظلية (silhouette coefficients)، وتقييم جودة المصنفات والمنحدرات من خلال منحنيات ROC، ومصفوفات الارتباك، ومخططات البواقي. تغطي المكتبة العديد من مجالات الإمكانيات عالية المستوى، بما في ذلك تحليل هندسة الميزات لتحديد المتغيرات التنبؤية، وضبط المعلمات الفائقة (hyperparameters) لتعديل تعقيد النموذج، وتشخيص خطأ الانحدار لتحديد نقاط البيانات المؤثرة. كما تتضمن أدوات لإسقاط تعلم المتشعبات (manifold learning) لتصور البيانات عالية الأبعاد ومتون النصوص. تتكامل الأداة مع واجهة برمجة تطبيقات Scikit-Learn لاستهلاك طرق الملاءمة والتنبؤ القياسية.

    Generates diagnostic plots for precision, recall, and error metrics to evaluate machine learning estimators.

    Python
    عرض على GitHub↗4,398
  • swanhubx/swanlabالصورة الرمزية لـ SwanHubX

    SwanHubX/SwanLab

    4,005عرض على GitHub↗

    SwanLab هي منصة مفتوحة المصدر لتتبع تجارب تعلم الآلة وأداة للمراقبة. توفر لوحة تحكم مركزية لتسجيل مقاييس التدريب، والمعاملات الفائقة (hyperparameters)، وأداء الأجهزة لمراقبة وتحليل عمليات تدريب نماذج الذكاء الاصطناعي. تتميز المنصة بتركيزها على البنية التحتية ذاتية الاستضافة، مما يسمح للمستخدمين بنشر نسخ خاصة عبر Docker أو Kubernetes للتحكم الآمن في البيانات محلياً. كما تتضمن أدوات متخصصة لترحيل سجلات التجارب التاريخية ومزامنة المقاييس في الوقت الفعلي من أدوات خارجية مثل MLflow. يغطي النظام مجموعة واسعة من القدرات، بما في ذلك تسجيل الوسائط متعددة الوسائط للسحب النقطية ثلاثية الأبعاد والأصول السمعية والبصرية، ومراقبة أداء الأجهزة في الوقت الفعلي لوحدات معالجة الرسومات (GPUs) والمعالجات (CPUs)، والتحليل المقارن عبر تصورات التشغيل جنباً إلى جنب. يدعم تتبع التدريب الموزع عبر مجموعات متعددة من وحدات معالجة الرسومات ويتكامل مع أطر عمل مثل PyTorch Lightning وRay وXGBoost وLightGBM. تتم الإدارة الإدارية من خلال مزيج من لوحة تحكم قائمة على الويب وواجهة سطر أوامر لإدارة مساحات العمل والمشاريع وصلاحيات المستخدمين.

    Renders training data through interactive charts and ROC curves to visually evaluate model performance.

    Python
    عرض على GitHub↗4,005
  1. Home
  2. Artificial Intelligence & ML
  3. Model Performance Visualizations

استكشف الوسوم الفرعية

  • Execution Path VisualizersTools for mapping complex execution paths through hierarchical diagrams to identify performance bottlenecks. **Distinct from Model Performance Visualizations:** Distinct from Model Performance Visualizations: focuses on execution path analysis rather than model evaluation metrics like confusion matrices.
  • Model Performance Leaderboards1 وسم فرعيRanked visualizations of the best performing models discovered during automated search. **Distinct from Model Performance Visualizations:** Specifically ranks ML model configurations based on performance metrics, distinct from generic high-score leaderboards.