Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I am analysing data with six inputs and one output. I had trained a network using Neural Network Toolbox. I want this network to predict the mathemati...
%a=imread('A.bmp'); %a=imresize(a,[6,5]); %a=imresize(a,[1,30]); inp=[0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 1 0 0 1 1 1 1 1 0 0 0 1]; out=[1 0 0 0 0 0 0...
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 ...