Saved in:
| Main Authors: | , |
|---|---|
| Format: | Recurso digital |
| Language: | English |
| Published: |
Zenodo
2025
|
| Online Access: | https://doi.org/10.5281/zenodo.15225294 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <p>ram_scb_autoencoder<br>==============================</p> <p>An autoencoder model for the RAM-SCB inner magnetosphere model.</p> <p>Project Organization<br>------------</p> <p> ├── README.md <- The top-level README for developers using this project.<br> ├── data<br> │ ├── processed <- The final, canonical data sets for modeling.<br> ├── models <- Trained and serialized models, model predictions, or model summaries<br> ├── src <- Source code for training and visualization</p> <p>Data<br>----</p> <p>dates_*.npy <- the datetime objects of the test,<br>validation and training datasets.<br>log_*.npy <- Inputs into the model (unscaled).<br>lstm_input*.npy <- Inputs into the lstm before sequencing.<br>*_enc.npy <- Data after encoding using the autoencoder.<br>*_enc_oae.npy <- Data after encoding using the orthogonal autoencoder.<br>rope_ae_* <- The outputs of the rope using autoencoder.<br>rope_oae_* <- The outputs of the rope using orthogonal autoencoder.</p> <p>Models<br>------</p> <p>autoencoder_bo_best.keras <- Autoencoder model.<br>autoencoder_ortho_decoder.keras <- Decoder for the orthogonal autoencoder.<br>autoencoder_ortho_encoder.keras <- Encoder for the orthogonal autoencoder.<br>rope_ae_resnet*.keras <- A single LSTM+Resnet model of the ROPE.<br>rope_oae_*.keras <- A single LSTM+ResNet model of the OAE<br>ROPE.</p> <p> </p>