Coder Social home page Coder Social logo

Comments (7)

110lmy avatar 110lmy commented on June 15, 2024

Excuse me, how does the part of location code work? Do I take sines and cosines?

from eeg-transformer.

eeyhsong avatar eeyhsong commented on June 15, 2024

@zewailaa hello, you may see the randomly generated seed in the main function at the end of the code.

from eeg-transformer.

eeyhsong avatar eeyhsong commented on June 15, 2024

@110lmy You mean position embedding? We don't use this design in the code.

from eeg-transformer.

110lmy avatar 110lmy commented on June 15, 2024

It's not positional embedding, it's positional coding. Wasn't position coding used before compression slices in the time conversion section?

from eeg-transformer.

eeyhsong avatar eeyhsong commented on June 15, 2024

@110lmy Sorry for the misunderstanding. In my provious experiments, the position embedding strategies as used in images performed not well for EEG signals. So I chose to use one convolutional layer to capture the position information.

from eeg-transformer.

110lmy avatar 110lmy commented on June 15, 2024

from eeg-transformer.

eeyhsong avatar eeyhsong commented on June 15, 2024

@110lmy hi, lmy

  • In my view, position information in EEG is still a kind of local correlation, which can be encapsulated by convolution.
  • You could also use multi-head in channel attention. That is a performance enhancing strategy, but the interpretability for EEG needs to be further explored.
  • Besides, I found too long data is not easy to caluculate the attention weight well.
  • At last, please wait for the next version.

from eeg-transformer.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.