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 visualización (últimos 30 días)
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 );

Respuestas (0)

Categorías

Más información sobre Get Started with Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by