Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 840 Bytes

File metadata and controls

24 lines (20 loc) · 840 Bytes

SENTIMENT_ANALYSIS_ON_IMDB_DATASET

Sentiment Analysis model on imdb datasetthis model gives output the probability of being a sentence positive review or a negative review

HOW TO USE THIS REPO?

step 1:

set up internet connection and your environmentshaving following dependencies

  1. tensorflow
  2. numpy
  3. h5py
  4. maths
  5. keras please do install others if you need

step 2:

Run Sentiment_Analysis_training.py file first

step 3:

now Run Sentiment_Analysis.py file to get result

Result

the result will be the array of two elements

first element of the array will be showing the pobability of being the sentence or review negative

the second element of array is the probability of being the sentence or review positive

file ipynb file is the python noteboomk developement file for this project