2021
pathlib
September 7, 2021Introduction to Python's pathlib module for cleaner, object-oriented file path manipulation as an alternative to os.path.
1 min read·pythonNLP Preprocessing
September 6, 2021NLP text preprocessing techniques: stopword removal, lemmatization, and punctuation handling with NLTK and spaCy.
1 min read·nlpWord Embedding
September 6, 2021Introduction to word embedding and Word2Vec: how words are mapped to vector spaces to capture semantic relationships.
4 min read·nlpWrapping 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-boostcampTransformation (Albumentations)
September 6, 2021Using the Albumentations library for image augmentation in PyTorch, with example pipelines for training and TTA.
1 min read·computer-visionpytorch+1Bag-of-Words
September 6, 2021Introduction to Bag-of-Words text representation with one-hot encoding and Naive Bayes classification.
2 min read·nlp