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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

78 dépôts

Awesome GitHub RepositoriesPrediction Visualization

Tools for displaying and filtering model prediction results.

Distinguishing note: Focuses on visual inspection of high and low scoring predictions.

Explore 78 awesome GitHub repositories matching artificial intelligence & ml · Prediction Visualization. Refine with filters or upvote what's useful.

Awesome Prediction Visualization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • open-mmlab/mmdetectionAvatar de open-mmlab

    open-mmlab/mmdetection

    32,756Voir sur GitHub↗

    This project is a modular research toolkit designed for developing, training, and evaluating deep learning models for object detection, segmentation, and video instance tracking. It provides a flexible training engine that manages complex neural network execution, including distributed training, custom lifecycle hooks, and weight optimization. The framework is built around a hierarchical configuration system that allows users to define architectures, data pipelines, and training hyperparameters through composable, inheritable files. The project distinguishes itself through its highly modular

    Visualizes prediction results by filtering and displaying images based on scores.

    Pythoncascade-rcnnconvnextdetr
    Voir sur GitHub↗32,756
  • yunjey/pytorch-tutorialAvatar de yunjey

    yunjey/pytorch-tutorial

    32,385Voir sur 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

    Implements cross-entropy loss functions to guide the training of classification models.

    Pythondeep-learningneural-networkspytorch
    Voir sur GitHub↗32,385
  • facebookresearch/fairseqAvatar de facebookresearch

    facebookresearch/fairseq

    32,228Voir sur GitHub↗

    Fairseq is a PyTorch toolkit for sequence-to-sequence modeling, specializing in neural machine translation, automatic speech recognition, and large-scale language model training. It provides a framework for processing and aligning diverse data sources, including text, audio, and video, to support tasks such as speech-to-text conversion and multimodal sequence learning. The project is distinguished by its distributed training capabilities, which utilize parameter sharding, mixed-precision training, and CPU offloading to handle models that exceed single-device memory. It also includes specializ

    Provides tools to visualize performance statistics, individual examples, and n-gram distributions from log files.

    Python
    Voir sur GitHub↗32,228
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur 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

    Computes negative log-likelihood of predicted probabilities against true labels to measure performance.

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • humansignal/label-studioAvatar de HumanSignal

    HumanSignal/label-studio

    27,619Voir sur GitHub↗

    Label Studio is a multi-modal data annotation platform designed to create and manage high-quality training datasets for machine learning. It functions as a self-hosted, containerized environment that supports secure, private deployments, including air-gapped configurations. The platform provides a centralized workspace for labeling diverse media types, such as images, text, audio, and time-series data, to support supervised and reinforcement learning workflows. The platform distinguishes itself through deep integration with machine learning backends, enabling active learning loops, automated

    Controls the visibility and selection of model-generated prediction sets within the labeling interface for annotators.

    TypeScriptannotationannotation-toolannotations
    Voir sur GitHub↗27,619
  • accumulatemore/cvAvatar de AccumulateMore

    AccumulateMore/CV

    21,907Voir sur GitHub↗

    This project is a comprehensive deep learning framework and educational platform designed for constructing, training, and evaluating neural network architectures. It provides a modular environment for building models through tensor operations and automatic differentiation, supporting a wide range of tasks from image classification and object detection to sequential data processing. Beyond its core technical capabilities, the project distinguishes itself by integrating professional career development resources directly into its learning ecosystem. It offers structured guidance, resume reviews,

    Calculates model loss using standard mathematical functions to quantify performance during training.

    Jupyter Notebookagentagentsbook
    Voir sur GitHub↗21,907
  • facebook/prophetAvatar de facebook

    facebook/prophet

    20,230Voir sur GitHub↗

    Prophet is a time series forecasting library and decomposition tool that uses an additive regression model to predict future values. It functions as an uncertainty estimation tool, calculating confidence intervals and error metrics to quantify the risk associated with future predictions. The project is distinguished by its ability to incorporate human-interpretable parameters for model tuning and its use of Bayesian inference for parameter estimation. It supports the integration of external regressors and special event modeling to account for the impact of holidays and specific dates on forec

    Generates plots that visualize historical fits, predicted trends, and decomposed seasonal components.

    Pythonforecastingpythonr
    Voir sur GitHub↗20,230
  • nlp-love/ml-nlpAvatar de NLP-LOVE

    NLP-LOVE/ML-NLP

    17,725Voir sur GitHub↗

    This project is a machine learning algorithm reference and implementation guide that provides theoretical foundations and code for supervised learning, deep learning, and natural language processing. It serves as a comprehensive toolkit for implementing predictive models and a technical reference for algorithm engineering. The project focuses on ensemble learning frameworks, including the construction of decision trees, random forests, and gradient boosting models. It also functions as a probabilistic graphical model library and an NLP algorithm reference, with specific implementations for se

    Calculates prediction error using Mean Squared Error to guide parameter optimization via gradient descent.

    Jupyter Notebookdeep-learningmachine-learningnlp
    Voir sur GitHub↗17,725
  • mnielsen/neural-networks-and-deep-learningAvatar de mnielsen

    mnielsen/neural-networks-and-deep-learning

    17,721Voir sur GitHub↗

    This project is a comprehensive educational resource and curriculum designed to teach the mathematical foundations and practical implementation of neural networks. It provides a structured path for understanding how computers learn from data, covering core concepts such as gradient descent, backpropagation, and the biological inspiration behind artificial neurons. The platform distinguishes itself by combining theoretical proofs with hands-on implementation exercises. It demonstrates the universal approximation theorem through visual explanations and guides users in building various architect

    Uses cross-entropy cost functions to optimize network training and prevent learning saturation.

    Python
    Voir sur GitHub↗17,721
  • geektutu/7days-golangAvatar de geektutu

    geektutu/7days-golang

    16,812Voir sur GitHub↗

    This project is an educational framework designed to teach the fundamentals of building core distributed systems and web services from scratch in Go. It provides a collection of modular implementations that demonstrate how to construct essential infrastructure components, including web servers, remote procedure call systems, distributed caches, and database abstraction layers. The framework distinguishes itself by focusing on the internal mechanics of these systems rather than providing a high-level abstraction for production use. It covers the implementation of complex architectural patterns

    Calculates the performance of a trained network by comparing predicted outputs against ground truth labels.

    Gogolanglearningscratch
    Voir sur GitHub↗16,812
  • borisdayma/dalle-miniAvatar de borisdayma

    borisdayma/dalle-mini

    14,756Voir sur GitHub↗

    dalle-mini is a text-to-image model and generative AI system designed to transform natural language descriptions into synthetic images. It functions as an image generation training toolkit and a generative model capable of creating visual representations from text prompts. The project provides a containerized deployment for consistent execution across different computing environments. It includes the necessary scripts and configuration files to train custom generative models from datasets. The system utilizes an autoregressive transformer architecture that treats visual data as discrete toke

    Utilizes cross-entropy loss functions to optimize the prediction of image tokens during model training.

    Python
    Voir sur GitHub↗14,756
  • paddlepaddle/paddledetectionAvatar de PaddlePaddle

    PaddlePaddle/PaddleDetection

    14,243Voir sur GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Computes training loss using configurable metrics and weights to improve the accuracy of object detection models.

    Pythonblazefacedeepsortdetr
    Voir sur GitHub↗14,243
  • jacobgil/pytorch-grad-camAvatar de jacobgil

    jacobgil/pytorch-grad-cam

    12,893Voir sur GitHub↗

    Ce projet est une bibliothèque et un framework d'IA explicable pour la vision par ordinateur pour PyTorch, fournissant une suite d'outils pour visualiser et auditer les processus de prise de décision internes des réseaux de neurones profonds. Il sert d'outil d'attribution de réseau de neurones et d'utilitaire de débogage pour identifier quelles régions d'image conduisent les prédictions du modèle. La bibliothèque se distingue par son support pour les méthodes d'attribution basées sur le gradient et sans gradient, permettant la génération de cartes thermiques visuelles et de cartes d'attribution sans nécessiter de modifications du code source du modèle original. Elle se différencie en outre par la découverte de concepts visuels, utilisant la factorisation de matrice pour décomposer les activations internes en modèles interprétables et cartographier les intégrations latentes à l'importance des pixels. Le framework couvre un large éventail de capacités, notamment la génération et le raffinement de cartes thermiques, la transformation spatiale pour des architectures comme les transformeurs de vision, et des adaptations pour des objectifs de vision multi-tâches tels que la détection d'objets et la segmentation sémantique. Il inclut également une suite d'évaluation de la fidélité du modèle qui utilise l'analyse de perturbation, les études d'ablation et les mesures de localisation pour quantifier la fidélité des explications générées. Le projet fournit des mécanismes pour le hook d'activation dynamique, l'adaptation d'architecture personnalisée et la configuration d'objectifs axée sur la cible pour connecter les outils d'explicabilité à diverses sorties de modèle.

    Generates spatial heatmaps that highlight the image regions driving specific class predictions and bounding box localizations.

    Python
    Voir sur GitHub↗12,893
  • kornia/korniaAvatar de kornia

    kornia/kornia

    11,238Voir sur GitHub↗

    Kornia is a differentiable computer vision library and cross-framework tensor vision toolset. It implements vision operations as differentiable tensors to enable integration into deep learning pipelines and supports the transpilation of operations across PyTorch, TensorFlow, JAX, and NumPy. The project provides specialized toolsets for geometric vision and stereo depth, including algorithms for 3D scene reconstruction, camera calibration, and pose estimation. It further distinguishes itself as a differentiable image augmentation framework, applying random geometric and color transformations w

    Calculates photometric and structural similarity metrics to optimize the accuracy of image-based deep learning models.

    Pythonartificial-intelligencecomputer-visiondeep-learning
    Voir sur GitHub↗11,238
  • cs231n/cs231n.github.ioAvatar de cs231n

    cs231n/cs231n.github.io

    10,923Voir sur GitHub↗

    This project is a static educational website and comprehensive curriculum focused on computer vision and deep learning. It serves as a public repository of instructional materials, lecture notes, and technical guides specifically detailing convolutional neural networks and visual recognition. The site is developed using static-site generation to host course documentation and student project directories. It provides structured academic resources that guide learners through image classification, generative modeling, and the implementation of various neural network architectures. The curriculum

    Instructs on implementing cross-entropy loss functions and regularization to guide the optimization of classifiers.

    Jupyter Notebook
    Voir sur GitHub↗10,923
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar de lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Voir sur GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Implements standard loss functions to calculate prediction error and guide model optimization.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    Voir sur GitHub↗9,933
  • yzhao062/pyodAvatar de yzhao062

    yzhao062/pyod

    9,878Voir sur GitHub↗

    PyOD is a Python anomaly detection library used to identify outliers in tabular, time series, graph, text, and image data. It provides a collection of algorithms for detecting anomalous data points and includes a unified detector interface that standardizes input and output signatures across its available detection algorithms. The project features a multi-modal outlier detector for identifying anomalies across diverse formats including unstructured text and images, as well as a specialized toolkit for graph-based and time-series anomaly detection. It includes an ensemble framework for combini

    Compares predicted outlier scores against ground truth labels to quantify the accuracy of a detection algorithm in the project.

    Pythonagentic-aianomaly-detectiondata-mining
    Voir sur GitHub↗9,878
  • microsoft/computervision-recipesAvatar de microsoft

    microsoft/computervision-recipes

    9,866Voir sur GitHub↗

    This project is a collection of educational resources and implementation frameworks providing deep learning model recipes, code samples, and step-by-step guides for computer vision tasks. It organizes complex workflows into modular recipes and implementation guides to facilitate the building of image and video analysis models. The framework focuses on specialized vision capabilities, including an image similarity framework for fast retrieval and re-ranking, human pose estimation, and video action recognition. It also provides specific tools for crowd density estimation and document image clea

    The computer vision library examines the output of classification, detection, and similarity models for correctness via a web interface.

    Jupyter Notebookartificial-intelligenceazurecomputer-vision
    Voir sur GitHub↗9,866
  • pyannote/pyannote-audioAvatar de pyannote

    pyannote/pyannote-audio

    9,203Voir sur GitHub↗

    Pyannote.audio is a PyTorch toolkit for speaker diarization, speaker identification, and speech activity detection. Its primary purpose is to partition audio recordings into segments and assign each segment to a specific speaker identity to determine who spoke when. The project includes a framework for classifying speaker identities and a pipeline for distinguishing human speech from background noise. It provides specialized tools for handling symmetric-overlap speech, where multiple speakers talk simultaneously, and employs learnable band-pass filters for raw waveform feature extraction. Th

    Computes the overall diarization error rate by measuring false alarms, missed detections, and speaker confusion.

    Jupyter Notebookoverlapped-speech-detectionpretrained-modelspytorch
    Voir sur GitHub↗9,203
  • olafenwamoses/imageaiAvatar de OlafenwaMoses

    OlafenwaMoses/ImageAI

    8,867Voir sur GitHub↗

    ImageAI is a Python computer vision library providing a suite of tools for image classification, object detection, and video analytics. It functions as an integrated framework for locating and labeling objects in static images and video streams, utilizing deep learning models for identification and categorization. The project includes a model training toolkit that allows for the creation of custom classifiers and detectors through scratch training or transfer learning. It features a GPU-accelerated inference engine to increase processing speed for vision tasks and includes specialized utiliti

    Calculates model detection accuracy by measuring the spatial overlap of predicted bounding boxes using Intersection over Union.

    Pythonai-practice-recommendationsalgorithmartificial-intelligence
    Voir sur GitHub↗8,867
