Boostcamp AI Tech 2nd - Week 6 Study Summary
September 10, 2021Week 6 study summary of Naver Boostcamp AI Tech covering NLP lectures, bucketing for data batching, and peer session discussions.
1 min read·naver-boostcampBLEU
September 10, 2021BLEU score for machine translation evaluation: precision, recall, F1, n-gram overlap, and brevity penalty.
2 min read·nlpBeam Search
September 8, 2021Explanation of beam search decoding as a trade-off between greedy decoding and exhaustive search in sequence generation.
2 min read·nlpAttention
September 8, 2021Explanation of the attention mechanism in Seq2Seq models, covering attention vectors, context vectors, teacher forcing, and similarity functions.
4 min read·nlpLSTM, GRU
September 7, 2021Detailed explanation of LSTM and GRU architectures, covering gate mechanisms, cell state, and how they solve RNN's long-term dependency problem.
2 min read·nlpRNNs
September 7, 2021Deep dive into RNN types (one-to-one, one-to-many, many-to-many), character-level language models, and LSTM/GRU architectures.
4 min read·nlp
2021