In this image a1=[a1_1,a1_2,a1_3] and w2_1=[-7,8]
Here, np.dot cannot work because of the shape difference. Am I referencing wrongly or that was a mistake?
1 Like
Hey @MEET_CHETANKUMAR,
Welcome to the community. You are absolutely correct. w2_1
is supposed to have 3 elements since a1
has 3 elements too, and in that case only, the dot product would take place. This issue has already been reported, and the team is working on fixing this. Apologies for the inconvenience.
Cheers,
Elemento