Machine learning and other silly things
-
A complete idiot’s introduction to HMAC
Suppose Alice sends a message to Bob that says “pay Chloe $10”. Alice and Bob could be banks communicating, and Chloe…
-
Matrix Diagonalisation in Python
Working with matrices involves finding their inverse, determinant, multiplying them and often exponentiating them. All these operations, particularly exponentiation (raising a…