The Viterbi algorithm (using the maximum likelihood  decoding (MLD) algorithm) is a dynamic programming algorithm for finding the most likely sequence of hidden states – called the Viterbi path in hidden Markov models (HMM)Continue Reading

Gradient is a vector that is made up from a the derivatives of multi-variate function. Gradient of an Image = ∇f = [∂f/∂x,∂f/∂y] The gradient of a function is the vector direction/angle of the most rapid increase in Intensity(Getting Brighter), and the magnitude of that vector is how much itContinue Reading

Images – A table of pixels, usually of RGB(3D columns – a.k.a a tensor) – can be ravled/unrolled/flattened  to a 1D longer array. Sound – long series of numbers(1D array) when digitally recorded(x = time(duration column), y = amplitude of the sound) – usually represented by frequences. Text – partsContinue Reading