朴素贝叶斯分类器算法

时间:2021-12-03 07:44:26
【文件属性】:

文件名称:朴素贝叶斯分类器算法

文件大小:16KB

文件格式:RAR

更新时间:2021-12-03 07:44:26

Bayes 朴素贝叶斯 机器学习 python

实现朴素贝叶斯分类器算法基本功能,代码有注释,还包括一个垃圾邮件过滤的实例。另外我这次用的是python2.7版,如果用python3的可能需要根据提示修改几个语法(sorted函数的参数)。


【文件预览】:
spamEmail.py
email
----spam()
--------22.txt(362B)
--------19.txt(398B)
--------9.txt(169B)
--------21.txt(229B)
--------3.txt(414B)
--------18.txt(258B)
--------14.txt(210B)
--------12.txt(188B)
--------10.txt(217B)
--------7.txt(169B)
--------2.txt(298B)
--------23.txt(338B)
--------13.txt(252B)
--------6.txt(252B)
--------17.txt(254B)
--------11.txt(414B)
--------4.txt(229B)
--------5.txt(238B)
--------1.txt(238B)
--------25.txt(264B)
--------24.txt(338B)
--------16.txt(338B)
--------15.txt(338B)
--------8.txt(338B)
--------20.txt(362B)
----ham()
--------22.txt(330B)
--------19.txt(161B)
--------9.txt(146B)
--------21.txt(234B)
--------3.txt(371B)
--------18.txt(175B)
--------14.txt(172B)
--------12.txt(182B)
--------10.txt(86B)
--------7.txt(109B)
--------2.txt(234B)
--------23.txt(607B)
--------13.txt(174B)
--------6.txt(1KB)
--------17.txt(464B)
--------11.txt(130B)
--------4.txt(207B)
--------5.txt(114B)
--------1.txt(148B)
--------25.txt(89B)
--------24.txt(42B)
--------16.txt(90B)
--------15.txt(531B)
--------8.txt(638B)
--------20.txt(208B)
bayes.py

网友评论