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 1c661f2

Browse files
Update README.md
1 parent 167e0db commit 1c661f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ Data for this in-class competition comes from the [Sentiment140](https://www.kag
1313
## Getting started using Lexicon and Machine Learning (ML) based methods
1414
Open `SentimentAnalysis.ipynb` on a jupyter notebook environment, or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis.ipynb)
1515

16-
- VADER (VALENCE based sentiment analyzer) (67%)
16+
- VADER (VALENCE based sentiment analyzer) [67%]
1717
- Naive Bayes
18-
- Linear SVM (Support Vector Machine) (80%)
18+
- Linear SVM (Support Vector Machine) [80%]
1919
- Decision Tree
2020
- Random Forest
2121
- Extra Trees
22-
- SVC (80%)
22+
- SVC [80%]
2323

2424
## Exploring using Deep Learning Techniques (LSTM)
2525
Open `SentimentAnalysis_RNN.ipynb` on a jupyter notebook environment, or [![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

27-
The LSTM deep learning method (79%) did not perform better than SVC/SVM method
27+
The LSTM deep learning method [79%] did not perform better than SVC/SVM method
2828
<br/>
2929

3030
## How about the BERT Transformers model?
3131
Open `SentimentAnalysis_BERT.ipynb` on a jupyter notebook environment, or [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/KwokHing/SentimentAnalysis-Python-Demo/blob/master/SentimentAnalysis_BERT.ipynb)
3232

33-
The State-of-the-Art transformer model performs slightly better at 82% accuracy
33+
The State-of-the-Art transformer model performs slightly better at [82%] accuracy
3434

3535
<!---
3636
# Walk-through of the submission entry:

0 commit comments

Comments
(0)

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