Skip to content

Commit

Permalink
export gplvmplus
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiann committed Aug 19, 2024
1 parent ce49649 commit cbe993b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
# Learn mapping from Q=2 latent dimensions to high-dimensional images.
# Use a two-hidden layer neural network for amortised inference.
result = GPLVMplus.gplvmplus(X; Q = 2, H1 = 20, H2 = 20, iterations = 5000);
result = gplvmplus(X; Q = 2, H1 = 20, H2 = 20, iterations = 5000);
# Plot latent coordinates
using PyPlot # must be independently installed
Expand Down
2 changes: 2 additions & 0 deletions src/GPLVMplus.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ module GPLVMplus
include("gplvmplus/unpack_gplvmplus.jl")
include("gplvmplus/unpack_inferlatent_gplvmplus.jl")
include("gplvmplus/partial_objective.jl")

export gplvmplus

end

0 comments on commit cbe993b

Please sign in to comment.