This folder contains code for training and testing back propagation NN. To run the BP code specific to the XOR classification problem, check test_xorbp.m for a sample script. To run the BP code for a general 2-class dataset, check test_bp.m for a sample script. Note that the sample dataset used in test_bp.m is actually XOR data, but can be replaced by any configuration.