Summer Intership 2018 Project at Perfios software solution Pvt Ltd
Model for recommending answers to customer support queries was built using tensorflow and trained on previous query responses.
- Cosine Similarity With Tf-idf Vectors
- K-means clustering with doc2vec vectors
- Two LSTM with Tf-idf
- Create a big coprpus using the data.
- Train the count vectoriser and tfidf model.
- Get most similar by comparing the vector for each query from training data and find its consine similarity with the test query vector.
- Create Doc-2-vec model and Train it.
- Get most similar vector to test vector.
Link to paper on the two LSTM approach
The chrome extension was made for deployment purpose which sends the post request to the code running in Flask server and gets back the suggested response.