Python Deep Learning Projects

Meta-Learning in Neural Networks A Survey

Abstract: Meta-learning, or learning-to-learn, has exploded in popularity. Meta-learning uses multiple learning episodes to improve the learning algorithm, unlike traditional AI approaches that start from scratch. This paradigm can address data, computation, and generalization bottlenecks…

Python Deep Learning Projects

Line Graph Neural Networks for Link Prediction

Abstract: Graph link prediction is a classic graph analytical problem with many applications. Current link prediction methods use deep learning to compute features from subgraphs centered at two neighboring nodes and predict the link label…

Python Deep Learning Projects

Learning Multimodal Representations for Drowsiness Detection

Abstract: Safety requires drowsiness detection. An automatic drowsiness detection system using pervasive sensor data (e.g., video, physiology) and machine learning has been extensively researched. However, most existing methods are based on complicated wearables (e.g., electroencephalogram)…