Pytorch LeNet implementation from scratch

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

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

  • @vijaypatneedi
    @vijaypatneedi 4 года назад +12

    So happy to see you explaining as simple as possible....
    please keep making videos on implementing various deep learning architectures using Pytorch.

    • @AladdinPersson
      @AladdinPersson  4 года назад +1

      I really appreciate your kind comment :) More architectures coming up!

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

    Thanks for implementing the architectures from scratch! It is extremely helpful!

  • @sahil-7473
    @sahil-7473 4 года назад +2

    Before watching this, I tried to implement LeNet Architecture myself first and then it works and exactly similar to your class LeNet implementation. Thanks to you, I am able to connecting all the videos of this PyTorch Playlist.
    Cheers :D

    • @cc-to2jn
      @cc-to2jn 3 года назад

      same man! :)

  • @rushirajparmar9602
    @rushirajparmar9602 4 года назад +1

    This is quite great!! Implementing various architectures in PyTorch. Please just dont stop with the basic architectures, try to put out videos on advanced content as well, maybe advanced GAN architectures in Computer Vision :)

  • @anonyme103
    @anonyme103 3 года назад

    8:28 I know that feeling bro! Great video, as always :)

  • @aquibalikhan6930
    @aquibalikhan6930 3 года назад +1

    just a question what is difference between nn.linear and nn.sequential. why you're using nn.linear over here why not nn.sequential?

  • @yannickpezeu3419
    @yannickpezeu3419 3 года назад

    Quick and easy, thanks

  • @pradumnar870
    @pradumnar870 8 месяцев назад

    Why the softmax activation is not applied at the last layer?

    • @Тима-щ2ю
      @Тима-щ2ю 6 месяцев назад

      because softmax is already in crossentropyloss class

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

    dont we specify an error function and an optimizer like adam? also, dont we specify an initialization scheme like xavier initialization?

  • @VivekSingh-in6rq
    @VivekSingh-in6rq 3 года назад

    very good video, keep it up buddy

  • @QunFengDai
    @QunFengDai 2 месяца назад

    谢谢你的视频