https://github.com/prneidhardt/natural-language-processing
Twitter US Airline Sentiment
https://github.com/prneidhardt/natural-language-processing
count-vectorizer sentiment-analysis text-processing tf-idf-vectorizer vectorization
Last synced: 3 months ago
JSON representation
Twitter US Airline Sentiment
- Host: GitHub
- URL: https://github.com/prneidhardt/natural-language-processing
- Owner: prneidhardt
- License: gpl-3.0
- Created: 2022-05-29T16:59:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:19:28.000Z (over 1 year ago)
- Last Synced: 2025-07-11T20:20:13.265Z (10 months ago)
- Topics: count-vectorizer, sentiment-analysis, text-processing, tf-idf-vectorizer, vectorization
- Language: Jupyter Notebook
- Homepage:
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Natural-Language-Processing
Twitter US Airline Sentiment
- Project delivered in June 2022
- Repository includes Jupyter notebook with Python code written for data analysis and neural network building
## Problem Statement
- To identify the sentiment from a tweet to understand an airlines' customer satisfaction
## Skills and Tools
- Text processing
- Vectorization (Count vectorizer & Tf-idf vectorizer)
- Sentiment analysis
- Parameter tuning