Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 5 pages
Exam (elaborations)

CS7643 Quiz 4 Comprehensive Study Guide: Embeddings, Graph and Word Representations, RNNs, LSTMs, Skip-Gram Word2Vec, Masked Language Modeling, Knowledge Distillation, t-SNE, Teacher Forcing, Conditional Language Models, and Evaluation Metrics

Document preview thumbnail
Preview 2 out of 5 pages

This CS7643 Quiz 4 Comprehensive Study Guide (2025 Edition) is designed for students enrolled in the Georgia Institute of Technology’s OMSCS – Deep Learning course. It delivers a detailed, concept-focused review of advanced deep learning topics, helping learners master the theory and application behind modern representation learning and sequence modeling. Each section includes summarized explanations, worked examples, and key insights that align directly with Quiz 4 exam content, ensuring a complete understanding of both neural representation and language modeling architectures. Topics Covered: Embeddings & Representation Learning – Continuous vector spaces, cosine similarity, and training objectives Graph Representations – Node embeddings, GNNs, and neighborhood aggregation RNNs, LSTMs & Teacher Forcing – Sequential modeling and optimization Skip-Gram Word2Vec & Negative Sampling – Context prediction and gradient flow Masked Language Modeling (MLM) – Transformer pretraining and attention masking Knowledge Distillation – Student-teacher training paradigms for model compression t-SNE & Visualization – Dimensionality reduction for high-dimensional embeddings Conditional Language Models – Sequence-to-sequence architectures and evaluation metrics Ideal For: Georgia Tech OMSCS students taking CS7643 – Deep Learning Graduate students studying machine learning, NLP, or AI research Researchers and professionals seeking structured review of embeddings and sequence models Exam prep and project reference for deep learning applications “CS7643 Quiz 4 Comprehensive Study Guide: Embeddings, Graph and Word Representations, RNNs, LSTMs, Skip-Gram Word2Vec, Masked Language Modeling, Knowledge Distillation, t-SNE, Teacher Forcing, Conditional Language Models, and Evaluation Metrics”

Content preview

“CS7643 Quiz 4 Comprehensive Study Guide: Embeddings,
Graph and Word Representations, RNNs, LSTMs, Skip-Gram
Word2Vec, Masked Language Modeling, Knowledge Distillation,
t-SNE, Teacher Forcing, Conditional Language Models, and
Evaluation Metrics”
Embedding

QUESTION What is an embedding?
A: A learned map from entities to vectors that encodes similarity.
Rationale: Embeddings allow similar entities to be close in vector space.



Graph Embedding

QUESTION Purpose of graph embeddings?
A: Optimize the objective that connected nodes have more similar
embeddings than unconnected nodes.
Rationale: Converts graph nodes into vectors useful for downstream tasks.

QUESTION Why useful?
A: Task-agnostic entity representations; nearest neighbors are semantically
meaningful.
Rationale: Works even with limited labeled data.



MLP Pain Points for NLP

QUESTION Why are MLPs limited for NLP?
A: Cannot handle variable-length sequences, no temporal structure, no
memory, size grows with max sequence length.
Rationale: Sequences require context and state, which MLPs lack.



Truncated Backpropagation Through Time (TBPTT)

, QUESTION What is TBPTT?
A: Only backpropagate an RNN through T time steps.
Rationale: Reduces computational cost and mitigates gradient issues.



Recurrent Neural Networks (RNN)

QUESTION RNN update equations?
A:

 h(t) = activation(U x(t) + V h(t-1) + bias)
 y(t) = activation(W h(t) + bias)
Rationale: Recursively updates hidden state based on input and previous
hidden state.

QUESTION Training difficulties?
A: Vanishing and exploding gradients.
Rationale: Multiplicative effects over time steps make long-term dependencies
hard.



Long Short-Term Memory (LSTM) Networks

QUESTION LSTM gates and states?
A:

 f(t) = forget gate
 i(t) = input gate
 u(t) = candidate update gate
 o(t) = output gate
 c(t) = f(t)c(t-1) + i(t)u(t)
 h(t) = o(t) * tanh(c(t))
Rationale: LSTM gates control memory flow to solve vanishing gradient
problem.



Perplexity

Document information

Uploaded on
November 2, 2025
Number of pages
5
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$26.50

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
studyguidepro
3.6
(51)
Sold
281
Followers
13
Items
2395
Last sold
1 day ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions