Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 374 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 374 Bytes

Author-Authentication

Is Built of Three Major Components:

  • Feature Selection: Lexical + Syntactic Features, (bi-grams, tri-grams), (bi-grams, 4grams), (tri-grams, 4grams)

  • Feature Extraction: BOW, TFIDF, Domain-Specific Word Embedding, GloVe, FastText

  • Deep Learning & Machine Learning Models: Linear SVM, Multinomial Naive Bayes, Random Forest, LSTM, BI-LSTM, CNN