Posts by João Luiz • 13 points
1 post
-
0
votes1
answer43
viewsQ: How to add a number to an array?
Hello! All right with you? I’m making a code and I needed to define a function: def sigmoid (v): return 1/(1+np.exp(-v)) Only what I’m assigning to the function is an array 2d. My question is: in…