From b580b898a72620e5965de0938ed9878d9574a2b7 Mon Sep 17 00:00:00 2001 From: Mukund Hadoop Date: Sun, 18 Nov 2018 23:00:01 +0530 Subject: [PATCH] SentimentAnalysis --- sentiment_analysis/W2VSentimentAnalysis.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sentiment_analysis/W2VSentimentAnalysis.py b/sentiment_analysis/W2VSentimentAnalysis.py index 6f837ab..ffc6bf2 100644 --- a/sentiment_analysis/W2VSentimentAnalysis.py +++ b/sentiment_analysis/W2VSentimentAnalysis.py @@ -365,6 +365,9 @@ def getAvgFeatureVecs(reviews, model, num_features): #

Building the Neural Network Model

+ + + # In[45]: @@ -384,8 +387,14 @@ def getAvgFeatureVecs(reviews, model, num_features): model.summary() + + + #

Training the Model

+ + + # In[51]: