This repo contains python scripts and Jupyter notebook to demonstrate building, training and hosting a movie review sentiment analysis model with Apache MXNet and Amazon SageMaker.
To run it, go to SageMaker, start a new notebook, and upload the files.
Enjoy!
The model is based on:
- The paper "Bag of Tricks for Efficient Text Classification" by Joulin et al.
- The example notebook from SageMaker Python SDK "MXNet Gluon Sentiment"