P
P
polak2282021-04-23 08:27:34
Python
polak228, 2021-04-23 08:27:34

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

2 answer(s)
P
polak228, 2021-04-24
@polak228

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.

F
freeExec, 2021-04-23
@freeExec

If your network predicts poorly on new data, then you need to train further.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question