awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesDensity Estimation

Methods for modeling the underlying probability distribution of datasets.

Distinguishing note: Focuses on density estimation as a structural analysis tool.

Explore 10 awesome GitHub repositories matching artificial intelligence & ml · Density Estimation. Refine with filters or upvote what's useful.

Awesome Density Estimation 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.
  • jakevdp/pythondatasciencehandbookAvatar de jakevdp

    jakevdp/PythonDataScienceHandbook

    48,561Voir sur GitHub↗

    This project is an interactive data science environment that combines code execution, rich media visualization, and narrative documentation into a persistent, browser-based platform. It serves as a comprehensive educational resource for scientific computing, providing a framework for iterative data analysis and machine learning prototyping. The environment is distinguished by its focus on high-performance numerical computing, utilizing vectorized array operations and memory-mapped data structures to handle large-scale computations efficiently. It features a unified estimator interface that st

    Models the underlying probability distribution of a dataset to understand its structure and density characteristics.

    Jupyter Notebookjupyter-notebookmatplotlibnumpy
    Voir sur GitHub↗48,561
  • graphdeco-inria/gaussian-splattingAvatar de graphdeco-inria

    graphdeco-inria/gaussian-splatting

    20,707Voir sur GitHub↗

    Gaussian Splatting is a computational framework designed to transform sparse sets of two-dimensional photographs into photorealistic, interactive three-dimensional scene representations. The system functions as a reconstruction tool and rendering engine, enabling the conversion of image data into volumetric models that support novel view synthesis. The project represents scenes as a collection of anisotropic three-dimensional Gaussians, which store position, opacity, color, and covariance data. It distinguishes itself through a differentiable tile-based rasterization process that projects the

    Manages scene complexity by dynamically splitting or pruning primitives to ensure high-fidelity detail.

    Pythoncomputer-graphicscomputer-visionradiance-field
    Voir sur GitHub↗20,707
  • 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

    Teaches methods for modeling image probability by decomposing pixels into conditional density estimations.

    Jupyter Notebook
    Voir sur GitHub↗10,923
  • 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

    Provides tools to estimate human density and count individuals within varied scene environments.

    Jupyter Notebookartificial-intelligenceazurecomputer-vision
    Voir sur GitHub↗9,866
  • lmcinnes/umapAvatar de lmcinnes

    lmcinnes/umap

    8,215Voir sur GitHub↗

    This project is a manifold learning and non-linear dimensionality reduction library used to project high-dimensional data into lower-dimensional spaces while preserving topological structure. It functions as a parametric embedding framework and a topological data visualization library for identifying clusters and patterns within complex datasets. The library distinguishes itself through parametric neural mapping, which uses neural networks to learn functional mappings that allow for out-of-sample projections and the reconstruction of original data. It supports supervised and semi-supervised d

    Estimates local density of high-dimensional data and uses it as a regularizer for low-dimensional projections.

    Pythondimensionality-reductionmachine-learningtopological-data-analysis
    Voir sur GitHub↗8,215
  • ml-explore/mlx-examplesAvatar de ml-explore

    ml-explore/mlx-examples

    8,254Voir sur GitHub↗

    This repository provides a collection of reference implementations and code examples for training and deploying machine learning models using the MLX framework. It serves as a practical guide for executing distributed training, fine-tuning large language models, converting model weights, and implementing multimodal generative workflows. The project distinguishes itself through specialized examples for local hardware execution, featuring weight quantization to reduce memory usage and low-rank adaptation for parameter-efficient fine-tuning. It also includes scripts for transforming external mod

    Implements non-volume preserving models to perform density estimation and sampling from datasets.

    Pythonmlx
    Voir sur GitHub↗8,254
  • schollz/howmanypeoplearearoundAvatar de schollz

    schollz/howmanypeoplearearound

    7,074Voir sur GitHub↗

    This project is a crowd density estimator and WiFi probe request monitor that calculates approximate person counts by analyzing MAC addresses and signal strength from nearby devices. It functions as a packet capture tool that detects smartphone WiFi signals to estimate the number of people in a surrounding area. The system includes a network presence visualizer that uses browser-based plotting to track device trajectories and occupancy trends over time. It also serves as a data capture utility that saves detected device manufacturer details and signal data into structured JSON files for furth

    Tracks how many people are present in a specific location using wireless signal analysis and device counting.

    Pythonlocationsensortshark
    Voir sur GitHub↗7,074
  • prml/prmltAvatar de PRML

    PRML/PRMLT

    6,207Voir sur GitHub↗

    PRMLT provides self-contained MATLAB implementations of every algorithm from the Pattern Recognition and Machine Learning textbook by Christopher Bishop. The code reproduces the book's exact formulas and notation, making each implementation directly traceable to the source material for educational verification and study. The implementations cover the full range of core machine learning methods from the textbook, including classification, clustering, regression, density estimation, and neural network algorithms. Each module is self-contained with heavy comments, and the code uses compact, vect

    Implements density estimation methods including mixture models and non-parametric approaches from the PRML textbook.

    MATLAB
    Voir sur GitHub↗6,207
  • open-edge-platform/anomalibAvatar de open-edge-platform

    open-edge-platform/anomalib

    5,871Voir sur GitHub↗

    Anomalib is a PyTorch-based library for visual anomaly detection, offering a modular framework, a comprehensive model zoo, and a benchmarking suite designed for industrial defect detection. It provides a wide range of algorithms—including generative, discriminative, teacher-student, and vision-language approaches—that support unsupervised, few-shot, and zero-shot settings. The library enables deployment through model export to ONNX and OpenVINO for edge devices, and includes a no-code web application for training and inference. It also features a command-line interface for orchestrating multi

    Uses Kernel Density Estimation after PCA reduction to classify anomalies based on normal feature density.

    Pythonanomaly-detectionanomaly-localizationanomaly-segmentation
    Voir sur GitHub↗5,871
  • cjlin1/libsvmAvatar de cjlin1

    cjlin1/libsvm

    4,707Voir sur GitHub↗

    Ce projet est une bibliothèque de machines à vecteurs de support (SVM) implémentée en C, fournissant un moteur pour les tâches de classification et de régression. Il fonctionne comme une bibliothèque de noyau de machine learning et un validateur de modèle statistique utilisé pour catégoriser des points de données et prédire des valeurs numériques continues. La bibliothèque permet la définition de fonctions de noyau personnalisées pour calculer la similarité entre les points de données dans des jeux de données spécialisés. Elle inclut également des outils pour la modélisation probabiliste, tels que l'estimation de l'appartenance à une classe, la densité des données et les limites de distribution. Les capacités étendues couvrent l'entraînement de modèles pour des jeux de données multi-classes, incluant la gestion des données déséquilibrées via des fonctions de perte pondérées. Le système fournit des workflows pour la sélection d'hyperparamètres et l'optimisation de modèles en utilisant des contours de précision et la validation croisée stratifiée. Des utilitaires de prétraitement des données sont inclus pour la validation des entrées et la mise à l'échelle des attributs afin de normaliser les magnitudes des caractéristiques.

    Implements methods for modeling the underlying probability distribution of datasets using support vector machines.

    Java
    Voir sur GitHub↗4,707
  1. Home
  2. Artificial Intelligence & ML
  3. Density Estimation

Explorer les sous-tags

  • Adaptive Density ControllersAlgorithms for dynamically splitting or pruning scene primitives based on gradient magnitude. **Distinct from Density Estimation:** Distinct from Density Estimation: focuses on active scene complexity management rather than statistical probability modeling.
  • Crowd1 sous-tagVisual analysis for estimating the number of people in a scene across varying densities. **Distinct from Density Estimation:** Specifically applies density estimation to human counting in images, distinct from general probability distributions
  • Density RegularizationUsing density estimation as a regularizer to preserve local high-dimensional spacing in projections. **Distinct from Density Estimation:** Uses density as a constraint for embedding stability rather than just modeling a probability distribution
  • Density-Based Anomaly DetectorsEstimates density distribution of normal features using Kernel Density Estimation after PCA to flag outliers. **Distinct from Density Estimation:** Distinct from Density Estimation: applies density estimation specifically for anomaly classification rather than general distribution modeling.
  • Local Density RegularizationRegularization techniques that use high-dimensional density estimation to maintain relative spacing in projections. **Distinct from Density Estimation:** Applies density estimation as a regularizer for the embedding process, rather than just as a distribution analysis tool.