Hello
I have created a Neural Network Implementation for Classifying Different Heartbeat related conditions. We used two methods, CNN to classify the spectrogram images of the Heart sound, and RNNs to classify the raw audio data.
You can contribute to the project in the following ways:
Implement more robust state-of-the-art CNN methods (currently using a basic functional CNN model from keras)
Using Better ways to capture raw audio data or use better RNN methods (currently using Bi-directional LSTM)
You can start by using ResNet or EfficientNet model as CNN model.
Happy coding!
Hello
I have created a Neural Network Implementation for Classifying Different Heartbeat related conditions. We used two methods, CNN to classify the spectrogram images of the Heart sound, and RNNs to classify the raw audio data.
You can contribute to the project in the following ways:
You can start by using ResNet or EfficientNet model as CNN model.
Happy coding!