Writing Linear layer from scratch only using numpy. I am having some trouble with updating the bias. Any help would be appreciated.
class LinearLayer(Layer):