Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I am training a set of images to classify it in ANN.But in neural networks how can we train a set of images and how can test image is sent as a input ...
hello i want to ask if it is possible to create a neural network in mat lab that is able to have at least 4 states which gets activated randomly based...
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...