NumPy Tutorial : Numpy Full Course

NumPy Tutorial : Numpy Full Course

Derek Banas

3 года назад

66,121 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Badri Baskaran
Badri Baskaran - 13.08.2023 16:55

Hi Derek, I’m back at your videos after I learnt Perl from one of your other videos and your videos are fantastic as usual.
I need some advice: as a beginner to machine learning trying to move in the direction of deep learning/image processing, which videos in this tutorial would be vital and which ones can I potentially skip?

Ответить
esphi LEE
esphi LEE - 21.04.2023 20:29

You made an error.
If you have “import numpy as np”, you create random array by “np.random.randint(10, size=5)”.

But if you have “from numpy import random”, you create random array by “random.randint(10, size=5)”.

Ответить
didier Leprince
didier Leprince - 10.01.2023 22:27

The Best 😊

Ответить
my kun
my kun - 26.05.2022 05:35

However, the example is quite simple, you can use a pen to write, it will create lessons faster than using slides.

Ответить
Drew Duncan
Drew Duncan - 28.03.2022 23:43

Straight up disrespecting conda by only using it to install pip.

Ответить
Noa Mills
Noa Mills - 09.12.2021 02:37

One part of this tutorial that confused me was the "view" vs "copy" function. I tested and googled it myself, and I believe his explanation is incorrect. He says that when he sets cp_arr2=cp_arr1.view(), then applies the flatten function to cp_arr2, the original array cp_arr1 does change because the change didn't affect the original object, just the view. This is incorrect. The reason it didn't change was because he created and printed a flattened version of cp_arr1, but did not save that updated version to the variable name cp_arr1. If instead, he write cp_arr1=cp_arr1.flatten() instead of just cp_arr1.flatten(), you would see that the original array cp_arr1 has indeed been changed because creating a view of an object is like creating another pointer to the same object.

Ответить
Noa Mills
Noa Mills - 08.12.2021 02:02

Why do you need to import random from numpy if you're already importing numpy?

Ответить
WRSNx
WRSNx - 19.11.2021 04:00

Thank you 😊, I wish you all the best

Ответить
Anderson Bhat
Anderson Bhat - 13.11.2021 06:14

Done with this , now moving to pandas tutorial . Hope that would be just as great as this one

Ответить
NDD Mais
NDD Mais - 04.11.2021 08:55

Hi, i doing a program which does convert numpy to video, using opencv in, but the video shows nothing...can you help me ?

Ответить
Sabaritha Kj
Sabaritha Kj - 21.10.2021 07:29

This tutorial is just awesome waiting for scipy hope we get soon

Ответить
karthick kuduva
karthick kuduva - 10.10.2021 18:30

Can we get scipy as this

Ответить
higheloguy
higheloguy - 22.09.2021 11:35

I did not import random mule and i still could use it.

Ответить
rubayet alam
rubayet alam - 21.09.2021 14:39

please make video with more zoom.

Ответить
odraudenoel
odraudenoel - 22.07.2021 11:28

Awesome video, thank you so much!

Ответить
Aniket Singh
Aniket Singh - 21.07.2021 23:15

Hey Derek! Any Chance these Data Science Playlist is gonna continue? As you are awesome :)

Ответить
Aiden G
Aiden G - 29.05.2021 10:02

Not sure why my school teaches matlab and not this

Ответить
Md. Abdullah-Al-Kafi
Md. Abdullah-Al-Kafi - 21.03.2021 19:49

You are again . ❤️ . ❤️

Ответить
Samson Mzera
Samson Mzera - 06.01.2021 12:26

"Let's say " is not explaining . Please explain what is happening in the syntax in a more general sense so that we won't have to follow each function with the same syntax. This was very hard to follow because it's very easy to forget what is being said.
It was quite helpful though.

Ответить
Dr. Sandeep Prabhu
Dr. Sandeep Prabhu - 02.01.2021 21:01

