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

[聚类算法] Parallel_Programming_kmeans

并行编程kmeans
Parallel Programming kmeans (2023-12-26, Python, 0KB, 下载0次)

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

[聚类算法] PolyhedralClusterDescription

这是一种用于集群描述的整数编程方法的实现,该方法通过围绕每个集群生成多面体来工作。,
This is an implementation of an integer programming approach to cluster description that works by generating polyhedra around each cluster., (2023-10-10, Python, 0KB, 下载0次)

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

[聚类算法] dp_python

优化动态编程(动态时间扭曲)作为Python外部,
Optimized Dynamic Programming (Dynamic Time Warp) as a Python external, (2015-07-22, Python, 0KB, 下载0次)

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

[聚类算法] oid-Classification-using-k-Nearest-Neighbors-kNN-

小行星分类对于理解这些天体及其对地球物理的潜在影响具有重要意义...
Asteroid classification plays a crucial role in understanding these celestial bodies and their potential impact on Earth. The goal of this project is to develop a machine learning model using the k-Nearest Neighbors (kNN) algorithm to classify asteroids into different classes based on their attributes. (2023-05-18, Python, 5KB, 下载0次)

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

[聚类算法] Data-Mining

该存储库由数据挖掘课程的编程作业组成。实现了建议等概念...
This repository consists of programming assignments for course Data Mining. Implemented concepts like recommendation system, classification trees, Apriori algorithm and its variants, Naive bayes classifier, Association rule mining (2016-07-09, Python, 273KB, 下载0次)

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

[聚类算法] langdog

基于朴素贝叶斯分类器和贝叶斯推理的可训练Python编程语言检测模块
Trainable Python programming language detection module based on a naive Bayes classifier and Bayesian inference (2011-09-26, Python, 1KB, 下载0次)

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

[聚类算法] random_forest_funcitonal_and_object_oriented

实践函数和面向对象编程的项目:仅使用ScikitLear对随机森林进行编程...
Project to practice functional and object oriented programming: programming of a random forest just using Scikit-Learn DecisionTreeClassifiier (2021-05-19, Python, 3KB, 下载0次)

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

[聚类算法] DecisionTree

人工智能项目#2的编程
Programming For Artificial Intelligence Project #2 (2022-04-03, Python, 5KB, 下载0次)

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

[聚类算法] codesim

在线评测中两个编程任务的相似性度量。
A similarity measurer on two programming assignments on Online Judge. (2023-01-06, Python, 20KB, 下载0次)

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

[聚类算法] knnpredict

根据《集体智慧编程》实现的近邻预估
Neighborhood estimation based on Collective Intelligent Programming (2016-07-27, Python, 1KB, 下载0次)

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

[聚类算法] k-nearest-neighbors-python

使用Python编程语言从头开始实现K-Nearest Neighbors算法。
An implementation of the K-Nearest Neighbors algorithm from scratch using the Python programming language. (2019-03-03, Python, 3KB, 下载0次)

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

[聚类算法] cluster

基于《集体智慧编程》实现的k-means聚类,层次聚类算法
K-means clustering and hierarchical clustering algorithm based on Collective Intelligent Programming (2016-07-27, Python, 2KB, 下载0次)

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

[聚类算法] Clustering-algorithm

常见聚类算法编程:1.层次聚类 2.DBSCAN 3.K-means
Common clustering algorithm programming: 1. hierarchical clustering 2. DBSCAN 3. K-means (2023-02-23, Python, 2KB, 下载0次)

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

[聚类算法] iFeatureOmega-GUI

...具有有限编程专业知识的生物学家。iFeatureOmega还通过集成15个有限元分析来扩展其功能...
iFeatureOmega is a comprehensive platform for generating, analyzing and visualizing more than 170 representations for biological sequences, 3D structures and ligands. To the best of our knowledge, iFeatureOmega supplies the largest number of feature extraction and analysis approaches for most molecule types compared to other pipelines. Three (2022-05-23, Python, 20644KB, 下载0次)

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

[聚类算法] Concurrent_AP

亲和传播集群的可扩展和并发编程实现。
A scalable and concurrent programming implementation of Affinity Propagation clustering. (2020-11-10, Python, 14KB, 下载0次)

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

[聚类算法] manager

管理星云编程器集群的API端点
The API endpoint that manages nebula orchestrator clusters (2023-05-11, Python, 44KB, 下载0次)

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

[聚类算法] clara

CLuster和RepAir工具,用于介绍编程任务
CLuster And RepAir tool for introductory programming assignments (2022-04-27, Python, 79KB, 下载0次)

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

[聚类算法] K-means-Clustering-on-Text-Documents

使用Scikit学习,机器学习库为Python编程语言。
Using Scikit-learn, machine learning library for the Python programming language. (2018-04-05, Python, 82KB, 下载0次)

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

[聚类算法] clustering

清晰编程并解释了KMeans和KMedoids算法
KMeans and KMedoids algorithms clearly programmed and explained (2021-11-03, Python, 10401KB, 下载0次)

http://www.pudn.com/Download/item/id/1635921571493040.html
总计:19