Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I am using lstm regression network to denoise speech. The predictor input consists of 9 consecutive noisy STFT vectors. The target is corresponding cl...
this page: https://www.mathworks.com/help/vision/examples/semantic-segmentation-using-deep-learning.html showing example of semantic segmentation. Is ...
Given a neural network with 2 output classes there are 2 ways of assigning its real-valued output, M in [0,1], to binary classes. You have one target ...
How can I use LSTM networks to solve a time series regression problem? I would like to train a LSTM regression network using all but the last 10 time ...
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 rele...
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.mathw...
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 corres...
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 ...