Files
research_augmentation_EEG/Ideas on how to do stuff.md
2025-06-13 13:36:39 +02:00

1.1 KiB
Raw Permalink Blame History

This document is about my ideas what we can do, based on what I've read in papers or anywhere on the internet.

Augmentation

Use GAN

Gan generates new samples of data. Generator is trained alongside descriminator. After that we have a generator capable of generating new data. I mean it is not augmentation of dataset, it is creating whole new dataset. Tho the generator needs some input. And that is the question, what should it be.

Contrastive learning

youtube video with explanation: https://www.youtube.com/watch?v=UqJauYELn6c

Feature Extraction

I think we should try variational autoendcoders, and some novel architecture, like VQVAE(vector quantization should bring narrower space for classifier at the end).