![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8908098_1522130027391_DEF.jpg)
Ieuan Evans
Followers: 0 Following: 0
Statistics
RANK
2,375
of 297,046
REPUTATION
26
CONTRIBUTIONS
0 Questions
7 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
5
RANK
of 20,422
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How are the two layers "sequenceInputLayer(num_channels) & bilstmLayer(HU,OutputMode="sequence")" connected to each other?
Hi Christian, For BiLSTM layers In MATLAB, for each of the input channels and for both the forward and backward parts of the la...
10 months ago | 0
Train a GAN example difficulty
This example was updated in R2020a to use this custom layer. If you use the command openExample('nnet/TrainGenerativeAdversarial...
4 years ago | 0
what is the number of LSTM cells in the network?
Hi Mohamad, The "Sequence Padding, Truncation, and Splitting" section of the documentation page Long Short-Term Memory Networks...
4 years ago | 0
| accepted
image caption in deep learning
Hi Michael, This example (new for R2020a) shows how to do image captioning using Deep Learning Toolbox and Text Analytics Toolb...
5 years ago | 0
| accepted
What does SequenceLength property in the training options for an LSTM layer really mean and why is it there?
Hi, Indeed, the software "unrolls" the layer to have length given by |'SequenceLength'|. The network is stateful, so it also ...
6 years ago | 1
| accepted
What does SequenceLength property in the training options for an LSTM layer really mean and why is it there?
Hi, The number of hidden units corresponds to the amount of information remembered between time steps (the hidden state). The...
6 years ago | 3
How to make a word cloud using Matalb ?
As of R2017b, you can create word clouds from text data using the <http://www.mathworks.com/help/matlab/ref/wordcloud.html wordc...
7 years ago | 1
| accepted