Giter VIP home page Giter VIP logo

Comments (6)

github-actions avatar github-actions commented on September 27, 2024

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

What are the CNN architectures you are planning to use here?
Apart from CNN what are the models you are planning to implement for this EEG dataset?

@KamakshiOjha

from dl-simplified.

KamakshiOjha avatar KamakshiOjha commented on September 27, 2024

Input Layer:

  • Input Shape: (30, 128, 1)

Convolutional Layers:

  • Branch 1:

    • Conv2D with 16 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 3), ReLU activation
    • cbam_block applied to the output
  • Branch 2:

    • Conv2D with 16 filters, kernel size (1, 5), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 5), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 5), ReLU activation
    • cbam_block applied to the output
  • Branch 3:

    • Conv2D with 16 filters, kernel size (1, 7), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 7), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 7), ReLU activation
    • cbam_block applied to the output

Combined Branch:

  • The outputs from the branches are combined using an Add layer.
  • Further Convolutional Layers:
    • Conv2D with 64 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 128 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 128 filters, kernel size (1, 3), ReLU activation

Global Pooling and Fully Connected Layers:

  • GlobalAveragePooling2D applied to the last convolutional layer.
  • Fully connected (Dense) layers:
    • Dense with 512 units, ELU activation
    • Dense with 256 units, ELU activation
    • Dense with 128 units, ELU activation
    • Dense with 32 units, ELU activation
    • Output Dense with 2 units, Softmax activation (for classification)

from dl-simplified.

KamakshiOjha avatar KamakshiOjha commented on September 27, 2024

Since my dataset consists of EEG signals, I've experimented with various CNN architectures to find the best results. Additionally, I've incorporated an attention mechanism into my model to enhance its performance.

from dl-simplified.

abhisheks008 avatar abhisheks008 commented on September 27, 2024

Input Layer:

  • Input Shape: (30, 128, 1)

Convolutional Layers:

  • Branch 1:

    • Conv2D with 16 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 3), ReLU activation
    • cbam_block applied to the output
  • Branch 2:

    • Conv2D with 16 filters, kernel size (1, 5), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 5), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 5), ReLU activation
    • cbam_block applied to the output
  • Branch 3:

    • Conv2D with 16 filters, kernel size (1, 7), ReLU activation
    • Conv2D with 32 filters, kernel size (1, 7), ReLU activation
    • Conv2D with 64 filters, kernel size (1, 7), ReLU activation
    • cbam_block applied to the output

Combined Branch:

  • The outputs from the branches are combined using an Add layer.

  • Further Convolutional Layers:

    • Conv2D with 64 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 128 filters, kernel size (1, 3), ReLU activation
    • Conv2D with 128 filters, kernel size (1, 3), ReLU activation

Global Pooling and Fully Connected Layers:

  • GlobalAveragePooling2D applied to the last convolutional layer.

  • Fully connected (Dense) layers:

    • Dense with 512 units, ELU activation
    • Dense with 256 units, ELU activation
    • Dense with 128 units, ELU activation
    • Dense with 32 units, ELU activation
    • Output Dense with 2 units, Softmax activation (for classification)

Cool. Go ahead with this approach.

Assigned @KamakshiOjha

from dl-simplified.

github-actions avatar github-actions commented on September 27, 2024

Hello @KamakshiOjha! Your issue #784 has been closed. Thank you for your contribution!

from dl-simplified.

Related Issues (20)

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.