文章分类 -  图神经网络

人体中的生物传感器通信
摘要:Great! I will conduct an in-depth investigation into research on the human body's intrinsic communication system, the human meridian system (from both 阅读全文
posted @ 2025-07-10 16:52 Hello_zhengXinTang 阅读(24) 评论(0) 推荐(0)
papers2 audio with paper
摘要:ATGNN: Audio Tagging Graph Neural NetworkATGNN:音频标记图神经网络 Repository: ATGNN存储库:ATGNN Overview: This repository provides an implementation of a graph ne 阅读全文
posted @ 2024-07-10 11:30 Hello_zhengXinTang 阅读(11) 评论(0) 推荐(0)
papers_1 audio with gnn
摘要:1. Few-Shot Audio Classification with Attentional Graph Neural Networks 使用注意力图神经网络进行少样本音频分类** Authors: S Zhang, Y Qin, K Sun, Y Lin作者:张S、秦Y、孙K、林Y Summ 阅读全文
posted @ 2024-07-10 11:28 Hello_zhengXinTang 阅读(77) 评论(0) 推荐(0)
Graph Neural Network for Audio Representation Learning
摘要:英国华威 大学 2022. phd 学位论文; ch3: 将音频转换为图; 使用cycle 循环填充的 padding 的方式, 将所有的音频的长度 统一到统一长度; 使用 OpenSMILE 提取特征, 要应用于语音识别、情感计算、音乐信息获取。; https://tobefans.github. 阅读全文
posted @ 2024-07-10 11:03 Hello_zhengXinTang 阅读(24) 评论(0) 推荐(0)
DMon pooling in PyG
摘要:1. MessagePassing You: Explain the following code, the role of each attribute in this class, especially the operation mechanism of forward and propaga 阅读全文
posted @ 2024-06-03 15:40 Hello_zhengXinTang 阅读(60) 评论(0) 推荐(0)
Graph Conv 的介绍
摘要:2. Graph Conv 的作用 The multiplication of the adjacency matrix \(\textbf{A}\) with the feature matrix \(\textbf{X}\) in the GraphConv layer is a crucial 阅读全文
posted @ 2024-05-31 17:48 Hello_zhengXinTang 阅读(359) 评论(0) 推荐(0)