CoVital-Project / Spo2_evaluation

Python script to evaluation the correctness of SpO2 estimation algorithms
18 stars 6 forks source link

Discussion: state-of-the-art ML methods #5

Open YoniSchirris opened 4 years ago

YoniSchirris commented 4 years ago
LittlePea13 commented 4 years ago

Working on CNNs branch. Currently on Semcova dataset: Lowest MAE for Spo2 on test set, paper reported 1.1%:

Please be aware I was reporting the error at each epoch, and these are the best epoch results, before it starts over-fitting. Since we do not have a validation set (data to scarce), this is an overly optimistic results. There is also not enough training data to call this anywhere conclusive, but we have the models available to train once we get more data.

I have not performed training on HR, although the network output is both spo2 and HR, HR error was quite big compared to spo2 when I first started testing, so for now I only train on spo2 (loss signal is restricted to it), but all nets should be able to be trained simultaneously for both values.