Python Machine Learning Projects

Efficient Algorithms for Kernel Aggregation Queries

Abstract: Kernel functions support density estimation, classification, regression, and outlier detection in many applications. Online operations include weighted aggregation of kernel function values with respect to a set of points. Scalable aggregation methods for Gaussian,…

Python Machine Learning Projects

Domain-adversarial Network Alignment

Abstract: Many fields require network alignment. Many existing works use representation learning without eliminating domain representation bias caused by domain-dependent features, resulting in poor alignment performance. This paper proposes a unified deep architecture (DANA) for…

Python Machine Learning Projects

Deep Pairwise Hashing for Cold-start Recommendation

Abstract: Online recommendation performance improvement challenges include recommendation efficiency and data sparsity. Most related work improves recommendation accuracy rather than efficiency. We propose a Deep Pairwise Hashing (DPH) to map users and items to binary…

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…