Hybrid_CNN_with_1DCAE

This code implements the following paper.

Paper Title : ShortFuse: Biomedical Time Series Representations in the Presence of Structured Information

Authors : Madalina Fiterau, Suvrat Bhooshan, Jason Fries, Charles Bournhonesque, Jennifer Hicks, Eni Halilaj, Christopher Ré, Scott Delp

In this paper, authors suggest hybrid Convolutional layer and hybrid LSTM module.

But in this repositories, I implemented only hybrid convolutional layer.