Python Machine Learning Projects

Multi-view Consensus Proximity Learning for Clustering

Abstract: The initial proximity matrix affects the performance of most proximity-based multi-view clustering methods. Initial value sensitivity problem. Tuning the initial proximity matrix is unrealistic for unsupervised clustering. Thus, proximity-based multi-view clustering’s initial value sensitivity…

Python Machine Learning Projects

Learnable Subspace Clustering

Abstract: Million-point large-scale subspace clustering (LS 2 C) is examined in this article. Despite being state-of-the-art for small-scale data points, many subspace clustering methods cannot directly solve the LS 2 C problem. These methods use…

Python Machine Learning Projects

Social Attentive Deep Q-networks for Recommender Systems

Abstract: Recommender systems provide relevant products, information, and services to users. Deep reinforcement learning has been successfully applied to recommender systems, but data sparsity and cold-start still plague real-world tasks. We propose using users’ pervasive…

Python Machine Learning Projects

Semisupervised Multiple Choice Learning for Ensemble Classification

Abstract: Because ensemble learning improves classification model prediction, it has many applications. This article proposes semisupervised multiple choice learning (SemiMCL) to jointly train a network ensemble on partially labeled data. Our model improves labeled data…

Python Machine Learning Projects

Role-based Graph Embeddings

Abstract: Many node embedding and network representation methods use random walks. However, using traditional random walks results in embeddings that capture proximity (communities) rather than structural similarity (roles). Due to node identity, embeddings cannot be…

Python Machine Learning Projects

Preference and Constraint Factor Model for Event Recommendation

Abstract: Event-based Social Network (EBSN) connects online and offline social relationships. EBSNs publish more events, making personalized event recommendation essential to help users choose appealing events. Most event recommendation algorithms fail to distinguish constraint factors…