Skip to content

Commit

Permalink
Fixed several issues in the notebook:
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chorus12 committed Apr 23, 2020
1 parent 3a95d11 commit e4617e3
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 562 deletions.

This file was deleted.

0 comments on commit e4617e3

Please sign in to comment.