-
In image we have up, down, left and right tesors and in text we have left and right words, however in graphs there is no direction.
-
Neural networks : input(graphs), output(classification, prediction and ... )
-
Feature engineering is eliminated instead we have Representation learning which automatically learn the features.
-
Map nodes to d-dimenstional embeddings, similar nodes are embedded close together.
-
Node classifciation
-
Link prediction
-
Graph classification
-
Clustering
-
Graph generation
-
Graph evolution
This project focuses on applying the Text Graph Convolutional Network (Text-GCN) to the task of FHIR data classification. FHIR (Fast Healthcare Interoperability Resources) is a standard for exchanging electronic health records, developed by the Health Level Seven International organization.
Project aims:
-
Modeling global word co-occurence using PMI
-
Modeling the relationship between document and words using TF-ID
-
Predict patients condition based on the procedure and medication based on Graph convolution networks.
Dataset: FHIR dataset
Requriements:
- PyTorch
Refrences:
[1] Kipf & Welling, Semi-Supervised Classification with Graph Convolutional Networks, 2016
-
Using label propagation tells who your friends are
Concepts: Adjancey matrix, Transition Matrices, Label Propagation Algorithm
Libraries: networkx
Dataset: Twitch Dataset
-
Learn features of Nodes using GCN
Concepts: Adjancey matrix, symmetric normalizing
Libraries: networkx
Resources : GraphML