B
B
BitNeBolt2019-04-27 21:05:12
Neural networks
BitNeBolt, 2019-04-27 21:05:12

How to choose scales for a new image at the input to the neural network?

Let's say that there is a neural network that has already been "trained" and has created a file with class labels, which stores the most correct value given by the network and the class to which this value belongs.
Now we need to input (to get the prediction result) a new image, which was not in training. But what initial weights should be set for this image? What to be guided by?
PS as I understand it, by running a new image through the layers of the network, you can get the output value and compare it with the values ​​​​in the file with class labels. Does it actually work that way, or does it work differently?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmshar, 2019-04-28
@dmshar

"It" works differently.
After you have trained the network, no recalculations of the weights are carried out.
You feed a "new" image to the input (new - means one whose "correct label" you don't know!!!), you get the label assigned to it by the network as input. All. Problem solved.
And with what you are going to compare the received label - it is not clear from your text at all.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question