Préc.123…4Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Prediction Visualization

Explorer les sous-tags

  • Accuracy Calculators3 sous-tagsUtilities for computing classification accuracy against ground truth labels. **Distinct from Prediction Visualization:** Focuses on the calculation of accuracy metrics, distinct from visual inspection tools.
  • Loss Function Calculators10 sous-tagsUtilities for computing prediction error using standard loss functions. **Distinct from Prediction Visualization:** Distinct from prediction visualization: focuses on the mathematical calculation of error rather than visual inspection.
  • Model Quality MetricsCalculations for accuracy, perplexity, and F1 scores to quantify the performance of language models. **Distinct from Accuracy Calculators:** Distinct from Accuracy Calculators: encompasses a broader set of quality metrics including perplexity and F1 scores.
  • Prediction Visibility ControlsSettings for selecting and displaying specific model prediction sets within the labeling interface. **Distinct from Prediction Visualization:** Distinct from Prediction Visualization: focuses on the visibility and selection of prediction sets for annotators rather than general visualization.
  • Predictive Density CurvesPlots the density curve for a single test point with marked point estimates and a shaded credible interval. **Distinct from Prediction Visualization:** Distinct from Prediction Visualization: focuses on plotting full density curves with credible intervals, not just displaying prediction scores.
  • Predictive Density Heatmaps1 sous-tagRenders per-sample predictive densities as a vertical heatmap for comparing uncertainty across multiple test points. **Distinct from Prediction Visualization:** Distinct from Prediction Visualization: focuses on visualizing full predictive distributions as heatmaps, not just displaying prediction scores.
  • Rating Matrix Reconstructors1 sous-tagAutoencoder-based architectures for predicting missing values in user-item rating matrices. **Distinct from Prediction Visualization:** Distinct from general prediction visualization: focuses on the autoencoder-based matrix reconstruction technique.