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 d8c749a

Browse files
Update README.md
1 parent 1e39fb4 commit d8c749a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Recommended to install [Anaconda](https://www.anaconda.com/products/distribution
1111
Data for this in-class competition comes from the [Sentiment140](https://www.kaggle.com/datasets/kazanova/sentiment140) dataset where the training and test data consists of randomly sampled 10% and 5% of the dataset.
1212

1313
## Getting started using Lexicon and Machine Learning (ML) based methods
14-
Open `SentimentAnalysis.ipynb` on a jupyter notebook environment. Alternatively, you can view the codes in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis.ipynb).
14+
Open `SentimentAnalysis.ipynb` on a jupyter notebook environment, or in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis.ipynb)
1515

1616
- VADER (VALENCE based sentiment analyzer) (67%)
1717
- Naive Bayes
@@ -22,12 +22,12 @@ Open `SentimentAnalysis.ipynb` on a jupyter notebook environment. Alternatively,
2222
- SVC (80%)
2323

2424
## Exploring using Deep Learning Techniques (LSTM)
25-
Open `SentimentAnalysis_RNN.ipynb` on a jupyter notebook environment. Alternatively, you can view the codes in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis_RNN.ipynb).
25+
Open `SentimentAnalysis_RNN.ipynb` on a jupyter notebook environment, or in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis_RNN.ipynb)
2626

2727
The LSTM deep learning method (79%) did not perform better than SVC/SVM method
2828

2929
## How about the BERT Transformers model
30-
Open `SentimentAnalysis_BERT.ipynb` on a jupyter notebook environment. Alternatively, you can view the codes in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis_BERT.ipynb).
30+
Open `SentimentAnalysis_BERT.ipynb` on a jupyter notebook environment, or in Google Colab [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis_BERT.ipynb)
3131

3232
The State-of-the-Art transformer model performs slightly better at 82% accuracy
3333

0 commit comments

Comments
(0)

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