How I can access to the element in this array or matrix
array([[-0.0359075 , 0.09684904, -0.03384908, 0.11583249, -0.06620416,
0.31124461, 0.2244373 , -0.22074385, 0.2731958 , 0.35207385,
-0.0232635 , 0.01991997, -0.14457113, -0.22119096, -0.23231329,
-0.25554115, 0.20723027, 0.21642838, 0.17261602, -0.14479494,
-0.02729147, 0.28598186, -0.14462787, -0.06030619, 0.10610376,
0.04492712, -0.03452296, -0.079672 , -0.13708481, -0.04986167,
-0.25361556, -0.03039704]], dtype=float32)
If this matrix is r then when I r[4] to access forth element I received
IndexError: index 1 is out of bounds for axis 0 with size 1
when I tried to access using this command r(4) I received
TypeError: 'numpy.ndarray' object is not callable
[4],( )is the function call operator in Python (as it is in many languages).r[0, 4]