Community Profile

photo

Pablo Dias


Active since 2017

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
can we call a script from another script or only functions can be called?
You can just call "scriptName;" ,without double quotes. All variables in the caller script will be available.

5 years ago | 2

Answered
Masking out Image area using Binary Mask
Considering RGB image: I(repmat(M,[1,1,3])~=0)=0;

5 years ago | 0

Question


How can I create a stack of autoencoders and a softmaxLayer from a Vector of autoencoders?
I am trying to create an stack of autoencoders, from the code below: stackedNet = stack(vector_autoencoders(:),softnet); ...

6 years ago | 1 answer | 0

1

answer