0
Can anyone explain what these codes mean?
2 Answers
+ 2
Any particular part you're curious about? If you need me to explain all of it, then it may be better/easier to just go through the course on Python instead. That code is all core concepts.
0
Thank you:) I donât know what numpy means. So Iâm confused about numpy.ones, numpy.zeros. And I have no idea why np.mean samples are not equal to 0.65.
Do these codes have practical use?