Skip to content

asperaa/intent_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intent_classification

Detection of email intent as "yes" or "no".

  • Techniques like GloVe vectors and TF-IDF were used for vectorisation of email texts.
  • Different ML algorithms like logistic regression, SVC, random forest and ensemble methods were explored.
  • Finally, training accuracy of 75.1% and test accuracy of 75.4% is achieved with random forest algorithm