11 odpowiedzi
+ 4
+ 3
Lessons from sololearn on python.
https://www.sololearn.com/learn/6671/?ref=app
+ 3
Outro I saw numpy being used in a code.
+ 3
type @ then a list will open and choose the name
+ 2
numpy is a python library which contains some special math functions, mostly for working with matrices. It is not only more comfortable to use, then self-written functions, but also work much faster, because it has low-level optimisation.
Today numpy is widely used in the field of machine learning.
import numpy is a statement, which loads numpy library (if it is present on a pc) so code can use numpy classes and methods.
+ 2
your welcome
+ 1
You are learning Deep Learning or Data Analyzing?
+ 1
Thanks for the answers
+ 1
( ・᷄ὢ・᷅ )Could you tell me how to make the name turn to blue?
0
( ・᷄ὢ・᷅ )
0
Sahil Danayak Thank you very much(o^^o)