How can I input two images into neural network?
Afficher commentaires plus anciens
In my project, the input to the Neural net. should be two images, one 256*256 the other 64*64.
p={ image1 image2} net=train(net, p, output}
note that the two images should be the same size. so what is the best way to inter these matrices?
is it to unroll these matrices into one big column ( then the number of neurons will be 69632)?! or, segment every picture into a number of blocks x*x pixels, then the unroll this block , then the neural net will treat every block alone?!
What is the data structure will be?
- " Concurrent Inputsin a Static Network ”or
- " Sequential Inputs in a Dynamic Network ”or
- " * Concurrent Inputs in a Dynamic Network "
- "Batch" or
- "Sequential" ?
thank you in advance
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!