Neural Network
January 1, 2021Introduction to neural networks covering linear regression, softmax classification, activation functions, and why deep layers are preferred.
2 min read·dlmlNN & 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·dlnumpy.matmul, numpy.dot
January 1, 2021Difference between numpy.matmul and numpy.dot for high-dimensional matrix multiplication.
1 min read·pythonProbability Theory
January 1, 2021Probability theory foundations for machine learning: probability distributions, joint and conditional distributions, Bayes' rule, and expectation.
3 min read·mlPyTorch
January 1, 2021Practical PyTorch tips covering parameter initialization, model.eval(), tensor views, and the training loop.
2 min read·dlpytorchStatistics
January 1, 2021Foundations of statistical modeling: parametric vs. nonparametric methods, probability distributions, MLE, and log-likelihood.
4 min read·ml
2021