Uzay Macar

Disentangled Representation Learning

Disentanglement or disentangled representation learning in the context of statistical machine learning is the deriving or uncovering of independent generative factors given an input observation.

June 19, 2021

information-theory
statistical-ml
representation-learning
generative-learning

Basics of Unconstrained Optimization

In this post, we will cover the fundamentals of unconstrained optimization of smooth functions, formulate and implement a few popular optimization algorithms in Python, and end with a comparative analysis and discussion.

March 7, 2021

optimization
numerical-methods

Bias-Variance Decomposition and Tradeoff

The bias-variance tradeoff is critical for performance evaluation and model selection. It relates statistical quantities of bias and variance to two central modeling deficiencies: underfitting and overfitting.

December 30, 2020

statistical-ml
regression
overfitting
regularization
model-selection

Why is Training Error Smaller than Test Error?

A model fitted on a specific set of (training) data is expected to perform better on this data compared to another set of (test) data. This post will try to prove this statement mathematically.

December 24, 2020

statistical-ml
ols
regression
iid-assumption
optimism
model-selection