info@avatto.com
+91-9920808017
0. Consider the vector a = [1.2,-2.5,2.4,3]. What will the following line of code do? import numpy as np a = np.asarray ([1.2, -2.5, 2.4, 3]) a = np.exp(a) a = a/np.sum(a) 1. It will compute the softmax of a 2. It will compute the element-wise sigmoid of a 3. It will compute the e-th power of each element of a
1 only
2 only
1 and 3 only
3 only
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.