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

[聚类算法] MULTINOMIAL-NAIVE-BAYES

通过对IMDB大型电影评论数据集的训练,实现了用于文档分类的多项式朴素贝叶斯算法,并对拉普拉斯平滑参数进行了比较研究。
Implemented Multinomial Naive Bayes for Document Classification by training on the IMDB Large Movie Review dataset and did a comparative study of Laplace smoothing parameter. (2024-03-26, Python, 0KB, 下载0次)

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

[聚类算法] tection-using-Naive-Bayes-and-Logistic-Regression

在本任务中,我们将实现朴素贝叶斯和Logistic回归分类器,并使用它们进行工作。(请注意,对于朴素贝叶斯…
In this assignment, we will implement and work with a Naive Bayes and a Logistic Re- gression classifier. (Note that for the Naive Bayes … (2024-01-11, Python, 0KB, 下载0次)

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

[聚类算法] Machine-Learning

朴素贝叶斯分类器,K-最近邻,K-均值聚类
Naive Bayes Classifier, K-Nearest Neighbors, K-Means Clustering (2023-12-21, Python, 0KB, 下载0次)

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

[聚类算法] naivebayes

通过在Python中手工实现朴素贝叶斯文本分类,
By-hand implementation of Naive Bayes text classification in Python, (2023-10-07, Python, 0KB, 下载0次)

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

[聚类算法] Deep-Clustering-based-CBMIR

2021.03~2022.06,加雄大学软件系Senier项目,
2021.03~2022.06, Senier project, Department of Software, Gachon University, (2022-03-29, Python, 0KB, 下载0次)

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

[聚类算法] s-and-Logistic-Regression-for-Text-Classification

朴素贝叶斯和Logistic回归在文本分类中的应用,,
Naive-Bayes-and-Logistic-Regression-for-Text-Classification,, (2023-08-30, Python, 0KB, 下载0次)

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

[聚类算法] COMP307_assignment3

这项任务要求我们编写一个朴素贝叶斯网络。,
This assignment required us to code a naive bayes network., (2023-08-01, Python, 0KB, 下载0次)

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

[聚类算法] pokemon_classifier

基于高斯朴素贝叶斯和KNN的Pokemon型分类器
Pokemon type classifier using Gaussian Naive Bayes & KNN (2017-01-14, Python, 18KB, 下载0次)

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

[聚类算法] Relation-Extraction-and-Classification

基于朴素贝叶斯的关系抽取与分类
Relation Extraction and Classification using Naive Bayes from Scratch (2022-01-31, Python, 164KB, 下载0次)

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

[聚类算法] sentiment_analysis

使用朴素贝叶斯算法进行情感分析(自然语言处理)
Sentiment Analysis using Naive Bayes algorithm (Natural Language Processing) (2018-07-09, Python, 59KB, 下载0次)

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

[聚类算法] tweets-sentiments-recognition

使用Tweets和朴素贝叶斯模型的情感识别
Sentiments recognition using Tweets, and a Naive Bayes model (2020-06-07, Python, 138KB, 下载0次)

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

[聚类算法] spam-classification

基于朴素贝叶斯的垃圾邮件分类及其可视化
Naive Bayes-based spam classification and its visualization (2019-01-08, Python, 99KB, 下载0次)

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

[聚类算法] EXC-Hadoop

基于Hadoop流的词格恢复朴素贝叶斯实现
Naive Bayes implementation of word case restoration with Hadoop streaming (2011-12-11, Python, 343KB, 下载0次)

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

[聚类算法] FakeBookDetector

朴素贝叶斯算法在facebook上识别虚假个人资料
Naive Bayes algorithmic approach to identify fake profiles on facebook (2018-11-04, Python, 333KB, 下载0次)

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

[聚类算法] NaiveBayesClassifiers

高斯和贝努利朴素贝叶斯分类器的实现
My implementation of Gaussian and Bernoulli Naive Bayes classifiers (2018-01-29, Python, 34KB, 下载0次)

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

[聚类算法] NaiveBayesAnaliseSentimento

Análise de Sentimentos de Tweets utilizando classificado朴素贝叶斯
Análise de Sentimentos de Tweets utilizando classificado Naive Bayes (2016-11-29, Python, 66227KB, 下载0次)

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

[聚类算法] NaiveBayes

这是python中流行的朴素贝叶斯算法的实现。
This is an implementation of the popular naive bayes algorithm in python. (2016-07-16, Python, 5751KB, 下载0次)

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

[聚类算法] RF-PHATE

使用随机森林的高维数据监督可视化
Supervised visualization of high-dimensional data using random forests (2022-04-12, Python, 59KB, 下载0次)

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

[聚类算法] Regression-Classification

线性回归,朴素贝叶斯,逻辑回归,正则化,神经网络
Linear regression, Naive Bayes, Logistic Regression, Regularization, Neural Networks (2015-12-30, Python, 7KB, 下载0次)

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

[聚类算法] Kernel_PCA

...最佳降维。内核PCA使用内核函数将数据集投影到更高维...
PCA is a linear method. That is it can only be applied to datasets which are linearly separable. It does an excellent job for datasets, which are linearly separable. But, if we use it to non-linear datasets, we might get a result which may not be the optimal dimensionality reduction. Kernel PCA uses a kernel function to project dataset into a (2019-12-18, Python, 85KB, 下载0次)

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