paper-with-me

Papers

Techniques for visualizing LSTMs applied to electrocardiograms

2017-05-23 · Jos van der Westhuizen, Joan Lasenby

This paper explores four different visualization techniques for long short-term memory (LSTM) networks applied to continuous-valued time series. On the datasets analysed, we find that the best visualization technique is to learn an input deletion mask that optimally reduces the true class score. With a specific focus on single-lead electrocardiograms from the MIT-BIH arrhythmia dataset, we show that salient input features for the LSTM classifier align well with medical theory.

📄 PDF Abstract BibTeX arXiv:1705.08153

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Visualizing and Understanding Neural Models in NLP

2015-06-02 · NAACL 2016 6 · Jiwei Li, Xinlei Chen, Eduard Hovy, Dan Jurafsky

While neural networks have been successfully applied to many NLP tasks the resulting vector-based models are very difficult to interpret. For example it's not clear how they achieve {\em compositionality}, building sente…

NegationSentence

Simultaneous Optimized Orthogonal Matching Pursuit with Application to ECG Compression

2024-06-05 · Laura Rebollo-Neira

A greedy pursuit strategy which finds a common basis for approximating a set of similar signals is proposed. The strategy extends the Optimized Orthogonal Matching Pursuit approach to selecting the subspace containing th…

On the Initialization of Long Short-Term Memory Networks

2019-12-22 · Mostafa Mehdipour Ghazi, Mads Nielsen, Akshay Pai, Marc Modat 외

Weight initialization is important for faster convergence and stability of deep neural networks training. In this paper, a robust initialization method is developed to address the training instability in long short-term …

Missing ValuesregressionTime SeriesTime Series Analysis+1

Interpretable Structure-aware Document Encoders with Hierarchical Attention

2019-02-26 · Khalil Mrini, Claudiu Musat, Michael Baeriswyl, Martin Jaggi

We propose a method to create document representations that reflect their internal structure. We modify Tree-LSTMs to hierarchically merge basic elements such as words and sentences into blocks of increasing complexity. …

Document ClassificationSentenceWord Embeddings

Effects of padding on LSTMs and CNNs

2019-03-18 · Mahidhar Dwarampudi, N V Subba Reddy

Long Short-Term Memory (LSTM) Networks and Convolutional Neural Networks (CNN) have become very common and are used in many fields as they were effective in solving many problems where the general neural networks were in…

Sentiment Analysis