You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The code in main lycle error = error_formula(y, output) is declared and never used
2. error_foumula function is for a binary cross entropy but all the backprop and loss are for MSE
Added extended narrative for both BCE and MSE
Removed unused code
Removed division by n_features since it is compensated by the learning rate
0 commit comments