-
Grad Cache
April 12, 2022An approach that enables large-batch contrastive learning under memory constraints, similar to gradient accumulation.
1 min read ·mlml-engineering+2 -
NVTabular
April 12, 2022Introduction to NVTabular, NVIDIA's GPU-accelerated library for tabular data feature engineering and preprocessing.
1 min read ·mlmlops -
AutoML
November 28, 2021Introduction to AutoML and hyperparameter optimization using Bayesian Optimization with Gaussian Process Regression.
4 min read ·mldl+1 -
Naver Boostcamp AI Tech 2nd - Week 11 Report
October 22, 2021Week 11 retrospective of Naver Boostcamp AI Tech covering the Relation Extraction competition, model experiments, and leaderboard submissions.
1 min read ·naver-boostcampml+1 -
Reinforcement Learning Study Materials
September 3, 2021Curated list of reinforcement learning study resources including lectures, books, and blog posts.
1 min read ·ml -
Weight Initialization
August 11, 2021Why weight initialization matters in deep learning and why zero initialization should be avoided.
1 min read ·dlml+1 -
Data Visualization
August 9, 2021Data visualization concepts: data types, marks, channels, and pre-attentive attributes.
1 min read ·mldata-viz -
RNN
August 6, 2021Fundamentals of RNN including sequence data handling, latent autoregressive models, BPTT, and truncated backpropagation.
2 min read ·mlnlp+1 -
Proof of Gradient Descent
August 4, 2021Mathematical derivation of gradient descent for linear regression, from L2 norm cost functions to SGD.
3 min read ·mlalgorithm -
Gradient Descent Basics
August 3, 2021Gradient descent basics: differentiation, gradient vectors, partial derivatives, and the nabla operator.
1 min read ·ml -
Bayesian Statistics
January 1, 2021Fundamentals of Bayesian statistics covering Bayes' theorem, conditional probability, posterior updating, and causality interpretation.
3 min read ·mlalgorithm -
CNN
January 1, 2021CNN fundamentals: convolution operations, kernel mechanics, multi-dimensional convolutions, and backpropagation.
2 min read ·computer-visionml+1 -
Deep Learning
January 1, 2021Deep learning fundamentals: key components (data, model, loss, optimizer) and a brief history from AlexNet to GPT-3.
3 min read ·dlml -
Neural Network
January 1, 2021Introduction to neural networks covering linear regression, softmax classification, activation functions, and why deep layers are preferred.
2 min read ·dlml -
Probability Theory
January 1, 2021Probability theory foundations for machine learning: probability distributions, joint and conditional distributions, Bayes' rule, and expectation.
3 min read ·ml -
Statistics
January 1, 2021Foundations of statistical modeling: parametric vs. nonparametric methods, probability distributions, MLE, and log-likelihood.
4 min read ·ml