Submitted by ArthurLCTTheCool t3_10lsw4c in deeplearning
incrediblereddit t1_j5yyqnn wrote
Reply to comment by ArthurLCTTheCool in Why add bias instead of subtracting bias? by ArthurLCTTheCool
While training the model, bias will be trained accordingly. Suppose ideal bias value is +x, if you are subtracting the bias instead of +x bias value will become -x, so overall w -(-x) will become w+x and vice versa.
Viewing a single comment thread. View all comments