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

[聚类算法] Truthful-vs

在这个项目中,我们使用了线性支持向量分类器、梯度Boosting分类器、K最近邻分类器和多分类器...
In this project, we used a Linear Support Vector Classifier, a Gradient Boosting Classifier, a K-Nearest Neighbors Classifier, and a Multinomial Naive Bayes Classifier for our classification tasks. (2023-11-12, Python, 0KB, 下载0次)

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

[聚类算法] universal-sentence-encoder-similarity-server

通用句子编码器相似性服务器,,
universal sentence encoder similarity server,, (2023-09-28, Python, 0KB, 下载0次)

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

[聚类算法] MusicClassification

ML项目使用Spotify数据根据音频波形预测流派和其他指标,
ML project to use Spotify data to predict genre and other metrics based on audio waveforms, (2023-09-27, Python, 0KB, 下载0次)

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

[聚类算法] Deep-learning_projects

自动编码器,MLP分类器,CNN分类器,Boltzman机器聚类,
autoencoder, MLP Classifier, CNN Classifier, Boltzman Machine clustering, (2019-10-16, Python, 0KB, 下载0次)

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

[聚类算法] sikcsp

在本研究项目中,我们使用平移不变的k-means算法来学习原型波形的前向和后向码本...,
In this research project we used a shift-invariant k-means algorithm to learn a preictal and interictal codebook of prototypical waveforms that can be used to summarize the occurrence of recurrent waveforms and to classify between preictal and interictal segments. We use the common spatial patterns (CSP) method to spatially filter the multichann... (2023-06-19, Python, 0KB, 下载0次)

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

[聚类算法] NSynth_Classification_CNN

谷歌NSynth数据集原始音频波形的卷积分类器
Convolutional Classifier for Raw Audio Wafeforms from Google s NSynth Dataset (2018-12-28, Python, 29452KB, 下载0次)

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

[聚类算法] cat-alan

使用原始波形对家猫的声音(饥饿、愤怒、呼噜声等)进行音频分类。PyTorch实现...
Audio classification of domestic cats sounds (hungry, angry, purring, etc) using raw waveforms. PyTorch implementation of M5 architecture. (2022-01-19, Python, 543KB, 下载0次)

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

[聚类算法] Audio-Classification

原始波形超深度卷积神经网络的PyTorch实现
A PyTorch Implementation of VERY DEEP CONVOLUTIONAL NEURAL NETWORKS FOR RAW WAVEFORMS (2019-12-15, Python, 4KB, 下载0次)

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

[聚类算法] Very_Deep_CNN_AudioClassification

原始波形超深度卷积神经网络的Pytorch实现
Pytorch Implementation of VERY DEEP CONVOLUTIONAL NEURAL NETWORKS FOR RAW WAVEFORMS (2019-12-16, Python, 4KB, 下载0次)

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

[聚类算法] kNN-and-perceptron-Classifiers

kNN和感知器分类器,,
kNN-and-perceptron-Classifiers,, (2021-10-25, Python, 76782KB, 下载0次)

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

[聚类算法] IMDB-Sentiment-Analysis

使用SVM分类器和朴素贝叶斯分类器
Using SVM classifier & Naive Bayes Classifier (2019-03-30, Python, 20KB, 下载0次)

http://www.pudn.com/Download/item/id/1686736334435724.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

[聚类算法] classifier

使用决策树作为基本分类器的决策树分类器和adaboost分类器。
A decision tree classifier and adaboost classifier that use the decision tree as base classifier. (2016-11-07, Python, 229KB, 下载0次)

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

[聚类算法] LOGISTIC_REGRESSION_AFFAIRS_DATA

婚姻事务。现在,我想知道是什么因素影响了婚外情的发生。自从额外的玛丽...
I have a dataset containing family information of married couples, which have around 10 variables & 600+ observations. Independent variables are ~ gender, age, years married, children, religion etc. I have one response variable which is number of extra marital affairs. Now, I want to know what all factor influence the chances of extra marital (2020-05-04, Python, 36KB, 下载0次)

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

[聚类算法] sentence_similarity

基于编解码器模型的句子相似性检查器
Sentence Similarity Checker using Encoder Decoder Model (2017-12-12, Python, 2417KB, 下载0次)

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

[聚类算法] Classificadores-KNN-NC

KNN分类器,NC分类器
KNN classifier, NC classifier (2023-02-09, Python, 1009KB, 下载0次)

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

[聚类算法] knnclassifier

K分类器,,
knnclassifier,, (2021-01-07, Python, 120KB, 下载0次)

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

[聚类算法] weightedKnnPredictor_Python

python中的加权knn预测器和异常检测器
weighted knn predictor and abnormal detector in python (2014-10-30, Python, 13KB, 下载0次)

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

[聚类算法] AdaBoost

Boosting算法AdaBoost,使用感知器、核感知器和多项式作为弱分类器,KNN作为强分类器...
Boosting algorithm AdaBoost, using Perceptron,Kernel perceptron and Multinomial as weak classifiers and KNN as strong classifier (2015-06-19, Python, 14KB, 下载0次)

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

[聚类算法] Detex

用于子空间检测和波形相似性聚类的Python包
A Python package for subspace detection and waveform similarity clustering (2019-06-12, Python, 14112KB, 下载0次)

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