“…The images of repeated trials for the different orientations were split into training and testing sets on a 75:25 ratio respectively. Optimization of hyperparameters, being the model optimizer (RMSprop, Adam, SGD), the STFT image size (150 Â 150 pixels to 500 Â 500 pixels in +50 Â 50 pixel steps), convolutional layer filter size (32 and 64 filters), convolutional layer kernel size (3 Â 3 and 5 Â 5 pixels), dense layer neuron size, [32,64] dropout size (0.1, 0.25, 0.5, and 0.75) and number of epochs (50 to 500) were done to improve model accuracies. A net optimum was found, with the following CNN specifications; RMSprop optimizer used, image size of 300 Â 300 pixels, convolutional layer filter size of 32 for the first four convolutional layers and 64 for the final two convolutional layers, convolutional kernel size of 3 Â 3 for all layers, dense layer neuron size of 32, a dropout value of 0.25 and the epoch number to be 300.…”