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

Siamese cnn #43

Merged
merged 3 commits into from
Jul 30, 2023
Merged

Siamese cnn #43

merged 3 commits into from
Jul 30, 2023

Commits on Feb 21, 2023

  1. siamese CNN

    tanyapole committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    ccfbe32 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. ECG embedding classification

    Performing a binary classification of the signal between normal and abnormal classes
    jiGApache committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d33ec40 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. minor code style fixes

    done:
    - renaming api function name from "perform_signal_classification" to "check_ecg_is_normal"
    - changing the return type of the "check_ecg_is_normal" function to match the name more appropriately
    - fixing package and modules names according to PEP8 code style
    jiGApache committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    97e2423 View commit details
    Browse the repository at this point in the history