Package: soilVAE Type: Package Title: Supervised Variational Autoencoder Regression via 'reticulate' Version: 0.1.9 Authors@R: person("Hugo", "Rodrigues", email = "rodrigues.machado.hugo@gmail.com", role = c("aut", "cre")) Description: Supervised latent-variable regression for high-dimensional predictors such as soil reflectance spectra. The model uses an encoder-decoder neural network with a stochastic Gaussian latent representation regularized by a Kullback-Leibler term, and a supervised prediction head trained jointly with the reconstruction objective. The implementation interfaces R with a 'Python' deep-learning backend and provides utilities for training, tuning, and prediction. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: reticulate, stats Suggests: knitr, rmarkdown, prospectr, pls VignetteBuilder: knitr SystemRequirements: Python (>= 3.9); TensorFlow (>= 2.13); Keras (>= 3) URL: https://hugomachadorodrigues.github.io/soilVAE/, https://github.com/HugoMachadoRodrigues/soilVAE/ BugReports: https://github.com/HugoMachadoRodrigues/soilVAE/issues Config/pak/sysreqs: libpng-dev python3 Repository: https://hugomachadorodrigues.r-universe.dev Date/Publication: 2026-03-12 21:05:21 UTC RemoteUrl: https://github.com/hugomachadorodrigues/soilvae RemoteRef: HEAD RemoteSha: a9b8f4dc224e59e931b3f092d5487d8b7fae6e44 NeedsCompilation: no Packaged: 2026-06-17 11:35:36 UTC; root Author: Hugo Rodrigues [aut, cre] Maintainer: Hugo Rodrigues Depends: R (>= 3.5.0)