Skip to content
New issue

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

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

Open
YoniSchirris opened this issue Mar 30, 2020 · 1 comment
Open

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

YoniSchirris opened this issue Mar 30, 2020 · 1 comment
Labels
discussion Any discussion on a topic with important information/knowledge

Comments

@YoniSchirris
Copy link
Contributor

  • Squeezenet: A lightweight image classifier
  • Resnet for time series analysis of PPEG
@YoniSchirris YoniSchirris added the discussion Any discussion on a topic with important information/knowledge label Mar 30, 2020
@LittlePea13
Copy link
Collaborator

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

  • Mobilenet_v2: 0.85%
  • Resnet18: 1.05%
  • VGG13: 0.95%
  • VG16: 0.87%

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Any discussion on a topic with important information/knowledge
Projects
None yet
Development

No branches or pull requests

2 participants