Skip to content

camicoding/text_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.