From abadb5b69e3c90c79573ffc49f9905e08b8793c7 Mon Sep 17 00:00:00 2001 From: Chris Nemeth Date: Wed, 19 Jul 2017 10:49:41 +0100 Subject: [PATCH] Added pacakge GaussianProcesses.jl --- README.md | 1 + 1 file changed, 1 insertion(+) 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.