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

[聚类算法] SpamDetection

该代码通过使用朴素贝叶斯算法将电子邮件分类为火腿或垃圾邮件。
This code classifies an email as ham or spam through the use of Naive Bayes Algorithm. (2024-01-18, Python, 0KB, 下载0次)

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

[聚类算法] Data-Mining-Sentiment-Analysis-Django

基于Python Django和Tailwind UI的朴素贝叶斯分类器算法的情感分析。
Sentiment Analysis using Naive Bayes Classifier Algorithm Base on Python Django with Tailwind UI. (2024-01-13, Python, 0KB, 下载0次)

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

[聚类算法] phonetic-reading-predictor

使用朴素贝叶斯预测用户是否学会了语音读写或非语音读写
Predict if a user learned to read and write phonetically or non-phonetically using Naive Bayes (2023-12-16, Python, 0KB, 下载0次)

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

[聚类算法] Credit-Card-Fraud-Detection

使用决策树、KNN、朴素贝叶斯、神经网络和随机森林的欺诈检测模型。
Fraud detection model using Decision Trees, KNN, Naive Bayes, Neural Network, and Random Forest. (2023-11-17, Python, 0KB, 下载0次)

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

[聚类算法] StatisticalLearningModel_Implementation

logistic朴素贝叶斯构建实验室,logistic回归(梯度下降,随机梯度下降),感知模型
lab for building logistic naive bayes, logistic regression(gradient descent, stochastic gradient descent), percepton model (2023-11-17, Python, 0KB, 下载0次)

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

[聚类算法] NHL-Projections-2023

使用贝叶斯神经网络、自举随机森林回归、岭...、...,
NHL player statistic projections for the 2023-24 NHL season using Bayesian neural networks, bootstrapped random forest regression, support vector regression, ridge regression and extreme gradient boosting. (2023-08-10, Python, 0KB, 下载0次)

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

[聚类算法] Naive-Bayes-Classifier

使用朴素贝叶斯分类器从患者病历中检测心脏病的存在
To detect the presence of heart disease from the medical records of patients using Naive Bayes Classifier (2018-09-08, Python, 442KB, 下载0次)

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

[聚类算法] Naive-Bayes-Classifier-from-Scratch

在Python中从头开始实现朴素贝叶斯算法对文本文档进行分类。
Implementation of the Naive Bayes algorithm from scratch in Python to classify text documents. (2020-11-05, Python, 1844KB, 下载0次)

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

[聚类算法] movie-review-classifier

使用从头开始的朴素贝叶斯模型对电影评论进行分类。
Classifies movie reviews using a from-scratch Naive Bayes model. (2021-05-28, Python, 66781KB, 下载0次)

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

[聚类算法] Bernoulli-Naive-Bayes

该代码执行读取训练和测试数据、预处理和朴素贝叶斯分类。
The code performs reading both train and test data, pre-processing and naive Bayes classification. (2019-02-15, Python, 2KB, 下载0次)

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

[聚类算法] Naive-bayes-text-classifier

用朴素贝叶斯作为二元分类器按主题自适应过滤自由文本
Using Naive bayes as a binary classifier to adaptively filter free form text by topics (2013-04-25, Python, 3KB, 下载0次)

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

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

在python中从头开始实现多类高斯朴素贝叶斯分类器。
Implementation of a multi class Gaussian Naive Bayes classifier in python from scratch. (2020-05-29, Python, 142KB, 下载0次)

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

[聚类算法] NaivePY

用于python的朴素贝叶斯算法模块<https:pypi.org项目naivepy>
用于python的朴素贝叶斯算法模块<https:pypi.org项目naivepy> (2022-12-10, Python, 21KB, 下载0次)

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

[聚类算法] Naive-Bayes-python

这是一种朴素贝叶斯机器学习算法,用于将文本输入分类为四个类别。
This is a Naive Bayes machine learning algorithm build to classify text inputs into four categories. (2020-07-28, Python, 1843KB, 下载0次)

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

[聚类算法] sifier-linearClassifier-ImplementationFromScratch

Python实现贝叶斯分类器、NaiveBayes分类器、线性分类器和评估方法(混淆矩阵、R...
Python-Implement BayesianClassifier, NaiveBayesClassifier, linearClassifier and evalution method (confusion matrix, ROC curve, AUC) without calling Library (2020-04-18, Python, 946KB, 下载0次)

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

[聚类算法] Churn_prediction

使用逻辑回归、AdaBoost分类器、随机森林分类器、朴素贝叶斯分类进行客户流失预测...
Customer churn prediction using logistic regression ,AdaBoost classifier,Random forest classifier ,Naive Bayes classifier, (2018-02-05, Python, 108KB, 下载0次)

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

[聚类算法] bipartiteSBM

一种用于二分网络中社区检测的贝叶斯模型+算法
A Bayesian model+algorithm for community detection in bipartite networks (2020-09-25, Python, 285KB, 下载0次)

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

[聚类算法] kmeans-service

基于马氏距离和贝叶斯信息准则的K-Means聚类算法的Web服务。
Web service for K-Means clustering algorithm with Mahalanobis distance and Bayesian Information Criterion. (2019-01-06, Python, 12175KB, 下载0次)

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

[聚类算法] kmeans-service

基于马氏距离和贝叶斯信息准则的K-Means聚类算法的Web服务。
Web service for K-Means clustering algorithm with Mahalanobis distance and Bayesian Information Criterion. (2023-02-15, Python, 755KB, 下载0次)

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

[聚类算法] vizuka

探索高维数据集以及您的算法如何处理特定区域。
Explore high-dimensional datasets and how your algo handles specific regions. (2018-07-19, Python, 2082KB, 下载0次)

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