Skip to content

Commit

Permalink
SentimentAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
mukundsood1996 committed Nov 18, 2018
1 parent 0ba3e8e commit b580b89
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sentiment_analysis/W2VSentimentAnalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ def getAvgFeatureVecs(reviews, model, num_features):

# <h3> Building the Neural Network Model </h3>




# In[45]:


Expand All @@ -384,8 +387,14 @@ def getAvgFeatureVecs(reviews, model, num_features):
model.summary()





# <h3> Training the Model </h3>




# In[51]:


Expand Down

0 comments on commit b580b89

Please sign in to comment.