There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.