Articles



Public Key Encryption Math Problems

Public Key Encryption Math Problems¶In order to have better understanding of public encryption methods, I spend some time understanding math problems behind them. Most of these problems provides a Trapdoor functionality. Trapdoor¶Trapdoor is a function that is easy to do it in one way and really hard to do it the otherway. in other words having A

Linear Algebra using Torch

Linear Algebra using Torch¶Here is a list of linear algrebra functions provided by pytorch. The order of the concepts in this notebook is based on deep learning book (by Goodfellow et. al) chapter 2. Tensors¶A tensor is an array of numbers, that may have, zero dimensions, and be a scalar ,