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 view (last 30 days)
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 );

Answers (0)

Categories

Find more on Get Started with Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!