Answer the question
In order to leave comments, you need to log in
How to use an already trained perceptron?
I already picked up the weights, but I don't know how to use them for the new case. I thought about calculating the dot product of new cases with weights (forward propagation), but the results were wrong.
Answer the question
In order to leave comments, you need to log in
Already understood. You can calculate the result of a new case like this: sigmoid(dot(new_case, weights)), where dot() is the dot product of the input data with weights.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question