Community Profile

photo

Ieuan Evans

Last seen: 11 days ago Active since 2016

Statistics

All
  • MATLAB Mini Hack Participant
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Solver

View badges

Content Feed

View by

Solved


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

1 year ago

Solved


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

3 years ago

Answered
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

Answered
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

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

4 years ago | 0

| accepted

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

5 years ago | 1

| accepted

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

5 years ago | 3

Solved


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

6 years ago

Solved


"Cody" * 5 == "CodyCodyCodyCodyCody"
*Alice*: What? *"Cody" * 5 == "CodyCodyCodyCodyCody"*? You've gotta be kidding me! *Bob*: No, I am serious! Python supports...

6 years ago

Solved


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

6 years ago

Solved


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

6 years ago

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

6 years ago | 1

| accepted

Solved


Words Count: A String Array Approach
Given an input character vector consisting of words, punctuation marks, white spaces, and possibly newline characters (\n), arra...

7 years ago