B
B
BitNeBolt2020-06-26 11:21:39
Neural networks
BitNeBolt, 2020-06-26 11:21:39

What does this network response mean?

There is a neural network that is used in Unity, it seems to be trained about Hebb. I need it to classify the situation and give 1 out of 3 actions for the situation.

In the FixedUpdate method, I pass the data to it for training, and each time I adjust the weights according to the Hebb rule.

At the output layer, there is 1 neuron, which, after several tens of iterations, starts outputting 0.017 and gradually decreases.

What conclusions can be drawn from this? How to classify situations?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Sokolov, 2020-06-26
@BitNeBolt

In classification, the output dimension is usually equal to the number of classes.
1 out of 3 actions == 3 "neurons".
On each a certain value from 0 to 1 - the probability. Take the option with the highest probability.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question