Exercises
To test your understanding, try to answer the following questions:
- Can you give two reasons why we need embedding techniques?
- What is the drawback of reducing the dimension of a dataset?
- What kind of information can be encoded from a graph structure?
- Would you use a transductive algorithm to make predictions on unseen nodes?
- What are the embedding algorithms implemented in the GDS library?
- What are the advantages of GraphSAGE over Node2Vec?
- Where are the inductive algorithms stored after training in the GDS library? Why do we need to store them?