Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
Hi, Well, since I'm working on PatternNets (Classification), my doubt is, how do we decide then number of hiddenlayers the network requires. Before...
Hello. I’m new here and I have a problem with the neural network toolbox that is unbearably frustrating because it should be the easiest thing in th...