Lab Solutions: Difference between revisions

From info216
(Added proposed solution for lab 14 - Training Graph Embeddings)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Here we will present suggested solutions after each lab. ''The page will be updated as the course progresses''
Here we will present suggested solutions after each lab. ''The page will be updated as the course progresses''


<!--
=Getting started (Lab 1)=
=Getting started (Lab 1)=


Line 334: Line 335:
       OPTIONAL{
       OPTIONAL{
         ?s ns1:pardoned ?pardon .
         ?s ns1:pardoned ?pardon .
         FILTER (?pardon = ns1:true)
         FILTER (?pardon = true)
       }
       }
}
}
Line 1,834: Line 1,835:


https://colab.research.google.com/drive/1jKpzlQ7gYTVzgphJsrK5iuMpFhkrY96q
https://colab.research.google.com/drive/1jKpzlQ7gYTVzgphJsrK5iuMpFhkrY96q
-->

Latest revision as of 10:56, 20 January 2025

Here we will present suggested solutions after each lab. The page will be updated as the course progresses