Q1) Design perceptron neural network to classify the following
$$ \left\{ \mathbf{p}_{1} = \begin{bmatrix} 2 \\ 2 \end{bmatrix}, t_{1} = 0 \right\} \left\{ \mathbf{p}_{2} = \begin{bmatrix} 1 \\ -2 \end{bmatrix}, t_{2} = 1 \right\} \left\{ \mathbf{p}_{3} = \begin{bmatrix} -2 \\ 2 \end{bmatrix}, t_{3} = 0 \right\} \left\{ \mathbf{p}_{4} = \begin{bmatrix} -1 \\ 1 \end{bmatrix}, t_{4} = 1 \right\} $$
Use the initial weights and bias:
$$ \mathbf{W}(0) = \begin{bmatrix} 0 & 0 \end{bmatrix} \quad \Theta(0) = 0. $$