T
T
tixonmavrin2018-11-14 18:31:21
Python
tixonmavrin, 2018-11-14 18:31:21

How to send the values ​​of three elements to the neural network?

Hello, I have a question about neural networks.
Let's say there is a neural network that distinguishes cats from dogs. For her training, a lot of pictures are allocated. Then, when we pass a picture to the neural network, it determines whether it is a cat or a dog.
And if we have 3 pictures, and we need to determine which of these looks more like a dog? How can such an option be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danil, 2018-11-14
@DanilBaibak

Apart from the classification (0 - cat, 1 - dog), the network can also return the probability for each class (0:0.11, 1:0.88).
Feed the nets every picture. After that, take the one that has a higher probability of being assigned to a certain class.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question