Tag Archive: NumPy

NumPy அறிமுகம் – ARRAY ATTRIBUTES & ARRAY CREATION ROUTINES

1. NUMPY − ARRAY ATTRIBUTES 1.1. ndarray.shape shape attribute என்பது NumPy array-இன் அமைப்பை (structure) குறிக்கிறது. இது array-இல் எத்தனை rows மற்றும் columns உள்ளன என்பதை சொல்கிறது. எந்த ஒரு array-யும் கையாளும்போது, அதன் shape attribute மூலம் array-இன் பரிமாணங்களை (dimensions) அறிந்து கொள்ளலாம். shape attribute-ல் உள்ள…
Read more

NumPy-யின் உலகம்: Data Science மற்றும் Machine Learning பயணத்திற்கான அடிப்படை – 1

NumPy: ஒரு விரிவான அறிமுகம் NumPy என்றால் என்ன? NumPy, “Numerical Python” எனும் சொற்றொடரின் சுருக்கமாகும். இது Python இல் எழுதப்பட்ட ஒரு open-source library ஆகும், scientific computing, mathematical operations, மற்றும் data manipulation செயலாக்குவதற்கு முதன்மையாக பயன்படுத்தப்படுகிறது. NumPy இன் முக்கிய தன்மை, multi-dimensional arrays மற்றும் matrix data…
Read more