Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project Addition] : Sarcasm Detection using NLP #824

Open
bristiHalder opened this issue Jun 30, 2024 · 4 comments
Open

[Project Addition] : Sarcasm Detection using NLP #824

bristiHalder opened this issue Jun 30, 2024 · 4 comments
Labels
Status: Up for Grabs Up for grabs issue.

Comments

@bristiHalder
Copy link

Deep Learning Simplified Repository (Proposing new issue)

🔴 Project Title : Sarcasm Detection

🔴 Aim: various deep learning models for detecting sarcasm in text data using TensorFlow and Keras. Each model explores different architectures and techniques to improve sarcasm detection performance.

🔴 Dataset: The models are designed to work with any text classification dataset.


📍 Follow the Guidelines to Contribute to the Project:

  • You need to create a separate folder named the Project Title.
  • Inside that folder, there will be four main components.
    • Images - To store the required images.
    • Dataset - To store the dataset or, information/source about the dataset.
    • Model - To store the machine learning model you've created using the dataset.
    • requirements.txt - This file will contain the required packages/libraries to run the project on other machines.
  • Inside the Model folder, the README.md file must be filled up properly, with proper visualizations and conclusions.

🔴🟡 Points to Note :

  • The issues will be assigned on a first come first serve basis, 1 Issue == 1 PR.
  • "Issue Title" and "PR Title should be the same. Include the issue number along with it.
  • Follow the Contributing Guidelines & Code of Conduct before starting Contributing.

To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open-source journey ahead. 😎

Copy link

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

@abhisheks008
Copy link
Owner

Hi @bristiHalder can you please share a brief about the models you want to implement here?

@bristiHalder
Copy link
Author

@abhisheks008 Sure sure!

  1. Global Average Pooling
  • Embedding layer followed by a GlobalAveragePooling1D layer and Dense layers.
  1. Stacked Bidirectional LSTM
  2. A single Bidirectional LSTM layer with Dense layers
  3. Convolutional layers followed by a Bidirectional LSTM
  4. CNN-LSTM Hybrid with Batch Normalization
  5. GRU layers with Dropout for regularization
  6. An attention layer after Bidirectional LSTM.

@abhisheks008
Copy link
Owner

@abhisheks008 Sure sure!

  1. Global Average Pooling
  • Embedding layer followed by a GlobalAveragePooling1D layer and Dense layers.
  1. Stacked Bidirectional LSTM
  2. A single Bidirectional LSTM layer with Dense layers
  3. Convolutional layers followed by a Bidirectional LSTM
  4. CNN-LSTM Hybrid with Batch Normalization
  5. GRU layers with Dropout for regularization
  6. An attention layer after Bidirectional LSTM.

Assigned this issue to you @bristiHalder

@abhisheks008 abhisheks008 added Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Jul 12, 2024
@abhisheks008 abhisheks008 added Status: Up for Grabs Up for grabs issue. and removed Status: Assigned Assigned issue. level2 Level 2 for GSSOC gssoc Girlscript Summer of Code 2024 labels Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for Grabs Up for grabs issue.
Projects
None yet
Development

No branches or pull requests

2 participants