Course 1 Week 1 Slides error

C2_W1.pdf → Slide 47 is old slide and data is not matching.

x = np.array([[200.0, 17.0]])
layer_1 = Dense(units=3, activation=‘sigmoid’) 
a1 = layer_1(x) # 1 x 3 matrix
> tf.Tensor([[0.2 0.7 0.3]], shape=(1, 3), dtype=float32)
a1.numpy()
> array([[1.4661001, 1.125196 , 3.2159438]], dtype=float32

both arrays should have same values.

Video has corrected content but slide is incorrect.

Hi,

Kindly see the below note which was given to you when you download a pdf slides:

Note: These slides are not regularly maintained and you might find missing topics and incorrect information when compared to the lecture videos. We try to fix the errors as soon as we can but we highly recommend adding your own notes to these slides.

Best,
Saif.