Most extensive and well designed tutorial. Thanks

Ответить
PotatoMan
PotatoMan - 01.01.2021 16:01

heard a lot about numpy, this is so useful

Ответить
Shashank tiwari
Shashank tiwari - 01.01.2021 08:46

Hey Derek, as always great video.

Just wanted to point out, for copying the array, .view() didnt work for me. I had to use .copy().

Ответить
Poroshat Yazdanbakhshghahyazi
Poroshat Yazdanbakhshghahyazi - 31.12.2020 19:24

One of the best tutorials on Numpy! Thank you for the brief and concise lecture. Looking forward to seeing more videos from you.

Ответить
Yaren Gunduz
Yaren Gunduz - 28.11.2020 19:23

This was an amazing tutorial for Numpy library,I am really thankful to you,I learnt lots of things.Thanks for teaching.This is the actual best course about Numpy.

Ответить
Dev Prakash Sharma
Dev Prakash Sharma - 14.10.2020 12:44

Such a Nice tutorials, In an hour now i have mastered the NumPy, But derek your voice is too heavy.

Ответить
Jonh Rod
Jonh Rod - 08.10.2020 03:49

hehehe you are like a programmer's enciclopedia mate, by the way do you happen to know a book or do you have a video about how to program my own webhook? I want to program the webhook by my own, I don't really want to use Discord or anything like it, thanks for your help as always, it should be something not that hard but for some reason there are no much out there.

Ответить
arpita behura
arpita behura - 02.09.2020 12:13

Awesome!👌 Pls make a series in web scraping using BeautifulSoup and Scrapy.
Looking forward for all ML related stuffs.👍

Ответить
Ishmum Khan
Ishmum Khan - 23.08.2020 08:42

I have been waiting for a series on this from @Derek Banas for more than a year now as he is literally the best introductory teacher. Would be great if we can get something on Linear Algebra and Calculus as well

Ответить
digigoliath
digigoliath - 15.08.2020 12:31

Derek Banas, you are my superhero!! SMASHING the LIKE Button!!!!

Ответить
Mayank Aggarwal
Mayank Aggarwal - 15.08.2020 06:05

Hi Derek, can you do a detailed course on data structures and algorithm in C++? Thanks

Ответить
Lumary
Lumary - 13.08.2020 06:43

I'm so happy you cover ML/Python topics now, this will be very helpful for my bachelor thesis. 😊

Ответить
Sem D
Sem D - 09.08.2020 19:15

It's hard understand the help topics (even though it is resourceful).

Ответить
Sem D
Sem D - 09.08.2020 19:15

Can you also do tutorials on how to use Python Libraries (even popular 3rd parties)?

Ответить
Masoud Rousta
Masoud Rousta - 09.08.2020 16:10

great tutorial on NumPy. absolutely helpful and understandable. Thanks Derek

Ответить
Paramesh N
Paramesh N - 09.08.2020 13:54

Hi Derek, I always find your videos are helpful to learn any concept. Recently started working on Data science, now these videos are going to boost my learning to next level.

Ответить
Hojeong Lee
Hojeong Lee - 09.08.2020 11:40

Whoa. video watching in two hours . Long Video.. tired.. Zzz...

Ответить
Sai Sugandh
Sai Sugandh - 09.08.2020 08:43

i dont want to sound wierd but i am in love with your brain. i wish i had your kind of aptitude. My dear brother, my man ,are you a god ?

Ответить
Arun Kumar
Arun Kumar - 09.08.2020 06:57

You're better than my university professors Derek!
Thanks for taking lot of efforts and sharing knowledge ☺️

Ответить
Sudarshan Kshirsagar
Sudarshan Kshirsagar - 09.08.2020 06:55

Keep it up bro 💪. You really hold vast knowledge on programming and it is good that you are sharing it with all .

Ответить
Eslam Sami
Eslam Sami - 09.08.2020 03:09

so much effort derek , thanks alot :))

Ответить