backpropagation icon indicating copy to clipboard operation
backpropagation copied to clipboard

Neural Network Backpropagation Algorithm. Implementation using python

Results 1 backpropagation issues
Sort by recently updated
recently updated
newest added

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.