An open API service indexing awesome lists of open source software.

https://github.com/preethi2805/multilayer_perceptron_xor

This repository implements a simple Multilayer Perceptron (MLP) from scratch using NumPy to solve the XOR classification problem. The network consists of one hidden layer with two neurons (ReLU activation) and an output layer with a sigmoid activation function.
https://github.com/preethi2805/multilayer_perceptron_xor

Last synced: 2 months ago
JSON representation

This repository implements a simple Multilayer Perceptron (MLP) from scratch using NumPy to solve the XOR classification problem. The network consists of one hidden layer with two neurons (ReLU activation) and an output layer with a sigmoid activation function.

Awesome Lists containing this project