i am working on indoor scene , i have extraceted HSV features and stored in featureVector is of size 3*109(extracted H,S,V values for 109 images) I have to train the network only for indoor scene images. so what should be the target vector ? how to p

1 visualizzazione (ultimi 30 giorni)
t=ones(1,109 ); [x] = featureVector ; (3 rows HSV, 109 columns-109 images) net = patternnet(10 ); net = train(net,x,t ); view(net ) y = net(x ); perf = perform(net,t,y );

Risposte (0)

Categorie

Scopri di più su Get Started with Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by