Utils¶
This module contains utility functions for neural knowledge graph embedding models.
This module contains utility functions for Knowledge Graph Embedding models.
Saving/Restoring Models¶
Models can be saved and restored from disk. This is useful to avoid re-training a model. On the contrary of what happens
for save_weights() and
save_weights(), the functions below allow to restart
the model training from where it was interrupted when the model was first saved.
|
Save a trained model to disk. |
|
Restore a trained model from disk. |
Visualization¶
Functions to visualize embeddings.
|
Export embeddings to Tensorboard. |
Others¶
Function various functions to be used at need.
|
Convert DataFrame into triple format. |
|
Preprocessing of focusE weights. |