Neural Network Pattern Recognition

2 ビュー (過去 30 日間)
Shiva Nahani
Shiva Nahani 2020 年 1 月 17 日
回答済み: Greg Heath 2020 年 1 月 18 日
Hi all,
I want to train a neural network pattern recognition, I use command "Patternnet" to create the network and command "train" for training. my problem is that I don't know how to creat my target data.
I have 12000 pictures for trainig each 28*28 size which belong to 5 classes. I normalized my input data so I have a input matrix of 12000*784 ranging between 0 and 1.
Can you pleas tell me how can I impeliment my target data for this network?
I face this error!
"Error using network/train (line 340)
Inputs and targets have different numbers of samples."

採用された回答

Greg Heath
Greg Heath 2020 年 1 月 18 日
Targets are 1-dimensional unit vectors with 4 zeros and a single 1 .
Thank you for formally accepting my answer.
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePattern Recognition and Classification についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by