awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • jakevdp/pythondatasciencehandbookAvatar von jakevdp

    jakevdp/PythonDataScienceHandbook

    48,561Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗48,561
  • graphdeco-inria/gaussian-splattingAvatar von graphdeco-inria

    graphdeco-inria/gaussian-splatting

    20,707Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗20,707
  • cs231n/cs231n.github.ioAvatar von cs231n

    cs231n/cs231n.github.io

    10,923Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,923
  • microsoft/computervision-recipesAvatar von microsoft

    microsoft/computervision-recipes

    9,866Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,866
  • lmcinnes/umapAvatar von lmcinnes

    lmcinnes/umap

    8,215Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,215
  • ml-explore/mlx-examplesAvatar von ml-explore

    ml-explore/mlx-examples

    8,254Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,254
  • schollz/howmanypeoplearearoundAvatar von schollz

    schollz/howmanypeoplearearound

    7,074Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,074
  • prml/prmltAvatar von PRML

    PRML/PRMLT

    6,207Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,207
  • open-edge-platform/anomalibAvatar von open-edge-platform

    open-edge-platform/anomalib

    5,871Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,871
  • cjlin1/libsvmAvatar von cjlin1

    cjlin1/libsvm

    4,707Auf GitHub ansehen↗

    Dieses Projekt ist eine Support-Vector-Machine-Bibliothek, die in C implementiert ist und eine Engine für Klassifizierungs- und Regressionsaufgaben bereitstellt. Sie fungiert als Machine-Learning-Kernel-Bibliothek und statistischer Modell-Validator, der verwendet wird, um Datenpunkte zu kategorisieren und kontinuierliche numerische Werte vorherzusagen. Die Bibliothek ermöglicht die Definition benutzerdefinierter Kernel-Funktionen, um die Ähnlichkeit zwischen Datenpunkten in spezialisierten Datensätzen zu berechnen. Sie enthält zudem Tools für probabilistische Modellierung, wie die Schätzung der Klassenzugehörigkeit, Datendichte und Verteilungsgrenzen. Breite Funktionen decken das Modelltraining für Multi-Class-Datensätze ab, einschließlich des Managements unausgewogener Daten durch gewichtete Loss-Funktionen. Das System bietet Workflows für die Hyperparameter-Auswahl und Modelloptimierung mittels Genauigkeitskonturen und stratifizierter Kreuzvalidierung. Daten-Preprocessing-Utilities für Input-Validierung und Attribut-Skalierung zur Normalisierung von Feature-Größen sind enthalten.

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

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

Unter-Tags erkunden

  • 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 Sub-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.