abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
342 stars 294 forks source link

ChatGPT Reddit Comments Analysis using NLP #410

Closed abhisheks008 closed 3 months ago

abhisheks008 commented 8 months ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : ChatGPT Reddit Comments Analysis using NLP
:red_circle: Aim : The aim of this project is to analyze the reddit comments on ChatGPT using NLP and DL methods.
:red_circle: Dataset : https://www.kaggle.com/datasets/armitaraz/chatgpt-reddit
:red_circle: Approach : Try to use 3-4 algorithms to implement the models and compare all the algorithms to find out the best fitted algorithm for the model by checking the accuracy scores. Also do not forget to do a exploratory data analysis before creating any model.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

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

lakshmipriya-ragupathi commented 8 months ago

Full name : Lakshmipriya Ragupathi GitHub Profile Link : https://github.com/lakshmipriya-ragupathi Email ID : lakshmi190803@gmail.com Participant ID (if applicable): NA Approach for this Project :

I propose the following plan:

EDA Data Preparation: Refine the comments by eliminating unnecessary characters, URLs, symbols, and emojis. Tokenize the comments, filter out stopwords, and address noise like misspellings by stemming and lemmatization

Feature Representation: Express comments using Bag-of-Words (BoW) or TF-IDF to capture word frequencies and significance. Employ pre-existing word embeddings for semantic connections.

Model Exploration: Explore Naive Bayes, SVM, RNN, or Transformers like BERT to identify the most impactful model for categorizing the comments into positive, neutral and negative ones.

Model Training and Assessment: Divide the dataset into training and testing subsets. Train the chosen model and evaluate its performance using metrics such as accuracy, precision, recall, and F1-score.

Optimizing Parameters: Enhance the model's performance through hyperparameter adjustments using methods like grid search or random search.

Final Model Selection: Select the model demonstrating the best performance on the validation set, considering accuracy, precision, recall, and its resilience against overfitting.

What is your participant role? (Mention the Open Source program)/: SWOC 2024

abhisheks008 commented 8 months ago

Focus on Deep Learning methods rather than going to Machine Learning ones. Implement different DL methods and find out the best fitted model for this project.

Issue assigned to you @lakshmipriya-ragupathi

Diyaa0313 commented 3 months ago

Full name : Diya Sen GitHub Profile Link : https://github.com/Diyaa0313 Email ID : diyasen2003@gmail.com Participant ID (if applicable): NA Approach for this Project :

After using web scraping techniques to extract comments from reddit we can remove the unwanted elements to focus on the commonly used phrases which will help in the analysis. We can implement word embedding to understand the relationships between words and predict the sentiment. RNNs are generally used but there are certain limitations like the weakening of signals with each network layer. Instead, we can use LSTM and GRU. Deep Latent Dirichlet allocation can be used to get a better understanding of the data and then a combination of RNN and CNN will help us to understand the context of the comment and analyzing the sentiment.The results will be represented on charts or graphs which can help in drawing conclusions and understand the trends.

What is your participant role? GSSOC 2024 Contributor

abhisheks008 commented 3 months ago

Assigned this to you @Diyaa0313. You can start working on it.

github-actions[bot] commented 3 months ago

Hello @Diyaa0313! Your issue #410 has been closed. Thank you for your contribution!