Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I'm trying to follow the steps in this example Transfer learning using AlexNet using my set of images but it's giving me this error Error using...
my input is a matrix each row filled with image block values and another matrix (column vector)having labels for each block. I have to train each bloc...
My input dataset is 13x778162 large. I tried to create RBF network by newrb, but I got error: Error using zeros Requested 778162x778162 (4511.6GB) arr...
Good Afternoon I'm new to neural network and MATLAB. I'm try to make neural network to predict Core Facies (e.g. I have 8 facies) in oil field from wi...
How can we save the bias and variance of a trained network? thank you in advance ...
I am working on a machine with a number of CPU cores (40) and a number of GPUs (4). I need to train a large number of shallow LSTM neural networks (~5...
I have a vector A of 30 elements. Each of those elements could be one of three values (1, 2 or 3). There are therefore there are 30^3=27000 possible v...
I am doing a project on vehicle type classification with Neural Networks( classification basis is => sedan,pick up,hatchback,etc type vehicles.) I am ...
Good Afternoon, Looking around ANSWER and exploring GOOGLE GROUPS i found this method by Dr. Greg Heath to define a valid training goal for the MSE pe...
I have three questions regarding the difference between a closed-loop and an open-loop narxnet, and it's behavior. First, a little about the problem I...