We want to approximate the following (sigmoid-like) function, given in (a) in blue, using two ReLU functions (b) and (c) (in red) . (ReLU formula: max(wx+b,0) ) . Compute the parameters of ReLU.