News

This project implements a basic neural network using only NumPy to solve the XOR logic problem. It demonstrates key concepts of neural networks including forward propagation, backpropagation, and ...