AI-Tutorial-Multilayer-Perceptron-Numpy-Batch-Version
This is a 3 layer MLP Neural Network using only Numpy that can help us understand the principle of the neural network.This is a version that processes the data by full batch which is more easier than the older version.