paper-with-me

Papers

ECG Classification with a Convolutional Recurrent Neural Network

2020-09-28 · Halla Sigurthorsdottir, Jérôme Van Zaen, Ricard Delgado-Gonzalo, Mathieu Lemay

We developed a convolutional recurrent neural network to classify 12-lead ECG signals for the challenge of PhysioNet/ Computing in Cardiology 2020 as team Pink Irish Hat. The model combines convolutional and recurrent layers, takes sliding windows of ECG signals as input and yields the probability of each class as output. The convolutional part extracts features from each sliding window. The bi-directional gated recurrent unit (GRU) layer and an attention layer aggregate these features from all windows into a single feature vector. Finally, a dense layer outputs class probabilities. The final decision is made using test time augmentation (TTA) and an optimized decision threshold. Several hyperparameters of our architecture were optimized, the most important of which turned out to be the choice of optimizer and the number of filters per convolutional layer. Our network achieved a challenge score of 0.511 on the hidden validation set and 0.167 on the full hidden test set, ranking us 23rd out of 41 in the official ranking.

📄 PDF Abstract BibTeX arXiv:2009.13320

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationECG ClassificationGeneral Classification

Similar Papers 제목 키워드 기반

Combining Recurrent and Convolutional Neural Networks for Relation Classification

2016-05-24 · NAACL 2016 6 · Ngoc Thang Vu, Heike Adel, Pankaj Gupta, Hinrich Schütze

This paper investigates two different neural architectures for the task of relation classification: convolutional neural networks and recurrent neural networks. For both models, we demonstrate the effect of different arc…

ClassificationGeneral ClassificationRelationRelation Classification

Sequential Learning of Convolutional Features for Effective Text Classification

2019-08-30 · IJCNLP 2019 11 · Avinash Madasu, Vijjini Anvesh Rao

Text classification has been one of the major problems in natural language processing. With the advent of deep learning, convolutional neural network (CNN) has been a popular solution to this task. However, CNNs which we…

ClassificationGeneral ClassificationSentiment AnalysisText Categorization+2

Sequential Convolutional Recurrent Neural Networks for Fast Automatic Modulation Classification

2019-09-09 · kaisheng Liao, Yaodong Zhao, Jie Gu, Yaping Zhang 외

A novel and efficient end-to-end learning model for automatic modulation classification is proposed for wireless spectrum monitoring applications, which automatically learns from the time domain in-phase and quadrature d…

ClassificationDimensionality ReductionGeneral Classification

RecNets: Channel-wise Recurrent Convolutional Neural Networks

2019-05-28 · George Retsinas, Athena Elafrou, Georgios Goumas, Petros Maragos

In this paper, we introduce Channel-wise recurrent convolutional neural networks (RecNets), a family of novel, compact neural network architectures for computer vision tasks inspired by recurrent neural networks (RNNs). …

General Classificationimage-classificationImage Classification

Deep Gated Recurrent and Convolutional Network Hybrid Model for Univariate Time Series Classification

2018-12-18 · Nelly Elsayed, Anthony S. Maida, Magdy Bayoumi

Hybrid LSTM-fully convolutional networks (LSTM-FCN) for time series classification have produced state-of-the-art classification results on univariate time series. We show that replacing the LSTM with a gated recurrent u…

ClassificationGeneral ClassificationTime SeriesTime Series Analysis+1