From a404f970d3f33a8a6dea2ec226d0aed770dd769b Mon Sep 17 00:00:00 2001 From: Nikos Gianniotis Date: Mon, 19 Aug 2024 14:22:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb66f77..110eee1 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ Implementation of the $\mbox{GPLVM}_+$ model presented in *Positive and Scale Invariant Gaussian Process Latent Variable Model for Astronomical Spectra, ESANN 2024*. -Below we show an example of how to use the model with a dataset of 72 images that are made available via the package [GPLVMplusData.jl](https://github.com/HITS-AIN/GPLVMplusData.jl). +Below we show two examples of how to use the model with a dataset of 72 images that are made available via the package [GPLVMplusData.jl](https://github.com/HITS-AIN/GPLVMplusData.jl). ## Experiment 1 +In this experiment we run the model on the downsampled images setting the low-dimensional space to $Q=2$ dimensions. + ``` using GPLVMplus using GPLVMplusData # must be independently installed