An open API service indexing awesome lists of open source software.

https://github.com/lifehome/ay2024-ufce3p-30-3

Simple Sentiment Analysis implementation for UFCE3P-30-3 coursework
https://github.com/lifehome/ay2024-ufce3p-30-3

Last synced: 5 months ago
JSON representation

Simple Sentiment Analysis implementation for UFCE3P-30-3 coursework

Awesome Lists containing this project

README

          

# AY2024-UFCE3P-30-3
Simple Sentiment Analysis implementation for UFCE3P-30-3 coursework

## Dataset reference
In this proejct we are using "depression-social-media" published on Kaggle.com under an unknown license.
- https://www.kaggle.com/datasets/nicohu/depressionsocialmedia/data

We would like to thank the uploading user and author(s), as well as the people contributing in this dataset.

## Methodology

We will first perform text-preprocessing with "Tokenization & cleaning" step, followed by stratified sampling against the training and testing set of data. After that, TF-IDF will be used to vectorize the text before further processed by each algorithm.

The selected algorithm for supervised classifiers in this project are:
1. Naïve Bayes - (Multinomial)
2. Logistic Regression
3. Support Vector Machine - (Linear)
4. k-Nearest Neighbors (KNN)

## Contributors / Authors
Please refer to:
https://github.com/lifehome/AY2024-UFCE3P-30-3/graphs/contributors