Markus Muschol
Markus Muschol
Thanks a lot. That will help. Only the np.random functions are missing but I think I can implement them. And I suggest to keep the phpunit at version 7 in...
There also seems to be missing a case for dividing matrices vertically. When I try ``` $X = np::ar([[1,2,3], [4,5,6], [7,8,9]]); $Y = np::ar([[1],[2],[3]]); echo $X->divide($Y); ``` It throws InvalidArgumentException...
Great! Now only np.random functions are missing for the library to be used for machine learning stuff! Thanks a lot!