Jul 21 2017 Implement a naive Bayes classifier for spam classification 这是cs229的homework中的一道题,用朴素贝叶斯算法实现垃圾邮件的分类,并且使用多项事件模型和拉普拉斯平滑。