Lab Solutions: Difference between revisions

From info216
(Added proposed solution for Lab 13 (Using Graph Embeddings))
No edit summary
 
(2 intermediate revisions by 2 users 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,830: Line 1,831:


https://colab.research.google.com/drive/1WkRJUeUBVF5yVv7o0pOKfsd4pqG6369k
https://colab.research.google.com/drive/1WkRJUeUBVF5yVv7o0pOKfsd4pqG6369k
=Training Graph Embeddings (Lab 14)=
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