What weight matrix Al and bias vector bi will produce ReLU (x + 2y – 4) and ReLU (3x – y + 1) and ReLU (2x + 5y - 6) as
Posted: Thu May 12, 2022 7:02 am
What weight matrix Al and bias vector bi will produce ReLU (x + 2y – 4) and ReLU (3x – y + 1) and ReLU (2x + 5y - 6) as the N = 3 components of the first hidden layer ? (The input layer has 2 components x and y.) If the output w is the sum of those three ReLU's, how many pieces in w(x,y) ? 等