Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiann authored Sep 2, 2024
1 parent e292ef1 commit fbb9dae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ plot(result[:Z][1,:],result[:Z][2,:],"o")

## Experiment 2

This experiment demonstrates the scale-invariant property of the proposed $\mbox{GPLVM}_{+}$ model.
We reuse the same dataset of rubber ducks, taken from the [COIL-20 repository]((https://www.cs.columbia.edu/CAVE/software/softlib/coil-20.php).
This time, however, we first scale the images ny multiplying them with arbitrary positive coefficients.
The purpose of this experiment is to show that the model can discover the same latent space, as in [experiment 1](#experiment-1).

```
using GPLVMplus
using GPLVMplusData # must be independently installed
Expand Down

0 comments on commit fbb9dae

Please sign in to comment.