2021
-
[Programmers] Word Conversion
September 2, 2021Solution for the Programmers word conversion problem using BFS with single-character diff detection.
1 min read ·algorithmpython -
[Baekjoon] Messi Gimossi
September 2, 2021Solution for Baekjoon 17297 (Messi Gimossi) using Fibonacci-based string search with a binary search-like approach.
2 min read ·pythonalgorithm -
Last-Minute Score Boosting
September 2, 2021Last-minute competition score boosting: test-time augmentation (TTA) with soft voting and half-precision training.
1 min read ·computer-visionpytorch+1 -
Confusing NumPy
September 1, 2021Common NumPy pitfalls: dtype=object issues with mixed-type lists and axis behavior in np.mean.
1 min read ·pytorchpython -
Ensemble
August 31, 2021Ensemble methods for AI competitions: hard voting, soft voting, and weighted voting to improve model performance.
1 min read ·dlpytorch -
Training Process
August 30, 2021How gradient accumulation works in PyTorch for effective large-batch training on limited GPU memory.
1 min read ·dlpytorch