Hello All,
I am new to ML and learning from scratch. I have a question on Neural Network Implementation in Python video: Forward prop in a single layer. Why is the input value of w2_1 taken as an array such as ([1,2]) and value of b1_1 as [-1]. Aren’t these scaler values?
Any help is appreciated.
Thanks,