artificial neural network question
Mostrar comentarios más antiguos
Hi all,
I have scaled the input and target data by using these commands [pn,ps] = mapminmax(xt1'); [tn, ts] = mapminmax(yt1'); Should I scale the tested data as well? If yes should I use the same command?
Thanks Aziz
Respuesta aceptada
Más respuestas (1)
m Whelan
el 12 de Jul. de 2018
0 votos
An artificial neural network was trained to obtain a face recognition system of various people faces. Images of 10 people were used including 40 images per person. Each image of the database has the size of 24 x 30 pixel. The input to the network are pixel intensity values ranging from 0 to 255 which were scaled to range from 0 to 1. The network has one layer with 20 hidden units and each output unit in the network represents one of the 10 persons to identify. The image dataset was divided into 200 images for training, 100 for validation and 100 for testing.
How many units does the network have in total? Note that the network structure is a layered network with input units, hidden units and output units. Indicate one way to simplify the structure of the network.
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!