In this article, we’ll look at the most common ML architectures and their use cases, including: CNNs RNNs Sorting/Clustering GANs Convolutional neural networks (CNNs) Used often in: Image classification Object detection Recommender systems The essential component of the CNN is its convolutional layer—hence the name. The convolutional layer is a filter between the input and output. It creates a f..