youre literally the best, i genuinely appreciate all the work youve put out for us. you have no idea how much help your channel has given me, without you i wouldve been completely lost in everything, thank you so much, i love you 😭♥
"I can't believe you still take time to explain things throughout the challenge". I can't literally can't believe it either. Drink a shot every time he typed a line with no explanation and you'll be dead half way through the video. There is no freaking way a beginner understands wtf just happened by the end.
@@jinparksoul This video isn't a tutorial for beginners though, it's a challenge he made for himself. If you want a tutorial look through his countless videos where he explains every little thing that even you can understand.
@@thealmighty9 Nonetheless its still true that most of the lines are written without any explanation regardless of who it is targeted towards in contradiction to what your comment "you still take time to explain things" implies. Although not really done here taking time to explain everything is typically something you would not need to do when you target experienced AI researchers and pytorch devs.
@@jinparksoul So there is only explain everything or nothing? Only beginners and experienced professionals? "Take time to explain things" is not saying "takes time to explain every little thing" I'm not sure what you're trying to get at here, I don't know if you're upset that he doesn't explain enough or upset that he explained anything at all.
Great vid. I started ML a year ago and I could understand approx 70-75% of the vid.... can u do a vid on audio processing or provide some resources for the same. Audio processing, noise classification and similar stuffs. And once again a BIG thank u for these vids.. really helpful!!
Hi, Im confused about cross validation. I looked videos they just use cross_val_score. I want to train data using cross validation and predict test daha how can I do it with cross validation. I want train cross validation and apply other datas how can i do it
@@NicholasRenotte thank you. gridsearh tests some parameters after tested when we predict it uses best parameters ? or should we trained again by best parameters
i added another pic of a number 5, but I get this error - Given groups=1, weight of size [32, 1, 3, 3], expected input[1, 4, 28, 28] to have 1 channels, but got 4 channels instead; how can I make it work
Man awesome video, do you have or could you do one doesn't have to be a timed coding challenge but instead if you want to create your own dataset as opposed to using an existing one
Csn you tell me on which learn platforms i can learn this clearly , because for a beginner I dont know what you write in general there . Where should I start to beginnt with to understand this ? Thank you for help in advance
Yo! that is EPIC! Super intense! and SUPER helpful! thank you so much for sharing, this is giving me hope for my ML project for sure! And yes, I TOTALLY take this as a Win. Amazing job!
Hi, there is something that always confused me when working with conv networks, when you set the input layers in the nn.Linear(), you set it as 64*(28-6)*(28-6), why is that? how to know how many inputs and outputs you have to have when combining conv nodes with linear nodes, thanks great video :)
Look under the shape section here: pytorch.org/docs/stable/generated/torch.nn.Conv2d.html , the formula for calculating the height and width of the output are shown there (see Hout and Wout)
If you have an image of let’s say 28*28 shape, and you pass it through a 3by3 filter with a stride of 1, and 0 padding, then ur output Shape would be: 28-3 + 1 by 28-3+1. The general formula for shapes after passing through a conv layer is ((input_shape +2*padding size - filter size) / stride) + 1 and then floor the results, so if it’s 3.5 you should round to the bottom, and you will have 3
Hey! Noob here: How does he comment multiple lines at 16:50? I always use ''' text ''' but that is just shit. How do I use # Infront of multiple lines at the same time.
@@NicholasRenotte but it was Fun trying :) Maybe you can do a series like this From tiny world problem to live solution? That would be cool to See the process and thoughts
Why sometimes in accuracy, loss or whatever, one of these.. weird letters are present? Like a big number 0.12202020202-e545. Is it a problem? I found that to be confusing when predicting cause then the model inaccuratly predicts for some reason. Or perhaps it's not a problem and I just can't do simply "if accuracy > 0.5" in that case and THAT's the issue
Good job and Congratulations ! Is it possible to make a video on lip sync with Tensorflow from a video file and a text/audio file generating a deepfake? For example a video of you with speech of Martin Luther King (with your voice) ? I think it could interest a lot of people
i have way more detailed images that are 128x128 and my NN is really bad at predicting, any tips what i should try to adjust besides the learnign rate?
Hmmm, might need to do a comparison, tbh I've always used tf and never had performance issues. I didn't check how many samples were in the MNIST dataset for this though.
Hi Nicholas I started following your channel after your series on siamese network. Like this can we build multiple language OCR for example in a sentence there is english, hindi and german together written the classifier translate them all together and give us the result in the required language
Is the tensor mathematics involved in neural networks the same as the tensor mathematics invented by Albert Einstein for his work on general relativity?
The amount of calculating a Terminator has to do just to work out if someones boots, clothes and motorcycle will do him is wild lol.
Imagine Skynet.
Nick, we appreciate your work so much. The way you offer your knowledge so graciously, you're helping so many people who are newbies in the field.
Knowledge is one of the few things you can give away and not lose, so why not share?! Thanks so much for checking it out @NeonCone!
youre literally the best, i genuinely appreciate all the work youve put out for us. you have no idea how much help your channel has given me, without you i wouldve been completely lost in everything, thank you so much, i love you 😭♥
This is the most fun I've ever had watching a coding video
Good job man. I feel more and more in love with ML and DL as I watch your videos. Keep it up. 👊
YESSS, love that you're getting into it!
Great explanation of all that is need in 15 min. Keep up the good work, your tutorials are a great help to DS community.
Wow this was so good! I can't believe you still take time to explain things throughout the challenge lol. I am loving this series, super fun :D
"I can't believe you still take time to explain things throughout the challenge". I can't literally can't believe it either. Drink a shot every time he typed a line with no explanation and you'll be dead half way through the video. There is no freaking way a beginner understands wtf just happened by the end.
@@jinparksoul This video isn't a tutorial for beginners though, it's a challenge he made for himself. If you want a tutorial look through his countless videos where he explains every little thing that even you can understand.
@@thealmighty9 Nonetheless its still true that most of the lines are written without any explanation regardless of who it is targeted towards in contradiction to what your comment "you still take time to explain things" implies. Although not really done here taking time to explain everything is typically something you would not need to do when you target experienced AI researchers and pytorch devs.
@@jinparksoul So there is only explain everything or nothing? Only beginners and experienced professionals? "Take time to explain things" is not saying "takes time to explain every little thing" I'm not sure what you're trying to get at here, I don't know if you're upset that he doesn't explain enough or upset that he explained anything at all.
nick you are my hero for real , thank you for your tutorials man !
Ayyyy, thanks so much @Erfan!
So entertaining, yet so educational. this format is awesome! Thank you Nicholas
Awesome stuff. Keep at it mate.
Cheers Vincent!!
This is the longest 15 min ever in my life
This is awesome Nick! I'm amazed by the way you can also explain while coding really fast 😂
I have no idea how I pulled this off 😂
Great job! Your videos have really helped me with project ideas and application examples. Looking forward to seeing more!
YESSS, go getem @Gabriel!! Plenty more to come.
great job Nick. It's impossible to overstate how powerful speed, clarity are when it comes to learning/teaching. 🌟
Finally, a tutorial for just the useful stuff
This was fun! Thank You for the amazing tutorial.
So you won!!
Congratulations!!!!
I have never written 50+ lines of code so fast in my life!! Thanks a mil @Lakshman. Was looking close towards the end there!!
@@NicholasRenotte Noice!
You did it!!
😎 We always appreciate your content Nich
Thanks a million @Irugal, means a ton!!
Great vid. I started ML a year ago and I could understand approx 70-75% of the vid.... can u do a vid on audio processing or provide some resources for the same. Audio processing, noise classification and similar stuffs.
And once again a BIG thank u for these vids.. really helpful!!
Heya @Das, check this out: ua-cam.com/video/ZLIPkmmDJAc/v-deo.html
@@NicholasRenotte once again.. Thanx a lot. 😁
Hey Nick, I have sensitive data in my dataset. I need it to train my model. But also want to mask it. What to do?
I deal with this a lot at work, check with your privacy policies but the model itself won't contain the raw data just what the NN has learned.
why are we giving (1,32,(3,3)) in conv2d and then (32,64,(3,3)) , how is it decided? can someone explain
Pls explain the layers
Super underrated .. Amazing explanation during challenge !!!!
Glad you got it deploy. No one seems to get that far
Hey, i might have to take this format for my live streams…. Subscribed good sir
oohh my God you made proud and happy you build my confidence brother @ Nicholas I can't stop laugh for your celebration
Do you plan to make another streams.
OFC, normally aim for two a week. This week was a bit of an exception.
@@NicholasRenotte i got you, thanks for the reply
Thanks for the content, as a newb I learned a lot here 👍
When I did it with the same code, the loss went down and then back up again - why is that?
Hi, Im confused about cross validation. I looked videos they just use cross_val_score. I want to train data using cross validation and predict test daha how can I do it with cross validation. I want train cross validation and apply other datas how can i do it
Take a look at GridSearchCV in sklearn
@@NicholasRenotte thank you. gridsearh tests some parameters after tested when we predict it uses best parameters ? or should we trained again by best parameters
Awesome content as always mate! well done :)😀
Cheers @Bass Azayda!!
11:17 don’t u need to put it in eval mode when predicting and train mode when training?
Love this video
It actually helped me start using pytorch
Thanks Nick! That was an amazing video.
Thanks a mil for checking it out @ansh!
Great Video bru!!
If this were not a rushed challenge but a proper tutorial explained a bit more calmly, it would be pure gold
Put the code in chatGPT and ask for explanation.
😇
i added another pic of a number 5, but I get this error - Given groups=1, weight of size [32, 1, 3, 3], expected input[1, 4, 28, 28] to have 1 channels, but got 4 channels instead; how can I make it work
Legend! That was epic!
Thanks a mil @maryml
Man awesome video, do you have or could you do one doesn't have to be a timed coding challenge but instead if you want to create your own dataset as opposed to using an existing one
Csn you tell me on which learn platforms i can learn this clearly , because for a beginner I dont know what you write in general there . Where should I start to beginnt with to understand this ? Thank you for help in advance
Yo! that is EPIC!
Super intense! and SUPER helpful! thank you so much for sharing, this is giving me hope for my ML project for sure!
And yes, I TOTALLY take this as a Win.
Amazing job!
Shortcut of the video?
Toggle/Hide command line inside VSCode: ctrl + J (command + J in mac) Hope you remember my shortcuts
Can this model predict a sequence of numbers in captcha based images with digits and/or letters?
Would need to be tweaked to do that!
@@NicholasRenotte can you demonstrate how?
what rig do you have for your two curved monitors? :D
Dam dude !!!!!!!!!!!!!!!!!!!!!!!!! You are wild ! Bravo
Nick amazing work you really are a pro!
You're too kind, thanks @Armaaan!
great video and amazing coding!!
This is what I exactly wanted.. Awesome stuff!!
Nocholas, you are the guy.
Cheers @Geraldo!
Very nice content, congratulations !!!!
Hi, there is something that always confused me when working with conv networks, when you set the input layers in the nn.Linear(), you set it as 64*(28-6)*(28-6), why is that? how to know how many inputs and outputs you have to have when combining conv nodes with linear nodes, thanks great video :)
Look under the shape section here: pytorch.org/docs/stable/generated/torch.nn.Conv2d.html , the formula for calculating the height and width of the output are shown there (see Hout and Wout)
If I adjusted kernel size, padding or stride then the output shape would’ve changed accordingly @Chisco!
If you have an image of let’s say 28*28 shape, and you pass it through a 3by3 filter with a stride of 1, and 0 padding, then ur output Shape would be: 28-3 + 1 by 28-3+1. The general formula for shapes after passing through a conv layer is ((input_shape +2*padding size - filter size) / stride) + 1 and then floor the results, so if it’s 3.5 you should round to the bottom, and you will have 3
What Nikita said is bang on!
does pytorch have better/faster training compared to tensorflow?
Hi I have a question.. what is the difference between tensorflow and pytorch
Similar, just different implementations TF: from Google, PT: from Facebook
one question i have is why did u not defined your yhat as clf.predict(x) instead you took only clf(x)
Hey! Noob here:
How does he comment multiple lines at 16:50? I always use ''' text ''' but that is just shit. How do I use # Infront of multiple lines at the same time.
In VSCode, you select multiple lines and press Cmd + / (on Mac) to comment the lines out similar how to you do for a single line
That was incredible! thank you so much for making it look so easy to implement. you are great!
Great! Nicholas, thanks for sharing.
Please how would one handle labels for classification, is this method foolproof to using LabelImg?
Thanks.
Hi
What VS Code theme are you using?
awesome & fun , at least if you don't try to follow typing :) thx alot
LOL, yeah it was a little fater than my usual pace
@@NicholasRenotte but it was Fun trying :)
Maybe you can do a series like this
From tiny world problem to live solution?
That would be cool to See the process and thoughts
Could this be used to bypass Robot image validation ?
Why sometimes in accuracy, loss or whatever, one of these.. weird letters are present? Like a big number 0.12202020202-e545. Is it a problem? I found that to be confusing when predicting cause then the model inaccuratly predicts for some reason. Or perhaps it's not a problem and I just can't do simply "if accuracy > 0.5" in that case and THAT's the issue
No it is not a problem. Sometimes, when accuracy or loss or both are very small or big then it uses some words like 341e78
Sir, Which document you read to write this code?
Job well done .Way to go
This is a good teaching!!! you are great!!!
God level
I can finally ad Machine Learning to my resume
This was fun to watch.
Good job and Congratulations ! Is it possible to make a video on lip sync with Tensorflow from a video file and a text/audio file generating a deepfake? For example a video of you with speech of Martin Luther King (with your voice) ?
I think it could interest a lot of people
Oooooh, I'll dig into it!
Can you put a video about creating a AI for beginners including all mechane learning code like computer vision and more in one video
Nice challenge 🤩
Thanks a mil @Masha!!
hello bro...how to install pytorch in windows 11 or any alternate apk
I am brand new in learning python code and neural nets etc and I feel the exact same way as you did @ 9:45 LOL
Phenomenal!
Cheers @Aditya!
That was truly amazing
Thank you so much @Murat!!
i have way more detailed images that are 128x128 and my NN is really bad at predicting, any tips what i should try to adjust besides the learnign rate?
Use yolo
Great ! but...
This time I especially learned that I could have bad thought for you . For a gift card ... 🤣
LOL I think the code that series isn’t ending anytime soon. might just need to start making some ridiculous challenges.
well done, appreciated
6:08 i don't know what you are doing what are those?
You have no pooling layers
Nicholas, what monitors do you use there for coding? your workplace looks fantastic !!
This dude is an O.G.
Hi mate, I'm using the CPU, what should I type on line 57?
Well, answering my own concern, for the CPU guys:
line 58 change for: clf.load_state_dict(torch.load(f, map_location='cpu'))
Love your vids! could you maybe make a video about a TTS system based on the LJ Speech Dataset?
Will take a look!
IS it just me or is pytorch incredibly slow? Or am I misunderstanding the difference between this and a simple conv model with tensorflow/keras?
Hmmm, might need to do a comparison, tbh I've always used tf and never had performance issues. I didn't check how many samples were in the MNIST dataset for this though.
Haha very interesting show
How long does this take to train on a CPU and how can I optimise the code for it to train faster when using CPU?
It will triple the time that the gpu takes to train😅😅. You can just remove .to("cuda"). Now you understand it.
Hi Nicholas I started following your channel after your series on siamese network. Like this can we build multiple language OCR for example in a sentence there is english, hindi and german together written the classifier translate them all together and give us the result in the required language
Thank you very much for your video. it's very helpful
preety amazing and big fan bro
Amazing bro love the way teach
Instead of printing the epoch loss, didn't you print the loss of the last batch of the epoch ?
hey if you eve want to do a race id be down for a challenge
Easy !!!! Good job !!!
it throws a runtime error
Nice. The loss is increasing after the 3rd epoch. Is it good sign or bad ?
It is not. Notice that the loss will be written in scientific notation after the 3rd epoch
Awesome Broo!!!😱
Is the tensor mathematics involved in neural networks the same as the tensor mathematics invented by Albert Einstein for his work on general relativity?
Tell how to build my machine ! I want to setup just like you have.
Awesomeee
love from india and i am so happy
Amazing!