-
Notifications
You must be signed in to change notification settings - Fork 2
M2 ICP5
Tarik Salay edited this page Dec 11, 2019
·
1 revision
to discuss types of ANNs and Recurrent Neural Network.
Use Case Description:
- Sentiment Analysis on the Twitter dataset
Programming elements:
- Basics of LSTM
- Types of RNN
- Use case: Sentiment Analysis on the Twitter data set
Source Code: https://umkc.box.com/s/xrxrv8un2xen18yb1p9nq2xw70tm849g
In class programming:
- Save the model and use the saved model to predict on new text data (ex, “A lot of good things are happening. We are respected again throughout the world, and that's a great thing.@realDonaldTrump”)
- Apply GridSearchCV on the source code provided in the class
- Apply the code on spam data set available in the source code (text classification on the spam.csv data set) Visualize Loss and Accuracy on the Tensorboard