The Sensory Neuron as a Transformer in PyTorch

Поделиться
HTML-код
  • Опубликовано: 2 ноя 2024

Комментарии • 17

  • @yujintang6944
    @yujintang6944 2 года назад +9

    Thank you (again) for being interested in our work.
    I enjoyed your video very much! Especially the comparisons at around 44:00 and 47:30!
    I hope you won't mind if I include some of these comparisons into my slides for the paper's presentation in the future :)
    I just want to clarify one thing (at about 09:00), we chose ES because we happen to have an ES training codebase that served us quite well in the past.
    As we mentioned in the paper, AttentionNeuron is differentiable, so it is possible to training using gradient based methods too.
    In fact, we trained Ant and Pong using behavior cloning in the paper.
    Again, I love this video and would like to thank you for the effort!

    • @mildlyoverfitted
      @mildlyoverfitted  2 года назад

      I appreciate your comment:) Sure, feel free to use anything from the video/code!

  • @bharathbabuyp
    @bharathbabuyp 2 года назад +1

    Thanks for the amazing walkthrough and implementation! This was awesome :)

  • @lauraennature
    @lauraennature 2 года назад +3

    Time to enjoy a new machine learning adventure with this video 🎉

  • @alfcnz
    @alfcnz 2 года назад +2

    Good job! Loved it! ❤️

  • @visuality2541
    @visuality2541 2 года назад +1

    insanely helpful, as always. many thxs

  • @beizhou4025
    @beizhou4025 2 года назад +6

    I am the first one to give this video a thumb up.

  • @anatolicvs
    @anatolicvs 2 года назад +1

    great work indeed so far !, If you consider, I would like to give a suggestion for your next videos, if you put the equations of methods alongside with your text editor, e.g. splitting up your screen into two pane and then slide down equations while writing your code. It makes easier to follow up the algorithm for the audience, and definitely increase intuition.

    • @mildlyoverfitted
      @mildlyoverfitted  2 года назад +1

      That is indeed a great suggestion ❤️. Thank you! I am always worried about making the code too small to read, however, yeh, the right side of the screen can definitely contain some diagrams/equations!

  • @yanononopon
    @yanononopon 2 года назад +1

    Quality content 👌🏼

  • @lordshifu
    @lordshifu Год назад

    Do you have the code for pong implementation?! Or how they create the random patches view. Thanks for sharing this

    • @mildlyoverfitted
      @mildlyoverfitted  11 месяцев назад

      Sorry, I did not look into the pong task at all.

  • @nehetnehet8109
    @nehetnehet8109 2 года назад

    Wau. Another great video:)

  • @evab.7980
    @evab.7980 2 года назад

    👍👍👍

  • @deoabhijit5935
    @deoabhijit5935 2 года назад

    This is so complicated to undesrtand, :(

    • @mildlyoverfitted
      @mildlyoverfitted  2 года назад

      Sorry to hear that. What part are you struggling with?