@project: Software Projekt @ Heidelberg University, Institute for Computational Linguistics
Getting a networkx graph from Cora. Graph can be saved in txt file. CARE: numpy-arrays are converted to lists due to errors (NumPy array is not JSON serializable).
@requirements: cora data, numpy, networkX, pickle
Initialize Embeddings for n dimensions with initialize-module.
@info
Arrays are initialized in normal or uniform random format (default = normal).
Getting a networkx graph from Cora. Graph will be saved in a pickle file.