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

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

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

78 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • open-mmlab/mmdetectionopen-mmlab 的头像

    open-mmlab/mmdetection

    32,756在 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
    在 GitHub 上查看↗32,756
  • yunjey/pytorch-tutorialyunjey 的头像

    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

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

    Pythondeep-learningneural-networkspytorch
    在 GitHub 上查看↗32,385
  • facebookresearch/fairseqfacebookresearch 的头像

    facebookresearch/fairseq

    32,228在 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
    在 GitHub 上查看↗32,228
  • d2l-ai/d2l-end2l-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

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

    Pythonbookcomputer-visiondata-science
    在 GitHub 上查看↗29,001
  • humansignal/label-studioHumanSignal 的头像

    HumanSignal/label-studio

    27,619在 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
    在 GitHub 上查看↗27,619
  • accumulatemore/cvAccumulateMore 的头像

    AccumulateMore/CV

    21,907在 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
    在 GitHub 上查看↗21,907
  • facebook/prophetfacebook 的头像

    facebook/prophet

    20,230在 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
    在 GitHub 上查看↗20,230
  • nlp-love/ml-nlpNLP-LOVE 的头像

    NLP-LOVE/ML-NLP

    17,725在 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
    在 GitHub 上查看↗17,725
  • mnielsen/neural-networks-and-deep-learningmnielsen 的头像

    mnielsen/neural-networks-and-deep-learning

    17,721在 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
    在 GitHub 上查看↗17,721
  • geektutu/7days-golanggeektutu 的头像

    geektutu/7days-golang

    16,812在 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
    在 GitHub 上查看↗16,812
  • borisdayma/dalle-miniborisdayma 的头像

    borisdayma/dalle-mini

    14,756在 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
    在 GitHub 上查看↗14,756
  • paddlepaddle/paddledetectionPaddlePaddle 的头像

    PaddlePaddle/PaddleDetection

    14,243在 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
    在 GitHub 上查看↗14,243
  • jacobgil/pytorch-grad-camjacobgil 的头像

    jacobgil/pytorch-grad-cam

    12,893在 GitHub 上查看↗

    该项目是一个用于 PyTorch 的计算机视觉可解释 AI 库和框架,提供了一套工具来可视化和审计深度神经网络的内部决策过程。它作为一个神经网络归因工具和调试实用程序,用于识别哪些图像区域驱动了模型预测。 该库以其对基于梯度和无梯度归因方法的支持而著称,允许在无需修改原始模型源代码的情况下生成视觉热力图和归因图。它通过视觉概念发现进一步脱颖而出,使用矩阵分解将内部激活分解为可解释的模式,并将潜在嵌入映射到像素重要性。 该框架涵盖了广泛的能力,包括热力图生成和细化、针对视觉 Transformer 等架构的空间转换,以及针对目标检测和语义分割等多任务视觉目标的适配。它还包括一个模型保真度评估套件,采用扰动分析、消融研究和定位测量来量化生成解释的忠实度。 该项目提供了用于动态激活钩子、自定义架构适配和目标驱动目标配置的机制,以将可解释性工具连接到各种模型输出。

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

    Python
    在 GitHub 上查看↗12,893
  • kornia/korniakornia 的头像

    kornia/kornia

    11,238在 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
    在 GitHub 上查看↗11,238
  • cs231n/cs231n.github.iocs231n 的头像

    cs231n/cs231n.github.io

    10,923在 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
    在 GitHub 上查看↗10,923
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 的头像

    lyhue1991/eat_tensorflow2_in_30_days

    9,933在 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
    在 GitHub 上查看↗9,933
  • yzhao062/pyodyzhao062 的头像

    yzhao062/pyod

    9,878在 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
    在 GitHub 上查看↗9,878
  • microsoft/computervision-recipesmicrosoft 的头像

    microsoft/computervision-recipes

    9,866在 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
    在 GitHub 上查看↗9,866
  • pyannote/pyannote-audiopyannote 的头像

    pyannote/pyannote-audio

    9,203在 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
    在 GitHub 上查看↗9,203
  • olafenwamoses/imageaiOlafenwaMoses 的头像

    OlafenwaMoses/ImageAI

    8,867在 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
    在 GitHub 上查看↗8,867
上一个123…4下一个
  1. Home
  2. Artificial Intelligence & ML
  3. Prediction Visualization

探索子标签

  • Accuracy Calculators3 个子标签Utilities 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 个子标签Utilities 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 个子标签Renders 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 个子标签Autoencoder-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.