Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seroetr authored Aug 8, 2022
1 parent 83948ee commit e8e6bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
## Sentiment Analysis with Deep Learning using ANN and CNN in Tensorflow
- Simple `Artificial Neural Network (ANN)` and `1D Convolutional Neural Network (CNN)` models are used to predict sentiment analysis for IMDB movei reviews, which is a binary classification problem.
- Spacy `en_core_web_lg` pretrained model (https://spacy.io/models/en) is used to convert texts to vectors in dataframes.
- Feature scaling is applied to X_train and X_test using MinMaxScaler before being fed inputs into the neural network.


0 comments on commit e8e6bda

Please sign in to comment.