This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
Add TensorFlow text classification
Currently, 3 ML algorithms are implemented (SVM, NB & LGB).
We would like to experiment as well with TensorFlow and bag-of-words - based classification model.
Add TensorFlow text classification Currently, 3 ML algorithms are implemented (SVM, NB & LGB). We would like to experiment as well with TensorFlow and bag-of-words - based classification model.