A
A
Alexander Sinitsyn2020-05-02 14:49:33
Neural networks
Alexander Sinitsyn, 2020-05-02 14:49:33

Is there any way to find a jamb in a neural network?

I read and try to write a fairly simple perceptron... At first it worked, but then I changed the functions to sigmoids, changed the algorithm a little and the learning ability came to naught, you see, I screwed up somewhere. How can you find the reason for "not learning"?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2020-05-02
@a_u_sinitsin

slightly changed the algorithm
You must always change to a mathematical model in order to know what will happen. After - to build a network.
Now - also: Restore the mathematical model. Calibrate. Then - transfer the logic to the code.

N
Nikolay, 2020-05-02
@SODINNER

Debug, look at the output of each function, understand what and how to happen and go in order.
The key to a successful programmer is to be able to debug.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question