https://towardsdatascience.com/neural-network-embeddings-explained-4d028e6f0526
https://machinelearningmastery.com/what-are-word-embeddings/
https://machinelearningmastery.com/batch-normalization-for-training-of-deep-neural-networks/
https://towardsdatascience.com/an-overview-of-resnet-and-its-variants-5281e2f56035
https://www.pyimagesearch.com/2019/07/08/keras-imagedatagenerator-and-data-augmentation/
Definition from https://deepai.org/machine-learning-glossary-and-terms/stride:
"Stride is a parameter of the neural network's filter that modifies the amount of movement over the image or video. For example, if a neural network's stride is set to 1, the filter will move one pixel, or unit, at a time."
Dilation is the number of pixels to skip during convolution operation.
https://towardsdatascience.com/neural-network-embeddings-explained-4d028e6f0526 https://machinelearningmastery.com/what-are-word-embeddings...