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….

Python Machine Learning Projects

Improving EEG Decoding via Clustering-Based Multitask Feature Learning

Abstract: Due to the low signal-to-noise ratio of scalp EEG, brain–computer interface (BCI) development requires accurate electroencephalogram (EEG) pattern decoding for specific mental tasks. Machine learning can optimize EEG patterns for better decoding. Existing algorithms…

Python Machine Learning Projects

Hypergraph Partitioning With Embeddings

Abstract: Distributing large sparse matrix operations in scientific computing is like hypergraph partitioning. Hypergraphs have “hyperedges” that connect any number of nodes. Thus, solving or approximating hypergraph partitioning is NP-hard. Current algorithms solve this problem…

Python Machine Learning Projects

HAM Hybrid Associations Models for Sequential Recommendation

Abstract: Given a user’s purchase/rating trajectories, sequential recommendation recommends the next few items they’re most likely to buy/review. It helps users choose their favorites. This manuscript uses hybrid associations models (HAM) to generate sequential recommendations…

Python Machine Learning Projects

Gradual Machine Learning for Entity Resolution

Abstract: Entity resolution (ER), a classification problem, is difficult on real data due to dirty values. The best ER solutions use learning models like deep neural networks, which need lots of labeled training data. High-quality…

Python Machine Learning Projects

Fully Dynamic k-Center Clustering with Improved Memory Efficiency

Abstract: Machine learning libraries need static and dynamic clustering algorithms. The sliding window model or simpler models have dominated dynamic machine learning and data mining algorithm development. Many real-world applications require arbitrary deletions and insertions….

Python Machine Learning Projects

Enhancing Factorization Machines with Generalized Metric Learning

Abstract: Factorization Machines (FMs) help recommender systems overcome cold-start and data sparsity by incorporating side information. Traditional FMs use the inner product to model second-order interactions between feature vectors. Inner products violate feature vector triangle…