backpropagation
backpropagation copied to clipboard
Added options for activation - tanh or sigmoid
Added options for the types of activation functions - tanh function or sigmoid function. In both cases, the code achieves 100.0% accuracy for the XOR classification problem.