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

[聚类算法] hon-Naive_Bayes_Classifier-Oranges_Vs_Grapefruits

Python朴素贝叶斯分类器橙子Vs葡萄柚
Python Naive Bayes Classifier Oranges Vs Grapefruits (2023-12-31, Python, 0KB, 下载0次)

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

[聚类算法] pathfinding-lite

Casio fx-CG50x-friendly Kruskals、Prim和k-NN算法计算器,
Casio fx-CG50x-friendly Kruskals, Prim and k-NN algorithm calculators, (2023-09-15, Python, 0KB, 下载0次)

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

[聚类算法] Exoplanets

使用朴素贝叶斯和随机森林分类器的系外行星预测模型,
Predicting model for exoplanets using naive bayes & random forest classifiers, (2023-08-18, Python, 0KB, 下载0次)

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

[聚类算法] DeepTextClassifiers

Keras实现的各种神经文本分类器
All kinds of neural text classifiers implemented by Keras (2020-06-21, Python, 18KB, 下载0次)

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

[聚类算法] DLDC

用PyTorch构建深度学习鼓式样本分类器
Deep learning drum sample classifier built with PyTorch (2023-05-18, Python, 167206KB, 下载0次)

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

[聚类算法] SemanticSimilarity

测试SBERT(句子转换器),以确定各种内容的共同想法
Testing SBERT (sentence-transformers) to identify common ideas across various content (2022-04-03, Python, 9370KB, 下载0次)

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

[聚类算法] NAGphormer

NAGphormer:一种用于大图节点分类的标记化图变换器
NAGphormer: A Tokenized Graph Transformer for Node Classification in Large Graphs (2023-02-22, Python, 12274KB, 下载0次)

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

[聚类算法] fusion_naive_bayes

朴素贝叶斯分类器的Python实现。本机支持的类别变量
Python implementation of Naive Bayes classifier. Categorical variables supported natively (2018-02-21, Python, 391KB, 下载0次)

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

[聚类算法] DNAPred_prot

使用随机森林识别DNA结合蛋白的web服务器代码
web server code for identification of DNA binding protein using Random Forest (2020-12-14, Python, 27867KB, 下载0次)

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

[聚类算法] traits-of-autism-spectrum-disorder-detection-

基于随机森林分类器的孤独症障碍特征检测
detecting autism disorder traits using random forest classifier algorithm (2022-10-12, Python, 11KB, 下载0次)

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

[聚类算法] DiGePred

随机森林分类器,旨在预测携带...
Random Forest classifier designed to predict pairs of human genes capable to causing a digenic disease when carrying rare variants simultaneously. DiGePred has been trained using digenic pairs from DIDA and non-digenic pairs from unaffected relatives of individuals with rare undiagnosed disease. (2021-09-22, Python, 14710KB, 下载0次)

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

[聚类算法] random_forest_http_attacks

检测http ddos攻击的随机森林分类器的实现
Implementation of a random forest classifier to detect http ddos attacks (2020-04-26, Python, 13325KB, 下载0次)

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

[聚类算法] random-forest-scratch-segmentation

基于随机森林分类器的金属螺母划痕缺陷检测
Detection of scratch defects on metal nuts using random forest classifier (2021-01-02, Python, 491KB, 下载0次)

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

[聚类算法] decision-tree-id3

Python中用于分类的类ID3决策树学习器
An ID3-like decision-tree learner for classification in Python (2016-01-12, Python, 413KB, 下载0次)

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

[聚类算法] Face-Recognizer

这是一个人脸识别器,使用逻辑回归来解决问题
This is a Face Recogniser, that uses logistic regression to solve the problem (2015-08-15, Python, 311147KB, 下载0次)

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

[聚类算法] Gender-Prediction-using-Names

基于Logistic回归和决策树分类器的性别预测
Gender Prediction using Logistic Regression and Decision Tree Classifier (2019-08-17, Python, 254KB, 下载0次)

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

[聚类算法] logistic-regression-from-scratch

使用随机梯度优化器的简单逻辑回归。
simple logistic regression using the Stochastic gradient optimizer. (2018-06-11, Python, 10KB, 下载0次)

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

[聚类算法] logistic

使用numpy以python编写的逻辑回归分类器的矢量化实现。
A vectorized implementation of a logistic regression classifier written in python using numpy. (2014-02-01, Python, 1791KB, 下载0次)

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

[聚类算法] KNNIrisDataset

在Python中使用KNN分类器预测鸢尾花种的类型
Uses KNN classifier in python to predict the type of Iris flower species (2019-09-26, Python, 1KB, 下载0次)

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

[聚类算法] Emotion-detection-from-EEG

基于脑电信号的KNN情感分类器
KNN classifier for human emotion from EEG (2020-11-19, Python, 734KB, 下载0次)

http://www.pudn.com/Download/item/id/1686605102706278.html
总计:1015