Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hello world.! I have recently been studying neural networks, so I may ask something obvious, but I figured out that when I replicate my inputs and out...
What kind of RMSE should I choose to show the capability of function approximation with Neural Networks ? This Data set shown below is one of My Dat...
Using weights from OL in CL training; how should the weight vector(s)/cell matrices be formatted when used as input in train() ? I am trying to attach...
Suppose I want to recognise a particular face I am extracting sift points from it and feeding it as a input vector . Then what should be the output ? ...
To train the CNN, RGB images(in some cases color-ROI) are preprocessed by resizing it to the smallest dimension to 256, and then we crop center 256*25...
I have a feature vector of the size 10000x400(400 samples) and target matrix is 40x400(40 classes).The input feature vecotr for each sample has 10,000...
I am working on creating a function fitting neural network with the neural network toolbox but I haven't had much success getting it to work correctly...
I am using the neural network toolbox 2012a in my project. I have created a feed-forward-net with 2 layers(inputs are not counted as a layer as conven...
Hello The default function for matlab nn toolbox is diverand which can also be seen in the GUI of nnstart. It splits the data set based on what percen...
Is there a difference between incremental training using ADAPT and TRAIN in Neural Network Toolbox 6.0 (R2008a)? I have found that ADAPT (using "train...