Mam your voice is really so cute and also the way you say "ARRAY"..😊😊😃
@t.gowthamarasu12585 жыл бұрын
As usually ur class is awesome.
@AmulsAcademy5 жыл бұрын
Thank you :)
@calmdown16653 жыл бұрын
Thanks for all your numpy videos they are very clear and helpful.
@durgassmartteach Жыл бұрын
Very nice explanation
@stephenokon32272 жыл бұрын
Thank you very much. Your tutorial is quite explanatory
@hackytech74944 жыл бұрын
Thank you so much . And that's for real your voice is really cute
@AmulsAcademy4 жыл бұрын
😊 thank you
@saranraj12854 жыл бұрын
Really very helpful .in 11:16 ,u should have given less pressure on "Two" 🤣🤣🤣
@ms83963 жыл бұрын
Thanks, Transpose param explanation was very good.
@AmulsAcademy3 жыл бұрын
Thank you :)
@sinjini31894 жыл бұрын
Thank you so much! This video really helped me.
@AmulsAcademy4 жыл бұрын
Glad it helped! :)
@selvanm28725 жыл бұрын
thank you amul
@veeraratna4 жыл бұрын
Very useful, thanks a lot. Could you please explain rollaxis in numpy , not roll.
@bunkoti4 жыл бұрын
at 13:23 why do np.swapaxes(a,1,0) and np.swapaxes(a,0,1) produce the same result? Kindly explain
@AmulsAcademy4 жыл бұрын
in 2d array we have only 2 dimensions, if you take axis0 as 0 and axis1 as 1 it will swap 0 and 1, if you take axis0 as 1 and axis1 as 0 then also it will swap 0 and 1 so we will get same answer.
@randomdude794044 жыл бұрын
At 8:52 you mention that axis 0 , 1 and 2 respectively are number of 2D arrays , rows and columns so why when you transpose to get (3,4,2) you use np.tranpose(a,(1,2.0)) shouldnt it be np.transpose(a,(3,4,2)) ???? I am confused on this Thank you
@AmulsAcademy4 жыл бұрын
you need to mention the dimension here :)
@randomdude794044 жыл бұрын
Yes the axis which has the dimension not the shape
@shubhamsirothiya25514 жыл бұрын
thnx dude!!
@AmulsAcademy4 жыл бұрын
Welcome!
@AmulsAcademy4 жыл бұрын
Welcome!
@nanafynn27684 жыл бұрын
Please is transpose the same as reshape?
@AmulsAcademy4 жыл бұрын
No both are different.
@fakhriddinmakhmadiyorov72694 жыл бұрын
No dislikes:)
@maheshvangala84723 жыл бұрын
what is the difference between swapaxes(arr1,0,1) and swapaxes(arr1,1,0) both giving the same array
@rayganmudberry3755 жыл бұрын
please make django/python series with sample project form scratch. thank you.
@pankaj76874 жыл бұрын
What is axes parameter?? You didnt addressed this question.