Natural Language Processing
- read document
- clean data
- convert to phrases
- labeling and generating training dataset
- load pre-trained GloVe word embeddings
- tokenize the text
- create embedding matrix
- create Neural Network model in Keras (embedding matrix - convolutional layer - LSTM - softmax)
- Create Workspace
- Pickle the model
- Register the model
- Create Image
- Deploy WebService
- Test calling web service