Package: soilVAE 0.1.9

soilVAE: Supervised Variational Autoencoder Regression via 'reticulate'
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.
Authors:
soilVAE_0.1.9.tar.gz
soilVAE_0.1.9.zip(r-4.7)soilVAE_0.1.9.zip(r-4.6)soilVAE_0.1.9.zip(r-4.5)
soilVAE_0.1.9.tgz(r-4.6-any)soilVAE_0.1.9.tgz(r-4.5-any)
soilVAE_0.1.9.tar.gz(r-4.7-any)soilVAE_0.1.9.tar.gz(r-4.6-any)
soilVAE_0.1.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
soilVAE/json (API)
| # Install 'soilVAE' in R: |
| install.packages('soilVAE', repos = c('https://hugomachadorodrigues.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/hugomachadorodrigues/soilvae/issues
Pkgdown/docs site:https://hugomachadorodrigues.github.io
- datsoilspc - Soil spectroscopy example dataset used in the soilVAE vignettes
deep-learningsoil-propertiessoil-sciencesoil-spectroscopytensorflowvariational-autoencoder
Last updated from:a9b8f4dc22. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 184 | ||
| source / vignettes | OK | 162 | ||
| linux-release-x86_64 | OK | 173 | ||
| macos-release-arm64 | OK | 110 | ||
| macos-oldrel-arm64 | OK | 118 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 66 | ||
| windows-oldrel | OK | 146 | ||
| wasm-release | OK | 115 |
Exports:select_best_from_gridtune_vae_train_valvae_buildvae_configurevae_encodevae_fitvae_predict
Dependencies:herejsonlitelatticeMatrixpngrappdirsRcppRcppTOMLreticulaterlangrprojrootwithr
Last update: 2026-02-24
Started: 2026-02-16
Last update: 2026-02-24
Started: 2026-02-22
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Soil spectroscopy example dataset used in the soilVAE vignettes | datsoilspc |
| Select the best configuration from a tuning table | select_best_from_grid |
| Tune VAEReg on a train/validation split | tune_vae_train_val |
| Build a supervised VAE regression model (VAEReg) | vae_build |
| Configure Python / reticulate for soilVAE | vae_configure |
| Extract latent embeddings (z) from VAEReg | vae_encode |
| Fit VAEReg | vae_fit |
| Predict y using VAEReg (via latent z -> y_head) | vae_predict |
