Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 291 Bytes

File metadata and controls

5 lines (4 loc) · 291 Bytes

Boolean-functions-NN-implementation

Neural network representation of Boolean functions

The standard perceptron is a single-layer, single-output neural network with the step-function as the activation. In this work, we implemented Boolean functions as two-layer or deep neural networks.