When trying to transform log-values into normal values using exponential operator exp as inverse operation, right? However I confront with unusual issue. This message shows up:
'numpy.ndarray' object has no attribute 'exp'
This would imply that math operator exp is not attributable when working with numpy library?!