We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://physionet.org/challenge/2016/
A prestigious challenge/conference with nice data!
🔥 UPDATE: game's still ON! 🎸
Looking for hackers to help me set someting up, if it's feasible. The there will be whole summer to tune the app.
Blocked by: Add encoders #22
wav2vect
wavEncoder
Cochlea
sample2016*
setup
next
Normal
serialize the model
load
classify(anScores[])
avg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CinC challenge
https://physionet.org/challenge/2016/
A prestigious challenge/conference with nice data!
🔥 UPDATE: game's still ON! 🎸
Looking for hackers to help me set someting up, if it's feasible. The there will be whole summer to tune the app.
Blocked by: Add encoders #22
Plan of attack
wav2vect
from MatlabwavEncoder
- IN PROGRESS Wav encoder #26Cochlea
encodersample2016*
setup
will just source a virtualenvnext
will call matlab (wav2csv), python(writes anomaly scores to CSV), matlab again(loads anomalies and decides classification)Working plan to get some validation results ASAP:
Normal
data and select (FHS) subsequences of itserialize the model
andload
to run on eval. data (learning off)classify(anScores[])
avg
and Normal iff <0.4; UNKNOWN iff [0.4...0.7]; Anomal iff > 0.7; ETA ~10minsThe text was updated successfully, but these errors were encountered: