This document describes the architecture of a convolutional neural network model. It contains multiple convolutional and max pooling layers to extract features from input images. It then flattens and passes the output through several dense layers with dropout for classification into 5 categories. In total the model contains over 46 million parameters across convolutional, batch normalization, max pooling, flatten, and dense layers.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
50 views
ALEXNET
This document describes the architecture of a convolutional neural network model. It contains multiple convolutional and max pooling layers to extract features from input images. It then flattens and passes the output through several dense layers with dropout for classification into 5 categories. In total the model contains over 46 million parameters across convolutional, batch normalization, max pooling, flatten, and dense layers.