2021
-
Word Embedding
September 6, 2021Introduction to word embedding and Word2Vec: how words are mapped to vector spaces to capture semantic relationships.
4 min read ·nlp -
Wrapping Up My First AI Competition
September 6, 2021Retrospective on a mask/age/gender image classification competition: model selection, augmentation, CutMix, and lessons learned.
6 min read ·ai-competitionnaver-boostcamp -
Transformation (Albumentations)
September 6, 2021Using the Albumentations library for image augmentation in PyTorch, with example pipelines for training and TTA.
1 min read ·computer-visionpytorch+1 -
Bag-of-Words
September 6, 2021Introduction to Bag-of-Words text representation with one-hot encoding and Naive Bayes classification.
2 min read ·nlp -
NLP Overview
September 6, 2021Overview of NLP fundamentals including tokenization, NER, sentiment analysis, machine translation, and the impact of Transformer on the field.
3 min read ·nlp -
Reinforcement Learning Study Materials
September 3, 2021Curated list of reinforcement learning study resources including lectures, books, and blog posts.
1 min read ·ml