Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c2f12bb

Browse files
Update README.md
1 parent e5b5c85 commit c2f12bb

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

‎README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
1-
# Exploration of Sentiment Analysis using Lexicon and Machine-Learning Based Methods
1+
## Exploration of Sentiment Analysis using Lexicon and Machine-Learning Based Methods
22

33
This repo provides the submission entry for an in-class NLP sentiment analysis competition held at Microsoft AI Singapore group using techniques learned in class to classify text in identifying positive or negative sentiment.
44

55
Data for this in-class competition comes from the Sentiment140 dataset where the training and test data consists of randomly sampled 10% and 5% of the Sentiment140 dataset.
66

7-
Alternatively, you can view the codes in Google Colab [here](https://drive.google.com/open?id=1d_po5AQDFRovk4livi2kvv1hhjPLxqAC).
7+
- Text Pre-processing
8+
- VADER (a VALENCE based sentiment analyzer)
9+
- Naive Bayes
10+
- Linear SVM (Support Vector Machine)
11+
- Decision Tree
12+
- Random Forest
13+
- Extra Trees
14+
- SVC
815

916
![jpg](images/inclass-competition.jpg)
1017

18+
## Getting started
19+
Open `SentimentAnalysis.ipynb` on a jupyter notebook environment. Alternatively, you can view the codes in Google Colab [here](https://drive.google.com/open?id=1d_po5AQDFRovk4livi2kvv1hhjPLxqAC). The notebook consists of further technical details.
1120

21+
# Improvements
22+
Could potentially explore the use of Deep Learning Techniques such as RNN and/or LSTM for sentiment analysis
23+
24+
<!---
1225
# Walk-through of the submission entry:
1326
1427
@@ -1013,6 +1026,6 @@ preprocess.head()
10131026
</table>
10141027
</div>
10151028
1016-
1029+
-->
10171030

10181031

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /