Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 312 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 312 Bytes

Graphical-Sentiment-Analysis

Architecture:

image

Graph Convolution Equation:

$$x_i = \underset{j \epsilon N(i) \cup {i}}{\overline{X}} \dfrac{1}{\sqrt{deg(i)}\sqrt{deg(j)}} \tanh(A,x_j + B e_{ji}) + Bias$$

EDA

image image