We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e4f16d commit d0743d8Copy full SHA for d0743d8
README.md
@@ -21,8 +21,21 @@ The objective of this task is to detect hate speech in tweets. Tweet contains ne
21
22
* Stemming
23
24
+# WordCloud
25
26
+
28
+
29
+# Feature Extraction:
30
+<br> 1. Bag Of Words
31
+<br> 2. TF-IDF
32
+<br> 3. Word2Vec
33
34
+# Model Building:
35
+<br> Building Logistic Regression and Support Vector Machine (SVM) on BOW, TF-IDF & Word2Vec features.
36
37
+# Results:
38
+<br> Logistic Regression and SVM on Word2Vec features outperforms the other model.
39
40
41
0 commit comments