Hossam Elshahaby
Followers: 0 Following: 0
Statistics
RANK
12.736
of 295.689
REPUTATION
4
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
2
RANK
of 20.266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 5 jaar 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...
ongeveer 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
ongeveer 6 jaar ago | 2 answers | 0
2
answersQuestion
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*...
ongeveer 6 jaar ago | 0 answers | 0
0
answersIn 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...
meer dan 6 jaar ago | 2