All Projects → joshday → AverageShiftedHistograms.jl

joshday / AverageShiftedHistograms.jl

Licence: other
⚡ Lightning fast density estimation in Julia ⚡

Programming Languages

julia
2034 projects
r
7636 projects

Projects that are alternatives of or similar to AverageShiftedHistograms.jl

randomforest-density-python
Random Forests for Density Estimation in Python
Stars: ✭ 24 (-53.85%)
Mutual labels:  density-estimation, kernel-density-estimation
Online-Category-Learning
ML algorithm for real-time classification
Stars: ✭ 67 (+28.85%)
Mutual labels:  density-estimation, online-algorithms
v6.dooring.public
可视化大屏解决方案, 提供一套可视化编辑引擎, 助力个人或企业轻松定制自己的可视化大屏应用.
Stars: ✭ 323 (+521.15%)
Mutual labels:  big-data
awesome-AI-kubernetes
❄️ 🐳 Awesome tools and libs for AI, Deep Learning, Machine Learning, Computer Vision, Data Science, Data Analytics and Cognitive Computing that are baked in the oven to be Native on Kubernetes and Docker with Python, R, Scala, Java, C#, Go, Julia, C++ etc
Stars: ✭ 95 (+82.69%)
Mutual labels:  big-data
big-sorter
Java library that sorts very large files of records by splitting into smaller sorted files and merging
Stars: ✭ 49 (-5.77%)
Mutual labels:  big-data
big-data-lite
Samples to the Oracle Big Data Lite VM
Stars: ✭ 41 (-21.15%)
Mutual labels:  big-data
egis
Egis - a handy Ruby interface for AWS Athena
Stars: ✭ 38 (-26.92%)
Mutual labels:  big-data
predictionio-sdk-php
PredictionIO PHP SDK
Stars: ✭ 269 (+417.31%)
Mutual labels:  big-data
hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (-67.31%)
Mutual labels:  big-data
pyspark-cheatsheet
PySpark Cheat Sheet - example code to help you learn PySpark and develop apps faster
Stars: ✭ 115 (+121.15%)
Mutual labels:  big-data
predictionio-template-similar-product
PredictionIO Similar Product Engine Template (Scala-based parallelized engine)
Stars: ✭ 50 (-3.85%)
Mutual labels:  big-data
big data
A collection of tutorials on Hadoop, MapReduce, Spark, Docker
Stars: ✭ 34 (-34.62%)
Mutual labels:  big-data
bftkv
A distributed key-value storage that's tolerant to Byzantine fault.
Stars: ✭ 27 (-48.08%)
Mutual labels:  big-data
pypar
Efficient and scalable parallelism using the message passing interface (MPI) to handle big data and highly computational problems.
Stars: ✭ 66 (+26.92%)
Mutual labels:  big-data
SMC.jl
Sequential Monte Carlo algorithm for approximation of posterior distributions.
Stars: ✭ 53 (+1.92%)
Mutual labels:  online-algorithms
alluxio-py
Alluxio Python client - Access Any Data Source with Python
Stars: ✭ 18 (-65.38%)
Mutual labels:  big-data
falcon
Mirror of Apache Falcon
Stars: ✭ 95 (+82.69%)
Mutual labels:  big-data
gradient-boosted-normalizing-flows
We got a stew going!
Stars: ✭ 20 (-61.54%)
Mutual labels:  density-estimation
pytorch kmeans
Implementation of the k-means algorithm in PyTorch that works for large datasets
Stars: ✭ 38 (-26.92%)
Mutual labels:  big-data
predictionio-template-attribute-based-classifier
PredictionIO Classification Engine Template (Scala-based parallelized engine)
Stars: ✭ 38 (-26.92%)
Mutual labels:  big-data

AverageShiftedHistograms.jl

Lightning fast density estimation in Julia

An Averaged Shifted Histogram (ASH) is essentially Kernel Density Estimation over a fine-partition histogram. ASH uses constant memory, can be constructed on-line via O(nbins) updates, and lets you estimate densities for arbitrarily big data.

Docs Build Test
Build status codecov.io

Quickstart:

import Pkg

Pkg.add("AverageShiftedHistograms")

using AverageShiftedHistograms

ash(randn(10^6))
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].