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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Jupyter Notebook 100.0%