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

[聚类算法] ML_Kmeans

编码器le Kmeans从头开始。
coder le Kmeans from scratch. (2024-04-08, Python, 0KB, 下载0次)

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

[聚类算法] CensorBot

使用机器学习制作的简单亵渎检查器,该机器学习使用sklearn库中的朴素贝叶斯分类器。
A simple profanity checker made using machine Learning that utilizes the Naive Bayes classifier from sklearn library. (2024-03-19, Python, 0KB, 下载0次)

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

[聚类算法] Spam_Email_Detection_Using_Naive_Bayes_classifier

使用矢量器和朴素贝叶斯分类器检测垃圾邮件的简单逻辑回归。,
A simple logistic regression using Vectorizer and Naive Bayes classifier to detect spam emails., (2023-10-16, Python, 0KB, 下载0次)

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

[聚类算法] OTCMA-Net

“用于高光谱异常检测的基于最优传输的集群存储器增强深度自动编码器”的实现,
The implementation for "Cluster-memory Augmented Deep Autoencoder via Optimal Transportation for Hyperspectral Anomaly Detection", (2022-11-05, Python, 0KB, 下载0次)

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

[聚类算法] naive-bayes

朴素贝叶斯分类器实现,
Naive Bayes Classifier implementation, (2023-08-07, Python, 0KB, 下载0次)

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

[聚类算法] Machine-Learning-Feature-Selection

分类器(随机森林(RF)、多层感知器(MLP)、k-最近邻(k-NN))以获得最佳位置...
This project focuses on implementation of three feature selection algorithms such as (Unsupervised Discriminative Feature Selection [UDFS], Local Learning- based Clustering Feature Selection [LLCFS], Correlation-based Feature Selection [CFS]) along with 3 classifiers (Random Forest (RF), Multilayer Perceptron (MLP), k-Nearest Neighbour (k-NN)) (2022-06-03, Python, 904KB, 下载0次)

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

[聚类算法] Naive-Bayes

朴素贝叶斯分类器实现(Python)。
Naive-Bayes classifier implementation (Python). (2021-02-18, Python, 249KB, 下载0次)

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

[聚类算法] Naive-Bayes

朴素贝叶斯垃圾邮件分类器
Naive bayes spam classifier (2022-10-01, Python, 2KB, 下载0次)

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

[聚类算法] Classifier-based-Neural-Networks

基于分类器的神经网络的实现,特别是在每个节点中使用随机森林分类器。
An implementation of a classifier-based neural network, specifically using random forest classifiers in each node. (2017-12-19, Python, 645KB, 下载0次)

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

[聚类算法] my_random_forest

随机森林分类器сВОимирукам我。
Random forest classifier своими руками. (2021-12-21, Python, 1KB, 下载0次)

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

[聚类算法] symptom_diagnoser

基于决策树的症状诊断器
Symptom diagnoser using decision tree (2023-06-03, Python, 20KB, 下载0次)

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

[聚类算法] Natural-Language-Processing-all

词包、感知器和平均感知器、逻辑回归、POS标记、隐马尔可夫模型的实现...
Implementation of Bag of Words, Perceptron & Averaged Perceptron, Logistic Regression, POS Tagging, Hidden Markov Model, LSTM Language Model (2021-11-29, Python, 26995KB, 下载0次)

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

[聚类算法] LogisticRegression

用python编写的逻辑回归分类器
Logistic Regression classifier written in python (2013-03-24, Python, 6KB, 下载0次)

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

[聚类算法] CETE-LREC

论文的源代码“基于上下文嵌入的transformer编码器,用于答案中的句子相似性建模”...
Source code of the paper "Contextualized Embeddings based Transformer Encoder for Sentence Similarity Modeling in Answer Selection Task" published in LREC 2020. (2022-12-08, Python, 37509KB, 下载0次)

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

[聚类算法] KNNClassifierWithLibrary

使用现有库的KNN分类器
KNN classifier using existing library (2019-11-22, Python, 11KB, 下载0次)

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

[聚类算法] access_leaner-Machine-learning-for-trading

作为Python类实现和评估三种学习算法:KNN学习器、线性回归学习器(prov...
implement and evaluate three learning algorithms as Python classes: A KNN learner, a Linear Regression learner (provided) and a Bootstrap Aggregating learner (2016-01-08, Python, 418KB, 下载0次)

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

[聚类算法] HorrorMoviePosterClassifier

电影恐怖海报的kNN分类器。
kNN classifier for movie horror posters. (2016-02-21, Python, 6KB, 下载0次)

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

[聚类算法] knn_recommender

knn推荐器的演示
Demo of a knn recommender (2022-09-22, Python, 5KB, 下载0次)

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

[聚类算法] optimus

一种深度学习集群调度器
A Deep Learning Cluster Scheduler (2021-01-11, Python, 120KB, 下载0次)

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

[聚类算法] cs362-kmeans

天真的kmeans图像操纵器
A naive kmeans image manipulator (2014-05-08, Python, 66KB, 下载0次)

http://www.pudn.com/Download/item/id/1399552470642066.html
总计:1006