Let's assume we have three columns, with binary features (0,1). One row in dataset is 0,0,0 with label 0.
The problem I am facing is:
When assigning weights to this row and activating sigmoid function, I'll always receive 0.5, because an array of zeros products on any weight with 0.
How to overcome this issue?