I\'m trying to figure out just one line in the below snippet I got from here
import numpy as np X = np.array([ [0,0,1],[0,1,1],[1,0,1],[1,1,1] ]) y = np.array([[0