gabrielpreda / Support-Tickets-Classification

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
MIT License
3 stars 6 forks source link

Add TensorFlow text classification #5

Open gabrielpreda opened 5 years ago

gabrielpreda commented 5 years ago

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.