Skip to main content
-1 votes
1 answer
42 views

I am trying to predict google stock price using LSTM model from PyTorch. However after training my model and plotting the predicted results vs the real value, I see periodic sharp downward spikes. ...
meysam imanipour's user avatar
1 vote
2 answers
87 views

I fit a model using Keras sequential with LSTM layers. The LSTM model will have certain aspects of the state carry forward from one period t to the next, besides the the input sequence of values for ...
dshaffe34's user avatar
0 votes
1 answer
139 views

I am training a LSTM model with data from yfinance. The process is really standard. I get the data with yf.download(ticker=ticker) where ticker='AAPL and do df.rolling(30, min_periods=1) to smooth the ...
franjefriten's user avatar
3 votes
0 answers
89 views

I'm working on an image captioning project using a simple CNN + LSTM architecture, as required by the course I'm studying. The full code is available here on GitHub (note: some parts are memory-...
Malihe Mahdavi sefat's user avatar
0 votes
0 answers
40 views

I have trained a model and deployed as endpoint using aws sagemaker and when I tried to invoke I have got error: 2025-09-09 14:58:25.724914: I external/org_tensorflow/tensorflow/core/framework/...
Sanghamitra Konduri's user avatar
0 votes
0 answers
30 views

I have 3 models and I want to create a hybrid model with these. I put my first models when I want to call the input of this I get an error. This is my code: def memory_model(input_shape, num_class, ...
Haniye amir's user avatar
0 votes
1 answer
50 views

I wrote the module attached below. However, I notice a constant increase of RAM until I get an out of memory error. The code runs on CPU without a problem (except the slow training time). It can ...
mashtock's user avatar
  • 400
0 votes
0 answers
102 views

I’ve been building a reinforcement learning trading agent using a synthetic sine wave as the price series — basically the simplest dataset I could imagine to test whether an agent can learn to buy low ...
Oleg Bizin's user avatar
2 votes
1 answer
126 views

I am trying to predict vehicle trajectory, using t-30 data sequence to predict until t+30 trajectory. The data I have created is an neighbour occupancy matrix for each frames for each cars, this data ...
Barbaros Teoman Kosoglu's user avatar
0 votes
0 answers
108 views

I followed the steps for fine-tuning Tesseract for handwriting recognition. I have the character images and the corresponding box files. Then I generated the .lstmf files, followed by the lstm_train....
TestING's user avatar
0 votes
0 answers
30 views

I want to use the LSTM network as a controller of a three-phase inverter. The lstm controller will have six inputs, 3 sinuocidal voltage signals and 3 sinuocidal current signals (400 Hz). The lstm ...
Baha's user avatar
  • 1
0 votes
1 answer
53 views

My training set has dimensions [7000, 2], but my output has single number in it. I want to configure the model to understand that "I want one output for each row in X_train", but I don't ...
Baron Yugovich's user avatar
0 votes
1 answer
89 views

I'm training a multi-branch LSTM model on Kaggle using 2x T4 GPUs, with multiple input sequences of different lengths. My target is the "close" column. 1. Normalization and Data: I normalize ...
Aaa Zzz's user avatar
0 votes
0 answers
159 views

I am trying to convert pytorch LSTM model to DLC. The original pytorch model is of 200 MB. I also converted it to traced TorchScript model, scripted TorchScript model and ONNX model. All three are of ...
MnM's user avatar
  • 1
-1 votes
1 answer
65 views

I am working on a market risk assessment involving a hybrid of LSTM and Random Forest. This post might seem dumb , but I am really struggling with the model right now , here are my struggles in the ...
Joyboy Clucky's user avatar

15 30 50 per page
1
2 3 4 5
408