An excerpt from Secret Key Cryptography by Frank Rubin
This article covers:
• Basic terms used in cryptography
• What is an unbreakable cipher?
• What are the different types of cryptography?
Read it if you’re interested in cryptography.
From Secret Key Cryptography by Frank Rubin
This article covers:
· The rating system used for ciphers
· Substitution ciphers
· Transposition ciphers
· Fractionation, breaking letters into smaller units
· Pseudorandom number generators
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the collective communication pattern, which is a great alternative to parameter servers when the machine learning model we are building is not too large without having to tune the ratio between the number of workers and parameter servers.
From Distributed Machine Learning Patterns by Yuan Tang
In this article, we introduce the parameter server pattern which comes handy for situations where the model is too large to fit in a single machine such as one we would have to build for tagging entities in the 8 millions of YouTube videos.