Skip to content

SaifurRR/Digital-Signal-Processing-Time-Series-Deep-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time-Series-Deep-Learning

1. Time Sequence Classification Using Deep Learning

This project shows how to classify sequence data using a long short-term memory (LSTM) network. To train a deep neural network to classify sequence data, we use an LSTM network. An LSTM network enables you to input sequence data into a network and make predictions based on the individual time steps of the sequence data. This project uses the Waveform data set to train the LSTM network to recognize the type of waveform given Time Series data. The training data contains Time Series data for four types of waveform. Each sequence has three channels and varies in length.

2. Classify ECG Signals Using Long Short-Term Memory Networks with GPU Acceleration

This project shows how to build a classifier to detect Atrial Fibrillation in ECG signals using an LSTM network. The procedure uses oversampling to avoid the classification bias that occurs when one tries to detect abnormal conditions in populations composed mainly of healthy patients. Training the LSTM network using raw signal data results in poor classification accuracy. Training the network using two Time-Frequency-moment features for each signal significantly improves the Classification performance and also decreases the training time.

3. Signal Processing Synthetic Health Data

ALT TEXT

ALT TEXT

7. Acoustic Sound Phase

ALT TEXT

8. Beat Frequencies

ALT TEXT

9. STFT Spectrogram

ALT TEXT

11. FIR Filter: periodic extension

ALT TEXT

13. LMS Filter: Echo Cancellation

ALT TEXT

14. Band Limited Interpolation: Radiation Measurement

ALT TEXT

16. Quantization Oversampling: Sound Effects in PC Video Games

ALT TEXT

17. Granular Synthesis Voice Transformers

ALT TEXT

18. Data Transmission over Noisy Channel

ALT TEXT

19. Remez Algorithm Channel Simulator

ALT TEXT

20. Time Series (Kaggle)

Linear Regression Tunnel Traffic

ALT TEXT

Linear Regression Store Sales

ALT TEXT

Linear Trend Forecast

ALT TEXT

Polynomial Trend Forecast

ALT TEXT

Periodogram Seasonality

ALT TEXT

Seasonality Forecast

ALT TEXT