Weather_classification_CNN

CNN model having Dropout layers, Dense layers, Convolution and max pooling layers is built. Images are red into integers arrays of 3 channels representing RGB channels .They are all resized into common shape to be fed into the model. Hyper parameter tuning is then performed to optimise the model

6/21/2022
154 views

Tags:  

#python