Blog of Future Biomedical Engineer

Currently majoring in Biomedical Engineering, and Electrical Engineering at Korea University

Deep Learning/Graph Neural Network 3

Machine Learning with Graph (3): Traditional Method

Traditional ML Pipeline All about designing proper features!! (hand-designed) Assume: nodes/links/graphs have some types of attributes associated with them, obtain features for all training data Goal: Train vectorized ML model (Random Foreset, SVM, NN) → Given a new node/link/graph obtaining its features and make a prediction by applying the model Design Choices: Features (d-dim), Objects: nodes..

Machine Learning with Graph (2): Components

Components of a Network Objects: nodes, vertices N Interactions: links, edges E System: network, graph G(N,E) Possible options: Weight, Ranking(최애, 차애), Type(친구, 동료), Sign(friend vs foe, trust vs distrust), Properties depending on the structures of the rest of the graph(Number of common friends) Directed vs Undirected Graphs Representing Graphs 1. Bipartite Graph A graph whose nodes can be divid..