I have trained a neural network using matlab and performed retrain for 3 times and got the result. For the fourth time want to perform training with only input data . Which means for the fourth time software has to decide the target value

1 view (last 30 days)
1. Started neural network, selected plot recognition app. 2. Selected input and target data, selected hidden layer and trained the network. 3. Got the plot confusion matrix. Retrained the network for 3 times. 4. For the fourth time, i want to train a network with input data only which means that app has to decide the target data based on the previous input.

Accepted Answer

Greg Heath
Greg Heath on 28 Jul 2015
Improper use of terminology leads to a confusing post.
What is the purpose of retraining the net 3 times? ...
The 1st 2 designs were not good enough?
You cannot train without a target.
Do you mean you want to apply the previously trained net on a new input to get an output?
Greg
  1 Comment
Priya Selvaraj
Priya Selvaraj on 28 Jul 2015
Thanks for your reply... Yes i want to apply the previously trained net on a new input to get an output. Can you please help me how to do this?
Also i have one more query, how to pass a string as an input. I have referred some links, almost all are saying to pass a string as a cell array. But i didn't get exactly how to pass a cell array as an input. Please help me, to figure out this issue...

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!