Skip to main content

Questions tagged [lstm]

Long Short-Term Memory (LSTM), a type of Recurrent Neural Network (RNN)

3 votes
1 answer
134 views

Time series prediction by LSTM model

I have a collection of TEC data. My data sample for example: day1, day2, day3, day4. Case1: I have the following task to do: Training by the consecutive 3 days to predict the each 4th day. Each day ...
S. M.'s user avatar
  • 113
2 votes
1 answer
148 views

Convolutional LSTM

I write code about convolutional LSTM, but I am not sure if mine is good enough. Is anyone interested in giving a look at my code? ...
PlasmaPhyscsi's user avatar
5 votes
2 answers
110 views

Filipino Sign Language Recognition System Using MediaPipe & TensorFlow

I am working on a sign language recognition system that processes pre-recorded video datasets to extract hand gesture features for AI training. I am using MediaPipe, OpenCV, and TensorFlow to extract ...
Juwan Carlos Casuco's user avatar
1 vote
1 answer
161 views

LSTM Model - Validation Accuracy is not changing

I am working on classification problem, My input data is labels and output expected data is labels Labels Count 1 94481 0 65181 2 60448 I have made ...
YogeshKumar's user avatar