Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
What layers to use for data classifcation?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I am very new to MATLAB. I am using it to (hopefully) create a neural network to classify images with or without steganography. I have created histograms for each of these images, half or which are stegged, and half not. I have then put that data into a 256x3 matrix for each of the images, the 3 being each colour channel of the image. I want to be able to output a value of between 1 and 0 as that will be able to determine whether an image is stegged or not. The features I want to pick up on is that on the stegged images the histogram data fluctuates along the graph line, where the normal images don't. I understand I'll need a sequence input layer, however from there I am completely lost and have no idea what layer(s) to use next.
Many thanks
0 commentaires
Réponses (1)
Srivardhan Gadila
le 16 Mar 2020
You can use an imageInputLayer or an sequenceInputLayer followed by Convolution and Fully Connected Layers or Sequence Layers with other layers like Activation, Normalization, Pooling layers etc. followed by softmaxLayer and classificationLayer at the end.
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!