2021
-
numpy.matmul, numpy.dot
January 1, 2021Difference between numpy.matmul and numpy.dot for high-dimensional matrix multiplication.
1 min read ·python -
Probability Theory
January 1, 2021Probability theory foundations for machine learning: probability distributions, joint and conditional distributions, Bayes' rule, and expectation.
3 min read ·ml -
PyTorch
January 1, 2021Practical PyTorch tips covering parameter initialization, model.eval(), tensor views, and the training loop.
2 min read ·dlpytorch -
Statistics
January 1, 2021Foundations of statistical modeling: parametric vs. nonparametric methods, probability distributions, MLE, and log-likelihood.
4 min read ·ml