Part 3 of this multiple-part series on the most popular convolutional neural network (CNN) architectures with reproducible Python notebooks — Convolutional neural networks are a special type of neural network that is used for modeling data with strong spatial correlations such as images, multivariate time-series, earth science studies (seismic classification and regression), among many other applications. Convolutional networks have gone under significant changes since 1998 and in this series of…