Community Profile

photo

Hossam Elshahaby


Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

Answered
Why does Matlab crash when selecting specific actxcontrols in guide?
Hello All, I had the same issue and I fixed it as follows: assuming Windows 10 x64 , Matlab x64 By default , when I add wind...

5 years ago | 0

Question


Use RNN to detect key frames in a video
Hello Mr/Ms, I want to use RNN network to get sequence of frames and output another sequence of key frames. How can I ach...

5 years ago | 1 answer | 0

1

answer

Question


Combining CNN and RNN together to improve performance
Hello Mr/Ms, I got an error when I tried to combine CNN with RNN in the same network . I want to use CNN to extract feat...

5 years ago | 0 answers | 0

0

answers

Question


Helping with Matlab error Invalid training data. Predictors must be a cell array of sequences. The data dimension of all sequences must be the same.
Hello Mr/Ms, I have the following code to create a data set from 131 video each has 2000 images where each of them has size 4...

5 years ago | 2 answers | 0

2

answers

Question


How can I resolve Error in trainNetwork function saying Predictors must be a cell array of sequences ?
Hello All, I have a data set containing images where X (predictor) is 131 * 2000 * 40 * 2000 matrix and Y(response) is a 131*...

5 years ago | 0 answers | 0

0

answers

Answered
In try~catch, can I use multiple catch like JAVA?
Hi Kim, You can make nested try catch x = magic(2); try a = x+magic(3); catch ME try switch ME...

6 years ago | 2