This document discusses and compares different machine learning techniques for spam detection, including Naive Bayesian classifier, Naive Bayesian k-cross validation, Naive Bayesian info gain, Bayesian classification, and Bayesian net with correlation based feature subset selection. It provides brief descriptions of each algorithm and discusses their applicability to spam filtering problems. The Naive Bayesian classifier technique is particularly suited when there are many attributes or features. Despite its simplicity, Naive Bayesian can outperform more sophisticated methods. The document also discusses how eliminating redundant or irrelevant attributes can improve the performance of Naive Bayesian classifiers.