You are browsing as a guest. Sign up (or log in) to start making projects!

2h 51m 37s logged

Neural network from scratch - added basic training

I added a way to train the model, calculating deltas and adjusting for the errors. Here, I trained it to output the XOR values based on the inputs, where -1 is false and 1 is true. The network outputted answers which appeared to be true (very close to -1 and 1), and before they were outputting random noise. This shows that the network learned something.

0
4

Comments 0

No comments yet. Be the first!