SkalskiP / ILearnDeepLearning.py

This repository contains small projects related to Neural Networks and Deep Learning in general. Subjects are closely linekd with articles I publish on Medium. I encourage you both to read as well as to check how the code works in the action.
https://medium.com/@skalskip
MIT License
1.33k stars 466 forks source link

can not see the formula in the step "Single layer forward propagation step" #3

Closed airsimonhan closed 5 years ago

airsimonhan commented 5 years ago

maybe markdown bug, can't see the formula below, $$\boldsymbol{Z}^{[l]} = \boldsymbol{W}^{[l]} \cdot \boldsymbol{A}^{[l-1]} + \boldsymbol{b}^{[l]}$$

SkalskiP commented 5 years ago

Thank you very much for catching this bug. It looks like it's a issue in markdown handling. I have broken the equations so that they are in separate cells and the error seems to have disappeared. Thank you. I am closing this ticket.