how to define target for my neural network problem

2 Ansichten (letzte 30 Tage)
muzafar
muzafar am 25 Feb. 2013
i have 48 positive and 48 negative images in separate folders,i have extracted 3328 features from each image.now i have two mat files consisting of 48 rows and 3328 columns i.e. 48x3328 where each row belongs to one image and the columns belong to their respective features.after extracting features i am combining(concatinating) then together i.e. both positive and negative feature in a single mat file in such a way that first 3328 columns belong to positive case or class one and next 3328 columns or features belong to the negative case or class 2nd.i have combined them so that i can give it to the neural network.now my question is how to define the target for my above concatenated mat file so that the i can train my network and the network will classify them correctly

Akzeptierte Antwort

Shashank Prasanna
Shashank Prasanna am 25 Feb. 2013
Your targets are positives or negatives. Which means you can create a vector of 1s or 0s to represent positives or negatives.

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by