Skip to content

Natural Language Processing. From data preparation to building model and deploy the model to web service

Notifications You must be signed in to change notification settings

Sweetflowerjulia/NLP-tag-classification-with-GloVe-and-LSTM

Repository files navigation

Text-Classification-using-GloVe-and-LSTM (NLP)

Natural Language Processing

From data preparation to building model and deploy the model to web service.

  • 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

Releases

No releases published

Packages

No packages published