Submitted by ArthurLCTTheCool t3_10lsw4c in deeplearning
ArthurLCTTheCool OP t1_j5yuwla wrote
Reply to comment by incrediblereddit in Why add bias instead of subtracting bias? by ArthurLCTTheCool
Yeah I get that but if you add a positive bias?
incrediblereddit t1_j5yyqnn wrote
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