The EM Algorithm (2): Evidence Lower Bound and KL Divergence March 17, 2021 2 min readBayesian Statistics Machine Learning
The Binomial Distribution and Related Distributions March 16, 2021 2 min readStatistics Machine Learning
Maximum Likelihood Estimation for the Normal Distribution March 16, 2021 3 min readStatistics Machine Learning
Basic Terminology in Statistics and Machine Learning March 15, 2021 2 min readStatistics Machine Learning
How to Unify Data Types When Converting NumPy Arrays to PyTorch Tensors February 15, 2021 1 min readPyTorch
Building a Free Blog with Markdown Using GitHub Pages and Hugo February 4, 2021 3 min readOther Hugo GitHub
Unscented Transformation: Algorithm and Python Implementation January 25, 2021 5 min readMachine Learning Filtering Python
Training Neural Networks with Genetic Algorithms in Python January 9, 2021 5 min readSwarm Intelligence Machine Learning Python
Bayesian Linear Regression: From Least Squares to Bayesian Estimation January 8, 2021 4 min readBayesian Statistics Machine Learning Python
Fundamentals of Information Theory: From Entropy to Mutual Information (PRML 1.6) January 7, 2021 4 min readMachine Learning Information Theory
Particle Swarm Optimization (PSO) and Two-Swarm Cooperative PSO (TCPSO) with Matlab January 7, 2021 6 min readSwarm Intelligence Optimization Matlab