ASCL.net

Astrophysics Source Code Library

Making codes discoverable since 1999

Searching for codes credited to 'Cabrera-Vives, G.'

Tip: Author search checks name variants (e.g., Smith, John, Smith J). Last names are still best when results are broad.

Found 2 codes.

[ascl:2601.007] ATAT: Astronomical Transformer for time series And Tabular data
ATAT (Astronomical Transformer for time series And Tabular data) implements Transformer-based models for classifying astronomical sources from light-curve time series and tabular metadata. It provides scripts to download, process, and partition survey data, extracting and normalizing light curves and assembling metadata into training, validation, and test sets. Specialized layers for time modulation and multi-head attention encode light curves and tabular features, while training drivers construct models, run optimization and validation loops, and save trained configurations. ATAT also provides utilities to compute classification metrics at multiple observation durations and generate visualizations such as performance curves and confusion matrices.​
[ascl:2205.020] ASTROMER: Building light curves embeddings using transfomers
ASTROMER is a Transformer-based model trained on millions of stars for the representation of light curves. Pretrained models can be directly used or finetuned on specific datasets. ASTROMER is useful in downstream tasks in which data are limited to train deep learning models.