![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8908098_1522130027391_DEF.jpg)
Ieuan Evans
Followers: 0 Following: 0
Estadística
0 Preguntas
7 Respuestas
0 Problemas
8 Soluciones
CLASIFICACIÓN
2.375
of 297.010
REPUTACIÓN
26
CONTRIBUCIONES
0 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
40.644
of 157.687
CONTRIBUCIONES
0 Problemas
8 Soluciones
PUNTUACIÓN
92
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
Reverse within string
If input is a string 'yellow' the output should be 'leywol'. Locate the middle of the string and reverse the first (yel) and sec...
3 meses hace
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 meses hace | 0
Resuelto
Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...
alrededor de 2 años hace
Resuelto
Beauty of Parentheses
Given a string consisting of closed parentheses, form a string array in the following way so that the orders of these parenthese...
más de 4 años hace
Train a GAN example difficulty
This example was updated in R2020a to use this custom layer. If you use the command openExample('nnet/TrainGenerativeAdversarial...
más de 4 años hace | 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...
más de 4 años hace | 0
| aceptada
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...
casi 5 años hace | 0
| aceptada
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 ...
más de 6 años hace | 1
| aceptada
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...
más de 6 años hace | 3
Resuelto
5th Time's a Charm
Write a function that will return the input value. However, your function must fail the first four times, only functioning prope...
más de 7 años hace
Resuelto
"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...
más de 7 años hace
Resuelto
Number of Even Elements in Fibonacci Sequence
Find how many even fibonacci numbers are available in the first d numbers. Consider the following first 14 numbers 1 1 2...
más de 7 años hace
Resuelto
The 5th Root
Write a function to find the 5th root of a number. It sounds easy, but the typical functions are not allowed (see the test su...
más de 7 años hace
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...
más de 7 años hace | 1
| aceptada
Resuelto
Words Count: A String Array Approach
Given an input character vector consisting of words, punctuation marks, white spaces, and possibly newline characters (\n), arra...
alrededor de 8 años hace