sakshamv30 / GetSetFOSS_ML

This repository is dedicated to the introduction to the python libraries used for machine learning and scientific computing.
3 stars 15 forks source link

mathematical operations issue#4 #37

Closed royalpreet closed 4 years ago

royalpreet commented 4 years ago

solved issue#4

sa4k5hi commented 4 years ago

np.dot is for dot product of two vectors. For multiplication it is something else.