码迷,mamicode.com
首页 >  
搜索关键字:clustering    ( 336个结果
Python for Data Science - DBSCan clustering to identify outliers
Chapter 4 - Clustering Models Segment 3 - DBSCan clustering to identify outliers DBSCAN for Outlier Detection Unsupervised method that clusters core s ...
分类:数据库   时间:2021-01-26 11:57:37    阅读次数:0
层次聚类 Hierarchical Clustering
不管是GMM,还是k-means,都面临一个问题,就是k的个数如何选取?比如在bag-of-words模型中,用k-means训练码书,那么应该选取多少个码字呢?为了不在这个参数的选取上花费太多时间,可以考虑层次聚类。 假设有N个待聚类的样本,对于层次聚类来说,基本步骤就是: 1、(初始化)把每个样 ...
分类:其他好文   时间:2021-01-20 11:55:49    阅读次数:0
搭建 RabbitMQ 集群
RabbitMQ 搭建可以参考:https://www.cnblogs.com/klvchen/p/14029336.html 官网集群介绍:https://www.rabbitmq.com/clustering.html 测试架构 | 名称 | IP | | | | | node-1 | 192. ...
分类:其他好文   时间:2020-11-27 11:54:15    阅读次数:23
谱聚类(spectral clustering)原理总结
原文链接:https://www.cnblogs.com/pinard/p/6221564.html 谱聚类(spectral clustering)是广泛使用的聚类算法,比起传统的K-Means算法,谱聚类对数据分布的适应性更强,聚类效果也很优秀,同时聚类的计算量也小很多,更加难能可贵的是实现起来 ...
分类:其他好文   时间:2020-07-20 13:26:41    阅读次数:60
COMP9313 Week 7 Product Quantization and K-Means Clustering
https://www.cse.unsw.edu.au/~cs9313/20T2/slides/L5.pdf https://drive.google.com/drive/folders/13_vsxSIEU9TDg1TCjYEwOidh0x3dU6es NNS问题: 1. 对于两个d维向量需要计算 ...
分类:其他好文   时间:2020-07-18 19:43:42    阅读次数:66
[ML L9] Clustering (K-MEANS)
The k-means algorithm captures the insight that each point in a cluster should be near to the center of that cluster. It works like this: first we cho ...
分类:其他好文   时间:2020-07-17 21:58:52    阅读次数:87
CentOS7安装crmsh(crm)
crmsh又称crm,是用于配置和管理的Pacemaker命令行界面 官网:http://crmsh.github.io 配置yum源 在/etc/yum.repos.d目录下vim新建Stable.repo,写入以下内容: [network_ha-clustering_Stable] name=S ...
分类:其他好文   时间:2020-07-01 17:25:09    阅读次数:102
聚类算法和分类算法总结
原文:http://blog.chinaunix.net/uid-10289334-id-3758310.html 基于划分聚类算法(partition clustering) k-means: 是一种典型的划分聚类算法,它用一个聚类的中心来代表一个簇,即在迭代过程中选择的聚点不一定是聚类中的一个点 ...
分类:编程语言   时间:2020-07-01 16:16:44    阅读次数:76
机器学习原理/模型/应用
linear regression logistic regression SVM binary Tree naive bayes adaboost clustering ...
分类:其他好文   时间:2020-06-07 21:24:49    阅读次数:59
[ORALCE]SQL 优化案例之 索引的聚合因子clustering factor
索引查询要尽可能的避免回表,如不可避免,要关注聚合因子是否过大,聚合因子过大,回表代价高,产生的bufer 多 第一步,构造有序列x在表"colocated ",无序列x在表"disorganized" --构造有序列x在表"colocated " drop table colocated purg ...
分类:数据库   时间:2020-05-08 20:08:43    阅读次数:116
336条   1 2 3 4 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!