Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello I am trying to use neural network to make some prediction based on my input and target data. I have read all related tutorial in Matlab and also...
if we planned to do a training using greyscale images with pretrained model. It will show error. Is there is any method to train these type of images....
My goal is to train a neural network to classify objects form pictures of my webcam. I use transfer learning with Alexnet and I have a labeled trainin...
I want to predict the future prices, I have used only the daily historical prices as input. I can predict only one step ahead using this code: c...
Hello, I want to make a feedforward backpropagation neural network in order to solve a classification problem. Let's say I want to import a data set f...
Hi, Once you have trained a neural network, is it possible to obtain a derivative of it? I have a neural network "net" in a structure. I would like to...
How can I improve generalization for my Neural Network? I have a network that is trained with very low error but it does not perform well with new ...
I am trying to adapt example provided here https://www.mathworks.com/help/releases/R2017a/nnet/examples/training-a-deep-neural-network-for-digit-class...
I am trying to use the deep learning toolbox to train a CNN network. Matlab is installed on a remote machine and I am accessing it via jupyter using...
Hi, I'm trying to create a custom intermediate layer that can split up data. When I use checkLayer to validate the functionality it throws the erro...