Skip to content

Commit 81d07ef

Browse files
committed
Fill in some content
1 parent 6efa27e commit 81d07ef

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

abstractgps.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
@def github_repo = "JuliaGaussianProcesses/AbstractGPs.jl"
99

1010
\begin{section}{name="AbstractGPs.jl", title="AbstractGPs"}
11-
11+
\lead{
12+
AbstractGPs give you all the tools to build GP models from scratch.
13+
Check out the tutorials, the docs and the github repo for more details!
14+
}
1215
\end{section}

gplikelihoods.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,24 @@
99

1010
\begin{section}{name="GPLikelihoods.jl", title="GPLikelihoods.jl"}
1111

12+
\lead{
13+
GPLikelihoods aims at facilitating the use of latent models with non-conjugate likelihoods.
14+
The goal is to represent different models such as classification $y \sim \textrm{Bernoulli}(g(f(x))))$ or event counting ${y \sim \textrm{Poisson}(g(f(x)))}$ given an adapted transformation $g$.
15+
16+
**Note that this package is still a WIP**
17+
}
18+
19+
\end{section}
20+
21+
\begin{section}{title="Current implementations"}
22+
23+
Given $f$ a latent GP, or $\{f_i\}$ a collection of latent GPs we have the following implementation
24+
25+
@@list
26+
- Gaussian likelihood : $y \sim f + \epsilon$ where $\epsilon \sim \mathcal{N}(0, \sigma)$
27+
- Bernoulli likelihood : $y \sim \textrm{Bernoulli}(p)$ where $p = \sigma(f)$
28+
- Poisson likleihood : $y \sim \textrm{Poisson}(\lambda)$ where $\lambda = \exp(f)$
29+
- Categorical likelihood : $y \sim \textrm{Categorical}(\pi)$ where $\pi = \textrm{softmax}(\{f_i\})$
30+
@@
31+
1232
\end{section}

index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
\lead{This is the website to host the general documentation for the packages [KernelFunctions.jl](https://github.com/JuliaGaussianProcesses/KernelFunctions.jl), [AbstractGPs.jl](https://github.com/JuliaGaussianProcesses/AbstractGPs.jl), [GPLikelihoods.jl](https://github.com/JuliaGaussianProcesses/GPLikelihoods.jl) and more to come!}
88

9+
\lead{
10+
**Note that this website is still a work in progress and a lot of things are missing/buggy, for now check out the docs of each package, [submit an issue](https://github.com/JuliaGaussianProcesses/JuliaGaussianProcesses.github.io/issues/new) or don't hesitate to participate by [creating a pull request](https://github.com/JuliaGaussianProcesses/JuliaGaussianProcesses.github.io/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc)**
11+
}
12+
913
\lead{You will find in this website a collection of [tutorials](tutorials) combining one or more packages from the JuliaGPs ecosystem for typical machine learning or statistics problems}
1014

1115
\lead{For each of the packages we also provide ressources and documentation to get a better understanding of the tools and the topics you can access them here:

0 commit comments

Comments
 (0)