Skip to content

Processing ECG data with Conv-CFC #15

@ansariyusuf

Description

@ansariyusuf

Hi,

I am trying to estimate ECG metrics with a combination of Conv-layers and CFCs, taking inspiration from the Atari tutorial. Unlike Atari, where convolutions extract features from images, in my case, convolutions work on the time dimension of the ECG signal itself. Therefore, the time dimension is modified by the convolutions. Will this have an impact on the performance of the CFC?

Also, if you can comment on the implementation of the CFC, that will be very helpful for understanding what each input to the CFC function does. As of now, tutorials are very helpful in showcasing the potential of LTCs and CFCs, but stronger documentation is needed for development.

Can you also share a sample code you used for generating gradient maps for the CFCs, as highlighted in the paper?

Thank you very much for your time!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions