2021
-
PyTorch Basic Syntax
August 17, 2021Essential PyTorch operations: view vs reshape, squeeze, matrix multiplication, index_select, gather, and more.
2 min read ·pytorch -
Bar Plot
August 16, 2021Guide to bar plot visualization techniques in matplotlib, covering stacked, overlapped, and grouped bar charts with best practices.
2 min read ·data-vizpython -
[Programmers] Network (Python)
August 15, 2021Solution for the Programmers network problem using DFS to count connected components.
1 min read ·algorithmpython -
[Programmers] Target Number (Python)
August 15, 2021Solution for the Programmers target number problem with DFS, BFS, and itertools.product approaches.
2 min read ·algorithmpython -
Generative Models - 2
August 14, 2021Latent variable models explained: variational inference, ELBO, VAE, and adversarial auto-encoders (AAE).
5 min read ·computer-vision -
Generative Models
August 13, 2021Introduction to generative models: probability distributions, independence assumptions, chain rule, and auto-regressive models.
4 min read ·dlnaver-boostcamp+1