768, 384, 192, 48, 16 dimensions in a single forward pass.
Embeddings
Use the MRL model end-to-end
Visualization
Interactive Apple Embedding Atlas
Python SDK for the EPI-Embedding MRL model
pip install neuroencoder
768, 384, 192, 48, 16 dimensions in a single forward pass.
import neuroencoder as ne
from neuroencoder import MRL
model = MRL.from_pretrained()
embeddings = model.embed(eeg, sfreq=256, channel_names=ch_names, dim=192)
ne.explore(embeddings)