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 回表示 (過去 30 日間)
古いコメントを表示
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 );
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!