how to decide target vector for following code?
Informazioni
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Mostra commenti meno recenti
featurevector is of size 3*20(extracted H,S,V values for 20 images)
t=ones(3,20); [x] = featureVector; net = patternnet(10); net = train(net,x,t); view(net) y = net(x); perf = perform(net,t,y); classes = vec2ind(y);
5 Commenti
KSSV
il 13 Lug 2018
t is your target in the code.
jayamala pakhare
il 13 Lug 2018
KSSV
il 13 Lug 2018
All your targets are 1.....the way code called is correct but not the input.
jayamala pakhare
il 13 Lug 2018
jayamala pakhare
il 14 Lug 2018
Risposte (0)
Questa domanda è chiusa.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!