diff --git a/README.md b/README.md index e8bda13..2402075 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ For a list of free-to-attend meetups and local events, go [here](https://github. * [MCMC](https://github.com/doobwa/MCMC.jl) - MCMC tools for Julia * [Mamba](https://github.com/brian-j-smith/Mamba.jl) - Markov chain Monte Carlo (MCMC) for Bayesian analysis in Julia * [GLM](https://github.com/JuliaStats/GLM.jl) - Generalized linear models in Julia +* [Gaussian Processes](https://github.com/STOR-i/GaussianProcesses.jl) - Julia package for Gaussian processes * [Online Learning](https://github.com/lendle/OnlineLearning.jl) * [GLMNet](https://github.com/simonster/GLMNet.jl) - Julia wrapper for fitting Lasso/ElasticNet GLM models using glmnet * [Clustering](https://github.com/JuliaStats/Clustering.jl) - Basic functions for clustering data: k-means, dp-means, etc.