Community Profile

photo

Ronny Guendel


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • 5-Star Galaxy Level 1
  • Thankful Level 1
  • Personal Best Downloads Level 1
  • First Submission
  • First Review

View badges

Feeds

View by

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...

1 year ago | 1 answer | 0

1

answer

Answered
Is 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...

2 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 =...

2 years ago | 6 answers | 0

6

answers

Submitted


Kalman filter for Video Tracking
Kalman filter for human target tracking by assuming Gaussian distributed data.

3 years ago | 3 downloads |

Thumbnail