how to do it but with a different dataset besides, cancer, iris or wine?
@sourabhverma90342 күн бұрын
Hello, if you ever continue this series, can you also do t-SNE? I tried implementing it but it doesn't work as expected on large datasets
@anirudhgangadhar61584 күн бұрын
Brilliant! Hands down, the go-to for learning PyTorch.
@licurtis3324 күн бұрын
Fail to download the MNIST dataset, Is there anybody faced the same problem? How can I fixed it?
@mamupelu5655 күн бұрын
if you're developing in a remote server, the only difference is that you use ssh to connect to the docker?
@BuildWithLal6 күн бұрын
Great walkthrough 💥
@mohamedmazenbakaya55817 күн бұрын
Hi Patrick thank you for this Tutorial . I have an instance on Oracle OCI under the name PyTorch - Ampere® Optimized Framework - Ubuntu 22.04 is taht also the same? It needed by default 500 GB Boot volume. Is that really needed?
@menilla7 күн бұрын
Thank you so much
@-lastliving-62167 күн бұрын
You do not know how to teach
@carlspring71517 күн бұрын
Other free option is oracle cloud
@licurtis3329 күн бұрын
When I copy the custom model and run, "TypeError: LinearRegression.__init__() takes 1 positional argument but 3 were given" occurs. I check the code line by line, I promise there's no typing mistakes. Is there anybody can help me out?
@willgordon57379 күн бұрын
Sir why are you not showing the data and the features?
@iphykelvin86989 күн бұрын
Why did you use an activation like softmax for the last layer since you are doing classification? I tried that and my probability were negatives. If you use the softmax at the last year you get the right probability for each class
@mariiageorgia9 күн бұрын
what function can be used in R istead of praw? Great video btw, ty!
@midnightstudio357910 күн бұрын
very good explnation
@Jerrel.A10 күн бұрын
Thanks a Million, for giving so much value. This helps me to take leaps rather than steps.
@PrithaMajumder10 күн бұрын
Thank You So Much for This Amazing Lecture 🥰 Completed The Lecture Video - 5 on 20/11/2024 ✅
@HrishiSingh-bx8ew11 күн бұрын
Bro I made a more advanced version with accurate prediction of 200 stocks so can u collab with me
@rubenguerrero320712 күн бұрын
simply awesome!
@llllllllllllllllllllIll12 күн бұрын
Bro straight up yapping without setting up the basics to understand
@EllenWalker-b6u12 күн бұрын
😮🎉🎉
@gabrielferreira401812 күн бұрын
What a great tutorial! Thanks for sharing this!!
@GunjaDave-wo8uv13 күн бұрын
How to generate image response
@sprobertson13 күн бұрын
Awesome to see this as a video - I am re-learning pytorch after a long break and wondered if anyone had covered this tutorial
@VR_Wizard14 күн бұрын
11:39 He ment direction right set to one not dangour right, meaning the snake moves to the right,
@anil80114 күн бұрын
is using negative values other than -1 not allowed in the view function?
@1000tb14 күн бұрын
if I use django, makes sense to use supabase?
@jhansinalla556115 күн бұрын
need code explination please . Vedio explination link please
@islambennani678216 күн бұрын
Y_pred_good = torch.tensor([2.0, 1.0, 0.1]).unsqueeze(0) in case it's not working
@dhananjayak109516 күн бұрын
Logistics regression is not sensitive to the magnitude of variables. So standardization may not be needed
@devansh526817 күн бұрын
Thank you sir for creating such amazing blogs and videos about python. I really use them alot while giving job interviews!
@HankOrionYT17 күн бұрын
what combination do you think is best to learn for newbie?
@anil80117 күн бұрын
Hi Patrick, can I start learning this tutorial directly on Google's Colab, without the need for all these installations?
@moprogrammer763517 күн бұрын
can i do the same process with csv Question \ Answer file ?
@ЖавохирШавкатов-р2р17 күн бұрын
9:43
@ЖавохирШавкатов-р2р18 күн бұрын
9:11
@CaptainOfGames18 күн бұрын
Are you from Denmark? I'm hearing a Scandinavian accent, maybe Norway? Sweden?
@istiaquerezaauyon118 күн бұрын
Great video on the topic!
@1msirius18 күн бұрын
hey Patrick really like the way you teach! I also learned ml and some concepts of dl from your videos thanks a lot <3
@shwetatiwari791018 күн бұрын
The chap chap gulping is kinda irirtatiing😑
@sauravmay19 күн бұрын
The entire content and Speaking are done through AI voice and few screens are incorporated manually.....
@k98killer20 күн бұрын
Regarding Django, the way I feel about it is a 10 Guy meme: How complex do you want this project to be? Yes.
@Vivian_nini20 күн бұрын
How does gpt work? Is it like that
@angalapaulianajheniamariem442020 күн бұрын
what algorithms used in this tutorial? thanks!
@didierleprince610621 күн бұрын
Merci (:
@keijocomburrice70821 күн бұрын
why do you talk zesty
@dylanpowell267422 күн бұрын
Really. Four ads in 11 minutes? Double ad at that.
@Ed-xc8si23 күн бұрын
I'm here at end of 2024, is this still relevant?? BR
@TweaksPH23 күн бұрын
how about creating a sitemap generator? is it possible there since it needs server-side to create sitemap generator.
@Darkukinup23 күн бұрын
Something crazy I learnt the hard way: >> lst = [] >> print(lst) # you may think this will return False but surprise! >> True