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 回表示 (過去 30 日間)
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.

採用された回答

Greg Heath
Greg Heath 2015 年 7 月 28 日
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 件のコメント
Priya Selvaraj
Priya Selvaraj 2015 年 7 月 28 日
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...

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by