![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17200243_1578305404765_DEF.jpg)
Ronny Guendel
Followers: 0 Following: 0
Statistics
RANK
11,106
of 297,046
REPUTATION
4
CONTRIBUTIONS
2 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
13,221 of 20,422
REPUTATION
23
AVERAGE RATING
3.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
163
RANK
of 157,776
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
Question
LSTM Video classification Matlab official example issue "unconnected output. each layer output must .."
Question (a): The Matlab example for Video classification might have an error included. It can be found here under "Create Netwo...
2 years ago | 1 answer | 0
1
answerIs a Bi-GRU available - bidirectional Gated Recurrent Unit (GRU) - or a way to implement a Bi-GRU?
The full working code for me: [XTrain, YTrain] = japaneseVowelsTrainData; lg = layerGraph(); lg = addLayers(lg, [ seque...
3 years ago | 2
Question
Is a Bi-GRU available - bidirectional Gated Recurrent Unit (GRU) - or a way to implement a Bi-GRU?
The following artificial recurrent neural network (RNN) architectures are available: layer = gruLayer(numHiddenUnits) layer =...
3 years ago | 6 answers | 0
6
answersSubmitted
Kalman filter for Video Tracking
Kalman filter for human target tracking by assuming Gaussian distributed data.
4 years ago | 1 download |