联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 聚类算法(806) 
按平台查找All Python(806) 

[聚类算法] th-Naive-Bayes-Classifier-for-Review-Authenticity

用于审查真实性的朴素贝叶斯分类器
SeekTruth Naive Bayes Classifier for Review Authenticity (2024-05-10, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1715398682910360.html

[聚类算法] python-machinelearn

我对python和机器学习、朴素贝叶斯、knn、svm的研究
My study for python and machine learn, naive bayes, knn, svm (2024-05-07, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1715238793362802.html

[聚类算法] mpox

朴素贝叶斯-高斯回归和Logistic回归的比较性能
Comparative Performance of Logistic Regression for Naive Bayes Gaussian and Logistic Regression (2024-04-09, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1712660969542409.html

[聚类算法] hon-Naive_Bayes_Classifier-Oranges_Vs_Grapefruits

Python朴素贝叶斯分类器橙子Vs葡萄柚
Python Naive Bayes Classifier Oranges Vs Grapefruits (2023-12-31, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704010876618114.html

[聚类算法] Exoplanets

使用朴素贝叶斯和随机森林分类器的系外行星预测模型,
Predicting model for exoplanets using naive bayes & random forest classifiers, (2023-08-18, Python, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1692430644897995.html

[聚类算法] SentimentAnalysis

基于朴素贝叶斯和表情符号期望最大化的Twitter情感
Twitter sentiment through Naive Bayes with Expectation-Maximization on emoticons (2016-05-07, Python, 130KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736467333261.html

[聚类算法] scam_classifier

一种基于朴素贝叶斯的分类器,用于检测欺诈消息。
A classifier based on Naive Bayes to detect scam messages. (2021-06-14, Python, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736467238959.html

[聚类算法] Email-Classifier

基于词袋模型的朴素贝叶斯垃圾邮件分类器
Naive Bayes spam email classifier using Bag-of-Words model (2021-03-31, Python, 3515KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736467575817.html

[聚类算法] bayes_classifier

用于垃圾邮件过滤和情感分析的朴素贝叶斯分类器。
Naive Bayes classifier for spam filtering and sentiment analysis. (2015-10-05, Python, 47007KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736460343722.html

[聚类算法] Sentimental-Classification-of-Comments

用朴素贝叶斯和感伤词典对文献进行分类
Using Naive Bayes and Sentimental Dictionary to classify docuemnts (2016-12-15, Python, 3326KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736460107991.html

[聚类算法] 20-newsgroup-classification

使用朴素贝叶斯和SVM对20个新闻组进行分类
Classifying 20 newsgroups using Naive Bayes and SVM (2017-07-29, Python, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736459954600.html

[聚类算法] Twitter_Sentiment_Analysis

朴素贝叶斯分类器使用Python NLTK和Tweepy API实现。
Naive Bayes Classifier implemented using Python-NLTK and Tweepy API. (2020-04-21, Python, 2122KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736453413181.html

[聚类算法] naivebayes

一种基于文档集的朴素贝叶斯癌症分类模型
A naive Bayes model for cancer classification using a set of documents (2021-11-24, Python, 1092KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736388810589.html

[聚类算法] Naive-Bayes-Spam-Filter

使用朴素贝叶斯算法进行垃圾邮件过滤。
Spam filtering using Naive Bayes algorithm. (2018-11-06, Python, 205KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736279505958.html

[聚类算法] Naive-Bayes-Classifier

使用excel数据集的一个特征的朴素贝叶斯分类器
Naive Bayes Classifier for one feature using excel dataset (2020-01-22, Python, 16KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736072262871.html

[聚类算法] fusion_naive_bayes

朴素贝叶斯分类器的Python实现。本机支持的类别变量
Python implementation of Naive Bayes classifier. Categorical variables supported natively (2018-02-21, Python, 391KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736072351770.html

[聚类算法] TradingBot

交易机器人。人工神经网络、贝叶斯网络、随机森林和一些研究:)
Trading Bots. ANN, Bayesian Networks, Random Forests and some studies :) (2017-10-17, Python, 60340KB, 下载0次)

http://www.pudn.com/Download/item/id/1686729041410941.html

[聚类算法] NaiveBayes_LogisticRegression

该项目使用朴素贝叶斯逻辑回归来检测垃圾邮件
This project uses Naive Bayes Logistic Regression to detect spam email (2019-03-24, Python, 486KB, 下载0次)

http://www.pudn.com/Download/item/id/1686720465880087.html

[聚类算法] CS6375-Machine-Learning

实现决策树、朴素贝叶斯、逻辑回归、K-Means算法。
Implement Decision Tree, Naive Bayes, Logistic Regression, K-Means algorithm. (2018-04-08, Python, 3162KB, 下载0次)

http://www.pudn.com/Download/item/id/1523196302893364.html

[聚类算法] harmonypy

使用模糊k均值和局部线性调整集成多个高维数据集。
Integrate multiple high-dimensional datasets with fuzzy k-means and locally linear adjustments. (2023-05-08, Python, 1922KB, 下载0次)

http://www.pudn.com/Download/item/id/1683541336548867.html