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

[聚类算法] Bayes_AMC

基于贝叶斯神经网络的不确定性增量自动调制分类
Uncertainty-Aware Incremental Automatic Modulation Classification with Bayesian Neural Network (2024-04-16, Python, 0KB, 下载0次)

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

[聚类算法] naive-bayes-predictor

使用朴素贝叶斯对心脏异常、Netflix评级等进行预测。
Uses Naive Bayes to make predictions about heart abnormalities, Netflix ratings, etc. (2023-12-16, Python, 0KB, 下载0次)

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

[聚类算法] isease-Classification-using-Naive-Bayes-Algorithm

基于朴素贝叶斯算法的苹果果实病害分类,
Apple Fruit Disease Classification using Na ve Bayes Algorithm, (2023-10-22, Python, 0KB, 下载0次)

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

[聚类算法] Machine_Learning

使用Logistic回归、KNN、朴素贝叶斯、SVM和决策树进行评估,
Assessment with Logistic Regression, KNN, Na ve Bayes, SVM, and Decision Tree, (2023-09-02, Python, 0KB, 下载0次)

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

[聚类算法] Naive-Bayes-Positive-Class

<https:dl.acm.org citation.cfm id=269394>中提出的朴素贝叶斯正类(NBPC)算法的实现
<https:dl.acm.org citation.cfm id=269394>中提出的朴素贝叶斯正类(NBPC)算法的实现 (2020-06-02, Python, 1KB, 下载0次)

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

[聚类算法] Naive-Bayes-Classification

朴素贝叶斯算法-使用UCI的隐形眼镜数据集在Python中实现。
Naive Bayes Algorithm - Implementation in Python using Contact Lenses Dataset from UCI. (2022-01-21, Python, 5KB, 下载0次)

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

[聚类算法] Naive-Bayes-Classifier

从MNIST数据库中识别手写数字的朴素贝叶斯分类器
A Naive Bayes Classifier for recognizing handwritten digits from MNIST Database (2019-09-11, Python, 499KB, 下载1次)

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

[聚类算法] Mushroom-Data-Set-Naive-Bayes-Simple-Probability

朴素贝叶斯分类器:简单概率和蘑菇数据集
Naive Bayes Classifier: Simple Probability and the Mushroom Data Set (2018-03-13, Python, 2KB, 下载0次)

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

[聚类算法] digit_recognition_bernoulli_naive_bayes

用于数字识别器(kaggle)的贝努利朴素贝叶斯实现
An implementation of Bernoulli Naive Bayes for digit recognizer (kaggle) (2018-06-08, Python, 15234KB, 下载0次)

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

[聚类算法] NaiveBayes

从头开始的朴素贝叶斯分类器-具有连续和离散变量的数据集
Naive Bayes Classifier from scratch - Dataset with continuous and discrete variables (2017-10-08, Python, 71KB, 下载0次)

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

[聚类算法] TextClassification

一种基于朴素贝叶斯和线性SVM的文本分类方案
A text classification project using Naive Bayes and LinearSVM (2017-04-18, Python, 14KB, 下载0次)

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

[聚类算法] text_classification

用于分类某些类别中的文章的朴素贝叶斯分类器的Python实现
Python implementation of Naive Bayes classifier for classifying articles in certain categories (2014-06-03, Python, 3KB, 下载0次)

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

[聚类算法] langID

语言识别机器学习程序,用Python编写,基于朴素贝叶斯分类器。
Language identification machine learning program written in Python, based on a naive Bayes classifier. (2012-07-01, Python, 223KB, 下载0次)

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

[聚类算法] CBFW_Naive_Bayes

“朴素贝叶斯的基于相关性的特征加权滤波器”的Python实现
Python implementation of "A Correlation-Based Feature Weighting Filter for Naive Bayes" (2022-06-07, Python, 86KB, 下载0次)

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

[聚类算法] NLP-Naive-Bayes-Classifier

Python使用朴素贝叶斯从头开始实现文本分类。
Python Implementation of text classification using Naive Bayes from scratch. (2019-02-23, Python, 718KB, 下载0次)

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

[聚类算法] Diagnosis-Brest-Cancer

基本布雷斯特癌症诊断,使用SVM(支持向量机)的Django框架
Basic Brest Cancer Diagnosis , using Django framework by SVM (Support Vector Machine) (2019-12-04, Python, 17KB, 下载0次)

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

[聚类算法] random-feature-maps

快速随机核化特征:高维IDC数据集的支持向量机分类
Fast Random Kernelized Features: Support Vector Machine Classification for High-Dimensional IDC Dataset (2020-10-20, Python, 22KB, 下载0次)

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

[聚类算法] SparseLSH

一个局部敏感哈希(LSH)库,重点是大型、高维的数据集。
A Locality Sensitive Hashing (LSH) library with an emphasis on large, highly- dimensional datasets. (2023-01-11, Python, 24KB, 下载0次)

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

[聚类算法] KMeans_w_PCA

利用降维(PCA)来可视化学生集群,使用调查答案,比较结果...
Utilizes dimensionality reduction (PCA) in order to visualize clusters of students using survey answers, compares results with a w/o PCA. (2019-07-14, Python, 46KB, 下载0次)

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

[聚类算法] osm-data-classification

迁移到:<https:gitlab.com奥斯兰迪亚osm数据分类>
迁移到:<https:gitlab.com奥斯兰迪亚osm数据分类> (2019-09-16, Python, 68336KB, 下载0次)

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