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
- Host: GitHub
- URL: https://github.com/heshanera/ann
- Owner: heshanera
- Created: 2017-03-16T14:32:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T06:53:31.000Z (about 9 years ago)
- Last Synced: 2025-02-24T14:47:53.405Z (over 1 year ago)
- Topics: artificial-neural-networks, cpp
- Language: C++
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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