Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Whenever I use fitnet it applies minmax to my data by default, however my data is already scaled, so I was just wondering if there was a way to change...
Hi everyone, I am trying to build a code with the NN toolbox, able to predict at time t+2 the Manganese content in a reservoir, given as inputs other ...
I used Neural Network fitting tool for training my data and got outputs for each target that i supplied to the network. Those outputs are well within ...
I need to find the features of the given input image and i need to find the matrices present in the image. Then i need to apply neural network to it. ...
Hello. I need to select the most informative input parameters using a neural network. I tried using autoencoder, but I did not succeed. Can you advise...
[inputfilename, filePath] = uigetfile({'*.slx';'*.xls';'*.xlsx'},'Select File '); % check if file selected if isequal([inputfilename,filePath],[...
i want to work with NN for image classification. so i need to extract some important feature ...
Problem: feed-forward neural network - the connection between the hidden layer and output layer is removed. I am facing a strange problem with Matlab ...
I am training a simple BP neural network with 8 inputs, 1 output and 1 hidden layer with 10 nodes in it. my weight matrices is a set of numbers betwee...
I am using MatlabR2012b version. m working on speech emotion classification, i have used MFCC for feature extraction and NNtoolbox for classification,...