2021
Matrix, Vector
August 3, 2021Linear algebra refresher covering vector norms, inner products, matrix multiplication, inverse matrices, and Moore-Penrose pseudo-inverse with NumPy examples.
1 min read·pythonPython nested function
August 3, 2021Using Python decorators to compose nested functions for cleaner code structure.
1 min read·pythonPython decorator, property
August 3, 2021How to use Python's @property decorator for clean getter/setter patterns and backward compatibility.
1 min read·pythonBayesian Statistics
January 1, 2021Fundamentals of Bayesian statistics covering Bayes' theorem, conditional probability, posterior updating, and causality interpretation.
3 min read·mlalgorithmCNN
January 1, 2021CNN fundamentals: convolution operations, kernel mechanics, multi-dimensional convolutions, and backpropagation.
2 min read·computer-visionml+1Deep 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