Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hi! I have created neural network using nnstart: NAR; d = 10. After training I saved network in workspase (name: net). Now can I use this trained netw...
i have a table of input 30 rows* 9 columne and target table 30*1 i tried to run newff as below net=feedforwardnet(1) [tr,net]=train(net,input,targe...
Hi, I have created a classifier using CNN (vgg16) for the feature extraction and KNN to classify using a dataset made of 1000 images with accuracy of ...
Hi all and thank you for responding to my questions in advance! I am trying to obtain a simple understanding of the negative and postive ranges. ...
Please, how can I convert a Numeric Matrix (1400 lines/steps x 30 columns/features) to Cell Array (1400x1) Nx1 as required for LSTM training? In th...
Hello, im using Unet to perform semantic segmentation (I want to segment liver metastasis). I want to weight 'more' the pixels of the metastasis re...
Hello, Are pre-trained recurrent networks re-initialized when used in agents for reinforment learning? If so, how can it be avoided? I am import...
I have a series of P images, each MxNxC (in other words C channels) organized as a 4D numeric array X where size(X) is [M,N,C,P]. I have a correspondi...
I have the following input and target matrix Input: 110 samples of 273x262 Target: 110 samples of 273x262 I have to work on deep learning reg...
In the deep learning toolbox, I cannot easily manipulate a specific layer. For example, I know the name of a layer. How can I quickly find it in the l...