https://github.com/atheeralzhrani/nlp_projects
NLP projects, which I worked on utilising different natural language processing libraries's.
https://github.com/atheeralzhrani/nlp_projects
nlp-datasets nltk-library rnn-lstm rnn-pytorch rnn-tensorflow spacy-nlp stemming stopwords tokenization
Last synced: about 2 months ago
JSON representation
NLP projects, which I worked on utilising different natural language processing libraries's.
- Host: GitHub
- URL: https://github.com/atheeralzhrani/nlp_projects
- Owner: AtheerAlzhrani
- Created: 2024-04-14T23:15:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T15:33:40.000Z (about 1 year ago)
- Last Synced: 2025-03-24T05:46:13.459Z (7 months ago)
- Topics: nlp-datasets, nltk-library, rnn-lstm, rnn-pytorch, rnn-tensorflow, spacy-nlp, stemming, stopwords, tokenization
- Language: Jupyter Notebook
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project3: Depression Detection In Tweets
Aims to classify 134348 tweets as either depressive or non-depressive using natural language
processing (NLP) techniques and logistic regression# Project2: Classification Of The Sarcasm Headlines
This project showcases a complete workflow from data acquisition to model training and evaluation for a text classification task, specifically focusing on sarcasm detection using a neural network.# Project1:Tweets Preprocessing
This project focuses on preprocessing Twitter data for sentiment analysis using Natural Language Processing (NLP) techniques with NLTK (Natural Language Toolkit).