This is movie review classification with the IMDB dataset using neural networks in Keras.
- Keras
- Numpy
- Matplotlib
The model scores about 88% accuracy. It can surely be improved. Some steps to move this project further:
- More/less number of nodes in the hidden layers (base results with 16).
- More/less number of hidden layers (base results with 2).
- Using some other loss function (hint:
mse
) (base results withbinary_crossentropy
). - Using different activation function (hint:
tanh
) (base results withrelu
).
The file is in .ipynb format. Simply clone the repository or download the file to run and reproduce the results.