Python Machine Learning Projects

Dynamic Double Classifiers Approximation for Cross-Domain Recognition

Abstract: Existing cross-domain recognition methods generally focus on changing data feature representation or classifier parameters, and their performance indicates their efficiency. Most methods do not integrate them into a single optimization objective to improve learning…

Python Machine Learning Projects

Encoding high-cardinality string categorical variables

Abstract: One-hot encoding of categorical variables is often needed in statistical models. High-dimensional feature vectors make this strategy fail as categories increase. One-hot encoding also lacks morphological information for string entries. High-cardinality string categorical variables…

Python Machine Learning Projects

Deep Learning for Spatio-Temporal Data Mining A Survey

Abstract: Spatial-temporal data is increasingly available due to the rapid development of GPS, mobile devices, and remote sensing. Human mobility understanding, smart transportation, urban planning, public safety, health care, and environmental management depend on spatio-temporal…

Python Machine Learning Projects

Consensus One-step Multi-view Subspace Clustering

Abstract: Multimedia, machine learning, and data mining communities are focusing on multi-view clustering. Multi-view subspace clustering (MVSC) is a popular multi-view clustering algorithm because it can reveal the intrinsic low-dimensional clustering structure hidden across views….