The name "Alternator" draws an analogy with electromagnetism. Just as an electrical generator alternates mechanical energy into electrical energy, Alternators alternate between latent and observation spaces to generate dynamic data trajectories. Below is an illustration:
Illustration of Alternators: a rapid and precise framework for time-dependent generative modeling.
For further details, please refer to our paper, Alternators for Sequence Modeling.
Alternators are better at tracking the chaotic dynamics defined by a Lorenz attractor.
---A set of 20 trajectories sampled from different models conditional on spiking activities from neural decoding datasets:Motor cortex, Somatosensory, and Hippocampus.
Ensure you have the following dependencies installed:
- Python 3.8+
- PyTorch 1.10+
- numpy
- matplotlib
- scikit-learn
- scipy
Install all dependencies with:
pip install -r requirements.txt
- Clone the repository:
git clone https://github.com/vertaix/Alternators.git cd Alternators
- Run the toy example:
python alternator_test.py
- Pretrained models will be saved in
pretrained_models_directory
, and results will be saved insaving_result_directory
.
pretrained_models_directory
: Directory for storing pretrained models.saving_result_directory
: Directory for saving generated results.N_steps
: Maximum number of steps for generating the final samples.
If you find this work useful, please cite our paper:
@article{rezaei2024alternators,
title={Alternators For Sequence Modeling},
author={Rezaei, Mohammad Reza and Dieng, Adji Bousso},
journal={arXiv preprint arXiv:2405.11848},
year={2024}
}
For questions or support, please raise an issue in this repository. Happy modeling! 🚀