cnn-lstm topic

List cnn-lstm repositories

Image-Caption

71
Stars
25
Forks
Watchers

Using LSTM or Transformer to solve Image Captioning in Pytorch

ENAS-PdM

22
Stars
2
Forks
Watchers

Evolutionary Neural Architecture Search for Remaining Useful Life Prediction

bear_fault_diagnosis

202
Stars
40
Forks
Watchers

Bearing fault diagnosis model based on MCNN-LSTM

Detecting-Cheating-in-Chess

29
Stars
6
Forks
Watchers

Can chess engine use be detected just from the moves on the board? Let's try, using a CNN - LSTM architecture.

Alzheimers-DL-Network

39
Stars
10
Forks
Watchers

A CNN-LSTM deep learning model for prognostic prediction and classification of Alzheimer's MRI neuroimages.

Forest_wildfire_spreading_convLSTM

21
Stars
8
Forks
Watchers

A personal trial to understand and simulate forest wildfire spreading from satellite data using Deep Learning (a model with a ConvLSTM layer).

Building Time series forecasting models, including the XGboost Regressor, GRU (Gated Recurrent Unit), LSTM (Long Short-Term Memory), CNN (Convolutional Neural Network), CNN-LSTM, and LSTM-Attention. A...