DL-Simplified icon indicating copy to clipboard operation
DL-Simplified copied to clipboard

[Project Addition] : Sarcasm Detection using NLP

Open bristiHalder opened this issue 1 year ago • 4 comments
trafficstars

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Sarcasm Detection :red_circle: 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. :red_circle: 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.

:red_circle::yellow_circle: 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.

:white_check_mark: To be Mentioned while taking the issue :

  • Full name: Bristi Halder
  • GitHub Profile Link: https://github.com/bristiHalder
  • What is your participant role? GSSoC'24 Contributor

Happy Contributing 🚀

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

bristiHalder avatar Jun 30 '24 06:06 bristiHalder

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

github-actions[bot] avatar Jun 30 '24 06:06 github-actions[bot]

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

abhisheks008 avatar Jul 06 '24 12:07 abhisheks008

@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.

bristiHalder avatar Jul 07 '24 17:07 bristiHalder

@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 avatar Jul 12 '24 04:07 abhisheks008