Python Machine Learning Projects

RGBT Tracking via Noise-Robust Cross-Modal Ranking

Abstract: Background clutter often affects RGBT tracking methods that localize a target object with a bounding box. This article introduces noise-robust cross-modal ranking to reduce background effects in RGBT target bounding boxes. We address noise…

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…