Ahmed-Habashy/CNN-classifier-for-EEG-Motor-imagery-spectrum-images
This Python script creates, trains, and tests a Convolutional Neural Network (CNN) for image classification using various libraries like Numpy, Tensorflow, OpenCV, Keras, etc. The input images are spectrum images that are loaded from a specified folder path and pre-processed by resizing and normalizing.
Python