PinnedPulkit JoshiinTowards Data ScienceReverse Engineering Graph Convolutional NetworksThis blog post will summarise the paper “Simplifying Graph Convolutional Networks”, which tries to reverse engineer the GCNs. Let us…Oct 26, 20202Oct 26, 20202
Pulkit JoshiinArtificial Intelligence in Plain EnglishThe simplest explanation of Graph Convolutional Neural NetworksGraphs are structures that are used to link different entities that we call nodes using relationships called edges. Graphs exist…Oct 24, 20202Oct 24, 20202
Pulkit JoshiinThe StartupSimGNNSimilarity Computation via Graph Neural NetworksOct 3, 20202Oct 3, 20202
Pulkit JoshiinThe StartupDepth First Search for dummies ( CP questions included )Depth First Search is an algorithm that is used to search a graph. The path followed for explanation goes like this :Jul 5, 20201Jul 5, 20201