Skip to content

Graph Convolution Network aided Sentiment Analysis with Dependencies utilisation

Notifications You must be signed in to change notification settings

Harshtherocking/Graphical-Sentiment-Analysis

Repository files navigation

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