






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
CS-7643 QUIZ 4 DEEP LEARNING OPTIMIZATION REGULARIZATION PRACTICE SCRIPT UPDATED 2026 TESTED SOLUTIONS
Typology: Exams
1 / 12
This page cannot be seen from the preview
Don't miss anything!







⫸ Graph Embedding Answer: Optimize the objective that connected nodes have more similar embeddings than unconnected nodes. Task: convert nodes to vectors
⫸ Recurrent Neural Networks (RNN) Answer: h(t) = activation(Uinput + Vh(t-1) + bias) y(t) = activation(W*h(t) + bias)
L(dist) = CE b/w student and teacher predictions L(student) = CE b/w predicted output and actual L = alpha * L(dist) + beta * L(student) Advantages:
⫸ Word2vec Variants Answer: Skip-Gram: Predict context words given center word Continuous Bag of Words: Predict center word from (bag of) context words ⫸ Word2vec Objective Function Answer: - product over all possible center words
Propagation: how to combine structured data to get new state/vector representations ⫸ Non-Local Neural Network Answer: - Allows it to learn it's own connectivity pattern