Colin-Codes / IntentClassifier-ML-Project

Pyhton, Keras, SciKit-Learn, Matplotlib: Machine learning research project around classification of intent behind tech support emails in order to enable automatic follow up.
0 stars 0 forks source link

Build a prototype question answering system #18

Closed Colin-Codes closed 5 years ago

Colin-Codes commented 5 years ago

Question - Question matching using basic machine learning

Colin-Codes commented 5 years ago

Must decide what the something more convoluted will be....

linguistic dependency approach? A neural network? Another kind of algorithm? Comparison of vector scores between Qs and As Data mining of docs

Colin-Codes commented 5 years ago

Build a GRU:

https://medium.com/mlrecipies/deep-learning-basics-gated-recurrent-unit-gru-1d8e9fae7280

Colin-Codes commented 5 years ago

Build an LSTM:

https://adventuresinmachinelearning.com/keras-lstm-tutorial/

Colin-Codes commented 5 years ago

OR:

https://towardsdatascience.com/nlp-building-a-question-answering-model-ed0529a68c54

(pull the repo from GitHub) Too complicated

Colin-Codes commented 5 years ago

Used this as a basis:

https://codekansas.github.io/language.html

Colin-Codes commented 5 years ago

Done