Hello, I'm trying to develop a neural network for classification of 2 non mutually exclusive outputs, based on 1 input. Using the standard parameters for the patternnet, I ha…
Ask an expert. Trust the answer.
Academic and engineering questions answered by verified MATLAB professionals.
Hello, I'm trying to develop a neural network for classification of 2 non mutually exclusive outputs, based on 1 input. Using the standard parameters for the patternnet, I ha…
Dear ! I have a data set with a column is rainfall and the next column is water level (1992-2006) as: https://docs.google.com/file/d/0By5tEg03EXCpd09rcG5hTWRzMHM/edit I would like …
How do I classify ripeness of pineapple on real- time ? I have developed ripeness classification based on deep neural network but I don't know how to make it real time. Please help…
My input vector is a 130*85 matrix and my target vector is 130*26 matrix. I am using the below parameters for training the network with 60 hidden nodes. net.trainParam.max_fa…
I have a dataset of around 370 images of people, and I want to classify their expressions. Should I build my CNN from scratch? How many hidden layers should I aim for? …
I want to use a function similar to tansig. I don't seem to be able to find a good example, and the tansig.apply method only allows me one line! I'm wrapped around this axle, and I…
Hello everyone. A) Please and I need help on how I can train a Neural network using two sets of time series (same size) with each being row vectors ranging up to 1500 data points (…
I have a model of a system that can detect some abnormalities and then react accordingly. Now, I want to analyze how reliable is our model in predicting these abnormalities. So …
I want to carry out transfer learning using AlexNet for a set of 128x128 DICOM images. It looks like on of the most efficient methods of storing and labeling images is using imageD…
How do I add a custom transfer function to the neural network transfer function library in Neural Network Toolbox R2013b? I would like to know how to add a custom transfer function…