These videos are so valuable. I love how we move from an idea - let's look at correlation - to updating the model, to adding new features. Please please please do more kaggle competitions! Thank you so much - subscribed!
@mrigankanath73373 жыл бұрын
Thanks for this video; Hoping more videos like these
@essamgouda16093 жыл бұрын
Thank you so much for sharing your knowledge step by step, your channel is a hidden gem !
@ripsirwin13 жыл бұрын
Really great to hear your thought process on this one!
@sayedathar25073 жыл бұрын
Very Elegant Solution Bro , Keep Up the good work
@MR_GREEN133711 ай бұрын
Hey, i was just wondering, do Neural networks generally result in a better score than traditional ML models?
@yasserahmed27813 жыл бұрын
Can someone elaborate more on the idea of turning each feature's values to some kind of "embedding" after knowing the fact that the columns seem to be not correlated? What is the logic behind this? And how does that explain the decent improvement we saw? I'm genuinely intrigued
@marku7z3 жыл бұрын
I asked myself the exact same thing! Would be nice if someone could explain the thoughts about this improvement :)
@ioannis.g.tzolas3 жыл бұрын
The intuition is that each feature can be broken down into common ingredients. This is what the "embedding" layer does. Since the features are unrelated, this means that each one of them is a different combination of some sort of the common ingredients. But, operating on the basic ingredients comprising the features, results in the NN more efficiently mapping the input space to the output one.
@Krom483 жыл бұрын
Adding uniqueness feature is clever trick especially useful here. Very well done !
@AladdinPersson3 жыл бұрын
Thank you!
@sazidhasan65873 жыл бұрын
you just earned a new sub :D more walkthrough videos please!
@CommitSNIPS3 жыл бұрын
Great video! What resources did you use to get good at PyTorch?
@AladdinPersson3 жыл бұрын
The official tutorials I think are pretty good! I've learned things mostly from starting with very simple projects (like training a CNN on mnist) and figuring out how to solve things related to it. Like, how do I load my own dataset? What are the best architectures to use? What data augmentation can improve performance (and how do I do this). You get the idea :)
@Drjalimhabbey2 жыл бұрын
Great video, man! I'm new to pytorch. Could you post on the comments this NN built on tensorflow? That would be awesome.
@mehermanoj453 жыл бұрын
Daily videos 😊🔥🔥
@kae48813 жыл бұрын
STRAIGHT FIRe MY BRO! LOVING THESE VIDS!
@AladdinPersson3 жыл бұрын
👊 👊
@manuthvann7560 Жыл бұрын
thanks for sharing
@0xcalmaf9763 жыл бұрын
May I ask you a question related to Dynamic U-net (unet + resnet34 as a backbone?)
@sahil-74733 жыл бұрын
Fantastic showcase😄.
@Oceaniawtf2 жыл бұрын
Isn't it an unrealistic approach to solving this real-world problem using this kind of feature engineering? I say, when you need to classify each one of the samples that represent the "specific customer habits of making transactions" in order to predict if they will do a similar one, you won't be able to determine if each feature is unique or not. Am I wrong? What I am not getting?
@blackhole2323233 жыл бұрын
What font are you using?
@mehermanoj453 жыл бұрын
Karpathy constant 3e-4😂
@AladdinPersson3 жыл бұрын
hahah it's true! :D
@cagatayparlar72353 жыл бұрын
thanks
@essamgouda16093 жыл бұрын
More kaggle videos please
@AladdinPersson3 жыл бұрын
You got it, working on something right now but I'll get back to kaggles