Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 267 Bytes

Text Classification

Naive Bayes

Classification of text trough application of Bayes rule repeatedly and independance assumption between word features.

Decision Tree Learning

Construction of Desicion Tree Classifier trough Entropy and Information Gain methods.