erdemonal commited on
Commit
d969d22
·
verified ·
1 Parent(s): fc5bf6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,10 +20,10 @@ Training is performed through a continuous learning pipeline executed via GitHub
20
  SemanticGAN is a research prototype for Knowledge Graph Completion built around a Wasserstein Generative Adversarial Network. The model is trained on the DBLP Computer Science Bibliography and is designed to generate candidate RDF triples that correspond to plausible but previously unobserved relations in the graph.
21
 
22
  All source code, training scripts, and technical documentation are maintained in the main GitHub repository at
23
- https://github.com/erdemonal11/SemanticGAN
24
 
25
  A live dashboard showing training metrics and generated outputs is available at
26
- https://erdemonal11.github.io/SemanticGAN
27
 
28
  ## Repository Contents
29
 
 
20
  SemanticGAN is a research prototype for Knowledge Graph Completion built around a Wasserstein Generative Adversarial Network. The model is trained on the DBLP Computer Science Bibliography and is designed to generate candidate RDF triples that correspond to plausible but previously unobserved relations in the graph.
21
 
22
  All source code, training scripts, and technical documentation are maintained in the main GitHub repository at
23
+ https://github.com/erdemonal/SemanticGAN
24
 
25
  A live dashboard showing training metrics and generated outputs is available at
26
+ https://erdemonal.github.io/SemanticGAN
27
 
28
  ## Repository Contents
29