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

https://github.com/marcos-moura97/2-outputs-perceptron-algorithm

C++ implementation of a perceptron learning algorithm with 3 inputs and 2 outputs
https://github.com/marcos-moura97/2-outputs-perceptron-algorithm

cpp perceptron perceptron-learning-algorithm

Last synced: 4 months ago
JSON representation

C++ implementation of a perceptron learning algorithm with 3 inputs and 2 outputs

Awesome Lists containing this project

README

        

# 2 outputs Perceptron Algorithm

C++ implementation of a perceptron learning algorithm with 3 inputs and 2 outputs. To test it, the code uses the truth table of a S-R Flip Flop.