ICP 10 - Murarishetti-Shiva-Kumar/Python-Deep-Learning-Programming GitHub Wiki
DeepLearning Lesson3: Word Embedding
1. In the code provided, there are three mistake which stop the code to get run successfully; find those mistakes and explain why they need to be corrected to be able to get the code run

2. Add embedding layer to the model, did you experience any improvement?

3. Apply the code on 20_newsgroup data set we worked in the previous classes

Bonus question
1. Plot the loss and accuracy using history object
For IMDB Dataset without Embedded layer

For IMDB Dataset with Embedded layer

For 20_newsgroup data set without Embedded layer

For 20_newsgroup data set with Embedded layer

2. Predict over one sample of data and check what will be the prediction for that
For IMDB Dataset

For 20_newsgroup data set
