Skip to content

Commit

Permalink
A correction in gradient checking
Browse files Browse the repository at this point in the history
  • Loading branch information
WillyChen123 committed Dec 9, 2018
1 parent 38dd6ca commit 22a7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2- Improving Deep Neural Networks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ _**Implementation tip**_: if you implement gradient descent, one of the steps to
- Implementation of this is very simple.
- Gradient checking:
- First take `W[1],b[1],...,W[L],b[L]` and reshape into one big vector (`theta`)
- The cost function will be `L(theta)`
- The cost function will be `J(theta)`
- Then take `dW[1],db[1],...,dW[L],db[L]` into one big vector (`d_theta`)
- **Algorithm**:
```
Expand Down

0 comments on commit 22a7504

Please sign in to comment.