A Summary of Graph Neural Networks

A Summary of Graph Neural Networks

Author: yyHaker Source: https://zhuanlan.zhihu.com/p/136521625 This article is about 5900 words long and is recommended to be read in 10 minutes. This article will provide a simple summary from a more intuitive perspective of the currently popular classic GNN networks, including GCN, GraphSAGE, GAT, GAE, and graph pooling strategies such as DiffPool. In recent years, the … Read more

Novel Graph Neural Network Framework for Single-Cell RNA-Seq

Novel Graph Neural Network Framework for Single-Cell RNA-Seq

Single-cell RNA sequencing (scRNA-seq) technology enables gene expression detection across the transcriptome within individual cells, which can be used to study somatic clonal structures and characterize cellular heterogeneity in complex diseases. However, the data from scRNA-seq analysis are characterized by complexity, uncertain distributions, large data volumes, and high missing rates, making scRNA-seq analysis for biological … Read more

Practical Guide to Graph Neural Networks in TensorFlow

Practical Guide to Graph Neural Networks in TensorFlow

Source: ZHUAN ZHI This article serves as a tutorial and is recommended for a 5-minute read. This tutorial's practical section will be based on TF-GNN, a library for handling graph-structured data in TensorFlow. Graphs are universal data structures that can represent information from various domains (social, biomedical, online transactions, etc.). Graph Neural Networks (GNNs) are … Read more

Understanding Graph Neural Networks with PyTorch

Understanding Graph Neural Networks with PyTorch

Source: Algorithm Advancement This article is approximately 4200 words long and is recommended for an 8-minute read. This article will introduce key parts of the "Graph Attention Networks" and implement the concepts proposed in the paper using PyTorch. Graph Neural Networks (GNN) are a powerful class of neural networks that operate on graph-structured data. They … Read more

Understanding Convolutional Neural Networks (CNN)

Understanding Convolutional Neural Networks (CNN)

Convolutional Neural Networks are a type of feedforward neural network that includes convolutional operations and has a deep structure, representing one of the key algorithms in deep learning. This article aims to introduce the basic concepts and structures of CNN, as well as the fundamental ideas behind CNN architecture design. This article is packed with … Read more

Transformer, CNN, GNN, RNN: Understanding Attention Mechanisms

Transformer, CNN, GNN, RNN: Understanding Attention Mechanisms

Follow the official account “ML_NLP“ Set as “Starred“, essential resources delivered first-hand! Looking back at the phrase from 2017, “Attention is all you need”, it truly was a prophetic statement. The Transformer model started with machine translation in natural language processing, gradually influencing the field (I was still using LSTM in my graduation thesis in … Read more

Don’t Overlook Graph Neural Networks (GNN) in 2023!

Don't Overlook Graph Neural Networks (GNN) in 2023!

Introduction Graph Neural Networks (GNN) — a dark horse among various neural networks. It is widely applicable across various fields, including recommendation systems, Google Maps traffic prediction, drug discovery, protein discovery, and more. To explore the development and real-world applications of graph neural networks in algorithmic neural solving, the Intelligence Club, in collaboration with Associate … Read more

Graph Neural Networks: A Beginner’s Guide

Graph Neural Networks: A Beginner's Guide

Source: AI Youdao Extreme Market Platform This article is approximately 5900 words long and is recommended for a reading time of 10 minutes. This article will provide a brief summary from a more intuitive perspective of the currently classic and popular GNN networks, including GCN, GraphSAGE, GAT, GAE, and graph pooling strategies like DiffPool, etc. … Read more

Overview of Graph Attention Networks (GAT)

Overview of Graph Attention Networks (GAT)

Author: Deng Yang This article is approximately 6300 words long and is recommended for a 10-minute read. This article briefly introduces the working principles of GAT based on the order discussed in the paper by Velickovic et al. (2017). When numbers are intangible, intuition is sparse; when forms are few, it is hard to delve … Read more

Principles and Applications of Graph Neural Networks (GNN)

Principles and Applications of Graph Neural Networks (GNN)

This article is about 3200 words long and suggests a reading time of 6 minutes. Graph Neural Networks (GNN) are a type of deep learning method particularly adept at handling data with a graph structure. Graph Neural Networks (GNN) are a type of deep learning method particularly good at handling data with a graph structure. … Read more