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 me(or give ready code if it i…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
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 me(or give ready code if it i…
[inputfilename, filePath] = uigetfile({'*.slx';'*.xls';'*.xlsx'},'Select File '); % check if file selected if isequal([inputfilename,filePath],[0,0]) errordlg('No File select…
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 and, in particular, with the t…
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 between -1 and 1; but I can not get …
I am using MatlabR2012b version. m working on speech emotion classification, i have used MFCC for feature extraction and NNtoolbox for classification, but i am getting very high er…
These are traget values they are in matrix form (column matrix) T = 98.3200 100.6100 i want use it for target value in Multilayer Neural Network what is the procedure thank you in …
Neural networks - CUDAKernel?/setConsta?ntMemory - the data supplied is too big for constant 'hintsD' On R2015a with Parallel Computing Toolbox and Neural Network Toolbox. Using…
How do I compile MATLAB files that call Neural Network Toolbox functions into stand-alone applications, in MATLAB releases R13 or older? I would like to generate a stand-alone appl…
I applied my code to data simplenarx_dataset. To do this I performed the following steps: 1 - I have done autocorrelation and cross correlation peaks to see that gives us more info…