Skip to content

Commit c1139ec

Browse files
committed
Readme.md
1 parent 2d75318 commit c1139ec

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
25 Bytes
Binary file not shown.

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ analyzed using machine learning procedures, algorithms and other related aspets.
3131

3232
[Download DataSet from here](http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz)
3333
then put `aclImdb` folder to parent directory
34+
#### File structure
35+
![File structure](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/Files.png?raw=true)
3436

3537
### install modules
3638

@@ -82,3 +84,25 @@ python filname.py
8284
```bash
8385
python naive.py
8486
```
87+
88+
## ScreenShots
89+
90+
91+
#### Ada Boost Classifier
92+
![Ada Boost Classifier](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/adaboost.png?raw=true)
93+
94+
95+
#### Bagging Classifier
96+
![Bagging Classifier](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/bagging.png?raw=true)
97+
98+
99+
#### Naive Bayes - MultinomialNB()
100+
![Bagging Classifier](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/naive.png?raw=true)
101+
102+
103+
#### Random Forest Classifier
104+
![Random Forest Classifier](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/randomforest.png?raw=true)
105+
106+
107+
#### Support Vector Machine - LinearSVC()
108+
![Support Vector Machine](https://github.com/shamil-t/sentiment-analysis-using-python-IMDB-/blob/master/images/svm.png?raw=true)

0 commit comments

Comments
 (0)