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.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.