YiFraternity / OS-K-Means
现有聚类算法面向高维稀疏数据多未考虑类簇可重叠和离群点的存在,导致聚类效果不理想。针对此,提出一种可重叠子空间K-Means聚类算法(An Overlapping Subspace K-Means Clustering Algorithm, OS-K-Means)。给出类簇子空间计算策略,在聚类过程中动态更新每个类簇的属性子空间,并定义合理的约束函数指导聚类过程,从而实现类簇的可重叠性与寻找离群点的效果。具体地,定义合理的目标函数对传统的K-Means算法进行修正,利用熵权约束分别计算每个类簇中每个维度的权重,使用权重值来标识对不同类簇中维度的相对重要性,并加入对重叠程度和离群值数量控制的参数。
☆30Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for OS-K-Means
- Source code of our paper: An overlapping community detection algorithm based on density peaks☆11Updated 6 years ago
- 常用的特征选择方法☆68Updated 2 years ago
- Optimizing k-means++ initialization using PSO☆16Updated 8 years ago
- 数据预处理之缺失值处理,特征选择☆21Updated 5 years ago
- AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.☆38Updated 4 years ago
- 基于Python实现了K-Means、GMM、DBSCAN、AGNES等四种常见的聚类算法☆66Updated 5 years ago
- 由时间空间成对组成的轨迹序列,通过循环神经网络lstm ,自编码器auto-encode,时空密度聚类st-dbscan做异常检测☆69Updated 5 years ago
- 使用 tensorflow2.0 实现图卷积神经网络GCN☆20Updated 4 years ago
- 机器学习的特征工程,包括特征抽取、特征预处理、特征选择、特征降维。☆24Updated 5 years ago
- Affinity Propagation Clustering with DTW distance on temporal sequence classification☆18Updated 5 years ago
- 聚类算法k-means的简单实现☆35Updated 6 years ago
- Removal of information from co-association matrix for clustering ensemble☆17Updated 5 years ago
- 图网络,深度学习,☆21Updated 3 years ago
- Hybrid PSO Clustering Algorithm with K-Means for Data Clustering☆48Updated 4 years ago
- 用户地理位置的聚类算法实现—基于DBSCAN和Kmeans的混合算法☆26Updated 5 years ago
- 使用支持向量机,感知机,随机森林,决策树,k近邻,logistic,LSTM,bagging,boosting,集成等多种常见算法实现多分类任务(三分类)。Support vector machine, perceptron, random forest, decision…☆16Updated 4 years ago
- 基于遗传算法的特征选择☆124Updated 4 years ago
- 标签传播算法☆11Updated 6 years ago
- Community detection on Hollywood actors using various models: Louvain, Clauset-Newman-Moore, GCN, GraphSage, and GAT.☆10Updated 4 years ago
- Learning and Recording☆34Updated 5 years ago
- This is an implementation of the paper on "Improved K-means algorithm based on density Canopy".☆30Updated 5 years ago
- 改进的k-prototypes聚类算法☆16Updated 3 years ago
- 项目基于论文《Fuzzy c-Means Algorithms for Very Large Data》,使用Python语言实现FCM算法及其扩展算法,包括FCM、spFCM、oFCM、kFCM、reskFCM、spkFCM、okFCM。☆61Updated 5 years ago
- The code of the AAAI-19 paper "AFS: An Attention-based mechanism for Supervised Feature Selection".☆43Updated 5 years ago
- [大数据课程作业]分别采用神经网络、线性回归、SVM方法预测学生成绩☆45Updated 5 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆51Updated 7 years ago
- 使用遗传算法结合决策树做特征选择/Using genetic algorithm for feature selection with decision tree☆24Updated 6 years ago
- 建立SARIMA-LSTM混合模型预测时间序列问题。以PM2.5值为例,使用UCI公开的自2013年1月17日至2015年12月31日五大城市PM2.5小时检测数据,将数据按时间段划分,使用SARIMA过滤其线性趋势,再对过滤后的残差使用LSTM进行预测,最后对预测结果进行…☆65Updated 5 years ago