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

[聚类算法] SpamDetector

使用余弦相似性创建的垃圾邮件检测器模型。
A spam detector model created using cosine similarities. (2024-02-11, Python, 0KB, 下载0次)

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

[聚类算法] Semantic_Grader

使用句子_变换器基于语义相似性的等级
Grades based on semantic similarity using sentence_tranformers (2024-02-07, Python, 0KB, 下载0次)

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

[聚类算法] Naive_Bayes_Classifier_Email_Similarities

在几个不同的数据集上使用scikit learn的朴素贝叶斯实现。通过报告分类器的准确性,我们可以发现哪些分类器是正确的…
Use scikit-learn’s Naive Bayes implementation on several different datasets. By reporting the accuracy of the classifier, we can find whi… (2024-01-18, Python, 0KB, 下载0次)

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

[聚类算法] Yelp-Review-Sentiment-Analyzer

该项目实现了一个朴素贝叶斯分类器,该分类器对模拟Yelp评审文本进行预处理和训练,并预测给定的评审evo...,
This project implements a Naive Bayes classifier that preprocesses and trains on mock Yelp review text and predicts if a given review evokes a positive or negative sentiment (2023-08-04, Python, 0KB, 下载0次)

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

[聚类算法] Classify

使用NLTK创建朴素贝叶斯分类器的Python代码
Python code to create a Naive Bayes Classifier with NLTK (2016-03-25, Python, 4KB, 下载0次)

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

[聚类算法] Naive-Bayes-Classifier

P&S课程|实验1-朴素贝叶斯分类器
P&S course | Lab 1 - Naive Bayes classifier (2021-10-20, Python, 210KB, 下载0次)

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

[聚类算法] naive-trial

简单多项式朴素贝叶斯分类器的试验
A trial at a simple multinomial naive bayes classifier (2015-07-10, Python, 3KB, 下载0次)

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

[聚类算法] Naive-Bayes-using-Apache-Spark

无阻塞朴素贝叶斯分类器的实现
Implementation of non-blocking Naive Bayes Classifier (2019-02-08, Python, 3KB, 下载0次)

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

[聚类算法] Data-Mining-Na-ve-Bayes-Classifier

图像的朴素贝叶斯分类器
Na ve Bayes Classifier for images (2019-10-13, Python, 68957KB, 下载0次)

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

[聚类算法] KNN-And-NaiveBayes-Classifier

从头开始的KNN和朴素贝叶斯分类器
KNN and Naive Bayes Classifiers from scratch (2019-09-25, Python, 38KB, 下载0次)

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

[聚类算法] nb-with-gibbs

基于Gibbs抽样推理的朴素贝叶斯分类器
A naive bayes classifier using Gibbs Sampling inference (2012-09-06, Python, 3688KB, 下载0次)

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

[聚类算法] bayes-classifier

文本内容朴素贝叶斯分类器的Python实现。
Python implementation of a naive Bayesian classifier for text content. (2012-09-01, Python, 2KB, 下载0次)

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

[聚类算法] python-classifiers

N近邻朴素贝叶斯分类器的Python实现
Python implementation of N-Nearest Neighbour and Naive Bayes classifiers (2014-05-27, Python, 71KB, 下载0次)

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

[聚类算法] Loan-Prediction-Analysis

决策树和随机森林分类器的分析
An analysis of the Decision Tree and Random Forest Classifiers (2020-05-14, Python, 34KB, 下载0次)

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

[聚类算法] Decision-Tree-Classifier

决策树分类器ID3算法的实现方案
A project that implements ID3 algorithm for decision tree classifier (2018-11-15, Python, 639KB, 下载0次)

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

[聚类算法] Decision_Tree

基于Iris数据集的决策树分类器的Python实现
Python implementation of Decision Tree Classifier using Iris dataset (2021-07-07, Python, 2KB, 下载0次)

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

[聚类算法] -Logistic-Regression-and-Random-Forest-Classifier

使用Logistic回归和随机森林分类器的分类模型,,
Classification-model-using-Logistic-Regression-and-Random-Forest-Classifier,, (2022-01-17, Python, 2KB, 下载0次)

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

[聚类算法] logistic-regression

学习者对逻辑回归分类器的实现。
A learner s implementation of a logistical regression classifier. (2015-05-19, Python, 25KB, 下载0次)

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

[聚类算法] questions-classifier

使用逻辑回归将分类器问题分为好或坏
Classifier questions as good or bad using logistic regression (2023-04-21, Python, 2612KB, 下载0次)

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

[聚类算法] MemcachedManager

Memcached Manager是一个非常简单但功能强大的Memcached服务器集群管理器。它允许您删除和刷新密钥...
Memcached Manager is a very simple yet powerful memcached server/cluster manager. It allows you to delete & flush keys, view stats, see the raw data on the server, and more. (2010-12-20, Python, 90KB, 下载0次)

http://www.pudn.com/Download/item/id/1292850121793125.html
总计:1030