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 5 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
Elliptic Curve ElGamal Encryption: Principles and Simplified Python Implementation December 23, 2020 4 min readAlgorithm Cryptography Python
How to Send Experiment Results (Text and Images) to Slack with Python December 23, 2020 3 min readPython Slack
Fast Modular Exponentiation Using Binary Exponentiation in Python December 20, 2020 4 min readAlgorithm Python Cryptography