-
Python decorator, property
August 3, 2021How to use Python's @property decorator for clean getter/setter patterns and backward compatibility.
1 min read ·python -
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 -
NN & Multi Layer Perceptron
January 1, 2021Neural networks as function approximators: linear models, activation functions, multi-layer perceptrons, universal approximation theorem, and loss functions.
2 min read ·dl
2021