How to solve Santander Kaggle Transaction Competition [Top 1% Solution, No Ensemble]

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 29

  • @justinchang4799
    @justinchang4799 3 роки тому +2

    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!

  • @mrigankanath7337
    @mrigankanath7337 3 роки тому +3

    Thanks for this video; Hoping more videos like these

  • @ripsirwin1
    @ripsirwin1 3 роки тому +1

    Really great to hear your thought process on this one!

  • @essamgouda1609
    @essamgouda1609 3 роки тому +1

    Thank you so much for sharing your knowledge step by step, your channel is a hidden gem !

  • @yasserahmed2781
    @yasserahmed2781 3 роки тому +7

    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

    • @marku7z
      @marku7z 3 роки тому +1

      I asked myself the exact same thing!
      Would be nice if someone could explain the thoughts about this improvement :)

    • @ioannis.g.tzolas
      @ioannis.g.tzolas 3 роки тому +5

      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.

  • @sayedathar2507
    @sayedathar2507 3 роки тому

    Very Elegant Solution Bro , Keep Up the good work

  • @Krom48
    @Krom48 3 роки тому

    Adding uniqueness feature is clever trick especially useful here. Very well done !

  • @sazidhasan6587
    @sazidhasan6587 3 роки тому

    you just earned a new sub :D more walkthrough videos please!

  • @MR_GREEN1337
    @MR_GREEN1337 11 місяців тому

    Hey, i was just wondering, do Neural networks generally result in a better score than traditional ML models?

  • @kae4881
    @kae4881 3 роки тому

    STRAIGHT FIRe MY BRO! LOVING THESE VIDS!

  • @mehermanoj45
    @mehermanoj45 3 роки тому +2

    Daily videos 😊🔥🔥

  • @Drjalimhabbey
    @Drjalimhabbey 2 роки тому

    Great video, man!
    I'm new to pytorch. Could you post on the comments this NN built on tensorflow? That would be awesome.

  • @sahil-7473
    @sahil-7473 3 роки тому

    Fantastic showcase😄.

  • @manuthvann7560
    @manuthvann7560 Рік тому

    thanks for sharing

  • @Oceaniawtf
    @Oceaniawtf 2 роки тому

    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?

  • @CommitSNIPS
    @CommitSNIPS 3 роки тому

    Great video! What resources did you use to get good at PyTorch?

    • @AladdinPersson
      @AladdinPersson  3 роки тому +1

      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 :)

  • @0xcalmaf976
    @0xcalmaf976 3 роки тому

    May I ask you a question related to Dynamic U-net (unet + resnet34 as a backbone?)

  • @mehermanoj45
    @mehermanoj45 3 роки тому +3

    Karpathy constant 3e-4😂

  • @cagatayparlar7235
    @cagatayparlar7235 3 роки тому

    thanks

  • @blackhole232323
    @blackhole232323 3 роки тому

    What font are you using?

  • @essamgouda1609
    @essamgouda1609 3 роки тому +1

    More kaggle videos please

    • @AladdinPersson
      @AladdinPersson  3 роки тому +3

      You got it, working on something right now but I'll get back to kaggles

    • @essamgouda1609
      @essamgouda1609 3 роки тому

      @@AladdinPersson thank you so much !