Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 242 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 242 Bytes

Implementation of Logic Gates using Neural Networks

This repository contains implementation of logic gates implemented using karas neural networks. The following logic gates are implemented:

  • OR Gate
  • AND Gate
  • XOR Gate
  • XNOR Gate