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

https://github.com/heshanera/ann

Simple Artificial Neural Network for the XOR function. Network is build with three layers, Input layer, Output layer and one hidden layer with four nodes. Used Sigmoid as the Activation function
https://github.com/heshanera/ann

artificial-neural-networks cpp

Last synced: 27 days ago
JSON representation

Simple Artificial Neural Network for the XOR function. Network is build with three layers, Input layer, Output layer and one hidden layer with four nodes. Used Sigmoid as the Activation function

Awesome Lists containing this project

README

          

# ANN
Simple Artificial Neural Network for the XOR function

network is build with three layers, Input layer, Output layer and one hidden layer with four nodes. Sigmoid function is used for the Activation function