Harpreet Singh

Results 3 issues of Harpreet Singh

There seems to be small mistake in the Predicting Movie review code. Here is the code ``` x,y = (input_dataset[i],target_dataset[i]) layer_1 = sigmoid(np.sum(weights_0_1[x],axis=0)) #embed + sigmoid layer_2 = sigmoid(np.dot(layer_1,weights_1_2)) #...

b

1 comment

After logging in - I am stuck at connecting. I am using Ubuntu 22.04.