Added pacakge GaussianProcesses.jl

This commit is contained in:
Chris Nemeth 2017-07-19 10:49:41 +01:00 committed by GitHub
parent 20741c0ec7
commit abadb5b69e

View File

@ -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.