Module quick_start

Module quick_start 

Source
Expand description

Convenience functions for quick setup and common operations

Functions§

add_triples_from_strings
Helper to add multiple triples from string format
cosine_similarity
Quick function to compute cosine similarity between two embedding vectors
create_biomedical_model
Create a biomedical embedding model for life sciences applications
create_simple_transe_model
Create a TransE model with sensible defaults for experimentation
generate_sample_kg_data
Generate sample knowledge graph data for testing and prototyping
parse_triple_from_string
Parse a triple from simple string format “subject predicate object”
quick_performance_test
Quick performance measurement utility
quick_revolutionary_performance_test
Quick performance test with revolutionary optimization