YiFraternity / OS-K-MeansLinks
现有聚类算法面向高维稀疏数据多未考虑类簇可重叠和离群点的存在,导致聚类效果不理想。针对此,提出一种可重叠子空间K-Means聚类算法(An Overlapping Subspace K-Means Clustering Algorithm, OS-K-Means)。给出类簇子空间计算策略,在聚类过程中动态更新每个类簇的属性子空间,并定义合理的约束函数指导聚类过程,从而实现类簇的可重叠性与寻找离群点的效果。具体地,定义合理的目标函数对传统的K-Means算法进行修正,利用熵权约束分别计算每个类簇中每个维度的权重,使用权重值来标识对不同类簇中维度的相对重要 性,并加入对重叠程度和离群值数量控制的参数。
☆30Updated 6 years ago
Alternatives and similar repositories for OS-K-Means
Users that are interested in OS-K-Means are comparing it to the libraries listed below
Sorting:
- 数据预处理之缺失值处理,特征选择☆22Updated 6 years ago
- AutoEncoder implements by keras. Including AE, DAE, DAE_CNN, VAE, VAE_CNN, CVAE, Sparse AE, Stacked DAE.☆41Updated 5 years ago
- 常用的特征选择方法☆68Updated 3 years ago
- 本项目开发了一个机器学习和深度学习的训练工具。该训练工具基于sklearn和pytorch,不仅支持常规训练、交叉验证训练,还支持贝叶斯搜索参数,并可随时自动保存训练模型和日志。☆12Updated last year
- 由时间空间成对组成的轨迹序列,通过循环神经网络lstm,自编码器auto-encode,时空密度聚类st-dbscan做异常检测☆73Updated 5 years ago
- Community detection on Hollywood actors using various models: Louvain, Clauset-Newman-Moore, GCN, GraphSage, and GAT.☆10Updated 5 years ago
- Optimizing k-means++ initialization using PSO☆17Updated 9 years ago
- This is an implementation of the paper on "Improved K-means algorithm based on density Canopy".☆30Updated 6 years ago
- Affinity Propagation Clustering with DTW distance on temporal sequence classification☆20Updated 6 years ago
- Stacked Denoising AutoEncoder☆79Updated 5 years ago
- KDD CUP 2021 Multi-dataset Time Series Anomaly Detection☆29Updated 4 years ago
- Python implementation of Spectral Clustering.☆67Updated 7 years ago
- 时间序列异常检测☆54Updated 6 years ago
- Code for *Unsupervised Anomaly Detection for Intricate KPIs via Adversarial Training of VAE*☆24Updated 5 years ago
- This algorithm is based on the paper 'K-Means clustering algorithm Based on Adapative Feature Weighted'☆30Updated 6 years ago
- Tutorial for Graph AutoEncoder implemented by TensorFlow 1.x and 2.x☆42Updated 4 years ago
- 💖基于机器学习的贷中风险预测模型--江苏银行“随e融”杯--二等奖💖☆23Updated 3 years ago
- TensorFlow Probability;Time series model☆127Updated 3 years ago
- 图卷积神经网络 Graph Convolutional Network with Keras☆163Updated 2 years ago
- Using fuzzy cognitive maps for multivariate data forecasting in Python 3.8.☆22Updated 4 years ago
- Python Code For 'Clustering By Fast Search And Find Of Density Peaks' In Science 2014.(原算法地址:https://github.com/lanbing510/DensityPeakClu…☆17Updated 6 years ago
- 使用 tensorflow2.0 实现图卷积神经网络GCN☆20Updated 4 years ago
- 复杂网络中的社区发现算法☆109Updated 3 years ago
- 机器学习的特征工程,包括特征抽取、特征预处理、特征选择、特征降维。☆25Updated 6 years ago
- A Decomposition Approach for Urban Anomaly Detection Across Spatiotemporal Data☆16Updated 3 years ago
- Hybrid PSO Clustering Algorithm with K-Means for Data Clustering☆51Updated 4 years ago
- 建立SARIMA-LSTM混合模型预测时间序列问题。以PM2.5值为例,使用UCI公开的自2013年1月17日至2015年12月31日五大城市PM2.5小时检测数据,将数据按时间段划分,使用SARIMA过滤其线性趋势,再对过滤后的残差使用LSTM进行预测,最后对预测结果进行…☆82Updated 6 years ago
- 关于Pytorch-Geometric的学习,包括官方文档的基本内容和部分API的使用方式,以及官方源码中的示例代码和Pytorch-Geometric的部分源码实现☆21Updated 4 years ago
- The code of the AAAI-19 paper "AFS: An Attention-based mechanism for Supervised Feature Selection".☆46Updated 6 years ago
- 基于Keras的LSTM多变量时间序列预测☆181Updated 7 years ago