Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
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...
Hello, I'm just getting acquainted with methods of machine learning, and am experimenting with neural networks at the moment. I need some advice ho...
Function approximation: Neural network great 'on paper' but when simulated results are very bad? I need some help with NN because I don't understand w...
I am trying to build a network to do some long term predictions. My data is comprised of an INPUT and TARGET that spawns over 50 years (about 3500 poi...