搜索资源列表
Naive-Bayes-Text-Classification
- 使用Python实现朴素贝叶斯分类,文件夹中附带数据集。实现了NB算法,并进行5倍交叉验证-Naive Bayes classifier using the Python implementation, the folder with the data set. NB implements the algorithm, and 5-fold cross-validation
wh
- 大数据,推荐的三种方法GLOBAL ,滤波算法,NB算法的matlab实现-Big data, the recommended three methods GLOBAL, filtering algorithm, NB algorithm matlab implementation
59564363AES
- 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
codeFramework
- matlab 的naivebayes程序(This is a matlab code naive bayes)
代码
- 基于Java的模式识别算法,包括ID3,KNN,NB等源程序(A pattern recognition algorithm based on Java)