
Neural Network
Implementation of a multi-layer perceptron (MLP) to solve the XOR problem. Features forward propagation, backpropagation, and sigmoid activation functions.
PythonNumPyMachine LearningNeural NetworksMathematics
Implementation of a multi-layer perceptron (MLP) to solve the XOR problem. Features forward propagation, backpropagation, and sigmoid activation functions.