Hi, I am trying to accelerate some simulation code I have using my GPU. I am trying to do this by first creating a bunch of gpuArrays to hold the relevant variables and then passin…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hi, I am trying to accelerate some simulation code I have using my GPU. I am trying to do this by first creating a bunch of gpuArrays to hold the relevant variables and then passin…
Hi, I'm having some problems with a bench of chest xray images. I tryed to use the code from the link below, but it did not work. https://www.mathworks.com/matlabcentral/answers…
I am trying to calibrate my high speed camera for measuring the liquid steel temperature, I've decide to record from 800 to 1500 Celsius images correspond to their temperature and …
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 network to predict future 10 value…
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,target) but it does not work bec…
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 96% for train and 94% for test…
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. I read the documentation in m…
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 this case, the 30 columns by lin…
Hello, im using Unet to perform semantic segmentation (I want to segment liver metastasis). I want to weight 'more' the pixels of the metastasis respect to the background but I …
Hello, Are pre-trained recurrent networks re-initialized when used in agents for reinforment learning? If so, how can it be avoided? I am importing a LSTM network trained usi…