A simplified implementation of the GCN framework.
In it we add pseudo-label-training (self-training) to the few-shot learning.
And the algorithm is applied to the node classification task (cora) of the graph neural network.
It is under the MIT license. See the LICENSE file for details.