Algorithms Binary GCD Algorithm Binary GCD algorithm or Stein's algorithm is an algorithm that calculates two non-negative integer's largest common divisor by using simpler arithmetic operations than the standard euclidean algorithm and it reinstates division by numerical shifts, comparisons, and subtraction operations.
Machine Learning (ML) The Inception Pre-Trained CNN Model This is an overview of the Inception pre-trained CNN model along with a detailed description about its versions and network architectures including Inception V1, V2, V3, V4 and Inception-ResNet.