The project uses Tensorflow Keras convolutional neural network, to train model to classify wave signals, with a callback to prevent overfitting.
1. Python - 3.6/3.7
2. Tensorflow - 2.0.0-2.1.0
Note - Livelossplot a library doesn't work on higher version of TensorFlow hence make sure you have the same TensorFlow version as mentioned.
Don't train deep learning models blindfolded! Be impatient and look at each epoch of your training!
1. The notebook consists of a convolutional neural network to the classify problem.
2. The Livelossplot, callbacks are advanced techniques used to prevent overfitting and to check up on the training.
3. Open jupyter notebook and run all cells. You can collect data through Kaggle.
The following link contains the dataset:
Submitted by Kushagra Kinjawdekar (kushagravk)
Download packets of source code on Coders Packet
Comments