Learn the basics of neural networks by training a model on XOR and AND operations
-
Updated
Aug 26, 2024 - JavaScript
Learn the basics of neural networks by training a model on XOR and AND operations
Built a feedforward neural network from scratch in Python using NumPy. Implemented forward propagation, backpropagation, and gradient-based optimization to solve the XOR classification problem without machine learning frameworks.
Add a description, image, and links to the xor-classification topic page so that developers can more easily learn about it.
To associate your repository with the xor-classification topic, visit your repo's landing page and select "manage topics."