Analysis of the IMDB movie sentiment analysis dataset using an MLP classifier.
Using a simple single layer multilayered perceptron with 500 units, 90% AUC can be acheived by filtering words with little information gain.
To do:
Apply filtered feature set to state of the art models to achieve greater accuracy.