Neural Network Implementation Custom implementation of neural network from scratch using numpy Install the dependency with: pip install numpy Usage Run the example to train a small network on the XOR problem: python example.py