udacity / mlnd_issues_tracker

0 stars 0 forks source link

Module: Deep Learning - Lesson 1-30 - Feedforward typos #24

Closed anornotan closed 6 years ago

anornotan commented 7 years ago

In the last video, at 0:50, the top two equations should have been:

h1 = W11(1)*x1 + W21(1)*x2 + W31(1)

and

h2 = W12(1)*x1 + W22(1)*x2 + W32(1)

The subscripts are messed up a bit, and I have corrected them in bold. Please refer to here if you have any questions. Thanks!

fixingitnow commented 6 years ago

content has been updated.