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

Processing ECG data with Conv-CFC #15

Open
ansariyusuf opened this issue Jul 17, 2023 · 0 comments
Open

Processing ECG data with Conv-CFC #15

ansariyusuf opened this issue Jul 17, 2023 · 0 comments

Comments

@ansariyusuf
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant