Python Machine Learning Projects

Data Representation by Joint Hypergraph Embedding and Sparse Coding

Abstract: Data mining and machine learning use matrix factorization (MF), an unsupervised learning technique for data representation. Different application scenarios can impose different constraints on the factorization to find the desired basis, which captures high-level…

Python Machine Learning Projects

Deep Ladder-Suppression Network for Unsupervised Domain Adaptation

Abstract: Unsupervised domain adaptation (UDA) uses a related but different distribution labeled source domain to learn a classifier for an unlabeled target domain. Most methods learn domain-invariant features by adapting image data. However, forcing domain-specific…

Python Machine Learning Projects

Deep Constraint-based Propagation in Graph Neural Networks

Abstract: Deep learning revived interest in neural architectures that can process complex graph-based structures, inspired by Graph Neural Networks (GNNs). The Scarselli et al. 2009 GNN model encodes the graph nodes’ states using an iterative…

Python Machine Learning Projects

Database Meets Artificial Intelligence: A Survey

Abstract: Database and AI are complementary. AI4DB makes databases smarter. Traditional empirical database optimization methods like cost estimation, join order selection, knob tuning, index and view selection cannot meet the high-performance requirements for large-scale database…

Python Machine Learning Projects

Conditional Random Fields for Multiview Sequential Data Modeling

Abstract: Machine learning is increasingly using multiview learning. Most multiview learning methods cannot directly handle multiview sequential data, which often ignores dynamical structure. Most traditional multiview machine learning methods assume that sequence items at different…

Python Machine Learning Projects

Clustering Analysis via Deep Generative Models With Mixture Models

Abstract: Pattern recognition, data mining, and machine learning all face clustering issues. Traditional shallow-structured clustering algorithms cannot uncover the interdependence of complex data features in latent space. Since they can learn promising latent representations from…