






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 Exam – Deep Learning Optimization & Regularization Study Guide Embedding - ANSWER-A learned map from entities to vectors that encodes similarity Graph Embedding - ANSWER-Optimize the objective that connected nodes have more similar embeddings than unconnected nodes. Task: convert nodes to vectors - effectively unsupervised learning
Typology: Exams
1 / 12
This page cannot be seen from the preview
Don't miss anything!







Embedding - ANSWER-A learned map from entities to vectors that encodes similarity Graph Embedding - ANSWER-Optimize the objective that connected nodes have more similar embeddings than unconnected nodes. Task: convert nodes to vectors
Truncated Backpropagation through time - ANSWER-- Only backpropagate a RNN through T time steps 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:
Continuous Bag of Words: Predict center word from (bag of) context words Word2vec Objective Function - ANSWER-- product over all possible center words
t-SNE general concept - ANSWER-- Maps inputs from high dimensional space to lower dimensions for visualization