Non-linear separable Boolean Functions

Untitled

<aside> 💡 There are $2^{2^n}$boolean functions for $n$ inputs.

</aside>

Representation Power of a Network of Perceptrons

Untitled

Untitled

Untitled

<aside> 💡 Any boolean function of n inputs can be represented exactly by a network of perceptrons containing 1 hidden layer with $2^n$ perceptrons and one output layer containing 1 perceptron.

Note: A network of $2^n + 1$ perceptrons is not necessary but sufficient

</aside>

Sigmoid Neuron

<aside> 💡 A sigmoid fires only if the weighted sum of its inputs is greater than the threshold$(-w_0)$

</aside>

Let $y = f(x)$

where, $x \in \mathbb{R^n}$ and

                $y \\in \\mathbb{R}$