ML4ITSML4ITSOfficialยท6 Agent Skills Included

TimeVQVAE

Synthetic time series generation with vector quantization

Generates realistic synthetic time series data using vector quantization and a bidirectional transformer prior model. Compresses signals into discrete latent tokens, then samples new sequences with class-conditional or unconditional control. Removes the need for manual data augmentation pipelines and includes a ready-to-run Colab notebook for fast experimentation.
npx skills add ML4ITS/TimeVQVAE --all -g -y
Available:

Directs your AI agent to use the GitNexus knowledge graph for exploring, debugging, impact analysis, and refactoring tasks in this codebase, routing each request to the matching skill file.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install TimeVQVAE?โ–ผ

Run `npx skills add ML4ITS/TimeVQVAE --all -g -y` in your terminal to install all skills in this suite globally.

What is TimeVQVAE used for?โ–ผ

It generates synthetic time series data by compressing signals into discrete tokens with a VQ-VAE, then sampling new sequences with a bidirectional transformer prior.

How to generate synthetic time series with TimeVQVAE?โ–ผ

Train the Stage 1 VQVAE on your data, then use the Stage 2 MaskGIT model's iterative decoding to sample new sequences, optionally conditioned on a class label.

Can I try TimeVQVAE without local setup?โ–ผ

Yes. A Google Colab notebook is included where you set the dataset name and sample count, then run unconditional or class-conditional generation on a GPU.

Does TimeVQVAE support class-conditional generation?โ–ผ

Yes. The MaskGIT prior model accepts class conditions and uses classifier-free guidance to control the category of generated time series.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’