PyTorch Project: Handwritten Digit Recognition

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024
  • Today we train a neural network to classify handwritten digits using PyTorch.
    ◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
    📚 Programming Books & Merch 📚
    🐍 The Python Bible Book: www.neuralnine...
    💻 The Algorithm Bible Book: www.neuralnine...
    👕 Programming Merch: www.neuralnine...
    💼 Services 💼
    💻 Freelancing & Tutoring: www.neuralnine...
    🌐 Social Media & Contact 🌐
    📱 Website: www.neuralnine...
    📷 Instagram: / neuralnine
    🐦 Twitter: / neuralnine
    🤵 LinkedIn: / neuralnine
    📁 GitHub: github.com/Neu...
    🎙 Discord: / discord

ความคิดเห็น • 27

  • @moondevonyt
    @moondevonyt ปีที่แล้ว +11

    jumping into pi torch after tensorflow and keras is like diving into the deep end, but i can see why some might vibe with it
    it feels more hands-on and gives you more control
    but for some, especially beginners, it might be too low-level and intimidating
    that being said, mad respect for the creator for diving deep and walking us through the process
    even if it's a hello world example with handwritten digit recognition, the way it's broken down is legit
    not everyone's cup of tea, but it's dope for those who want to really get their hands dirty with the nitty-gritty

    • @Patrick-wn6uj
      @Patrick-wn6uj 6 หลายเดือนก่อน

      for real bro, I was shocked when he said it is more manual, I thought the reason it popular is because alot of stuff are automated

  • @esser50k
    @esser50k วันที่ผ่านมา

    I used your architecture basically and yes, it performs great on the testset. But when inputing my self drawn numbers it sucks, can't get a single one right... I don't understand this..

  • @lanreuzamere4994
    @lanreuzamere4994 ปีที่แล้ว +4

    Nice one bro! GOD Bless you greatly 🙏

  • @xxnotmuchxx
    @xxnotmuchxx 5 หลายเดือนก่อน +5

    is the code posted online?

  • @tyronebiggumz69
    @tyronebiggumz69 ปีที่แล้ว +2

    10/10 video bro! I love your expositions, do you think you could show us how to do spatial recognition with a neural network to extract information from specific entities on forms? For example, extracting information from a tax form or medical record

  • @safyantariq99
    @safyantariq99 3 หลายเดือนก่อน

    I have just started learning PyTorch and setting up a neural network was looking really complex to me. Luckily, your video proved to be greatly helpful. It might have looked like rocket science in the beginning but after running few iterations I am starting to understand the basics of PyTorch involved. Do keep making these videos as I am sure it would prove beneficial for other learners as well.

  • @paulthomas1052
    @paulthomas1052 ปีที่แล้ว +2

    Great project as usual - thanks so much !🤓

  • @vladmirbc8712
    @vladmirbc8712 2 หลายเดือนก่อน +1

    What for to use shuffle=True on a test data?

  • @Lucas-rz3vl
    @Lucas-rz3vl 3 หลายเดือนก่อน

    I wish you explained some of your steps or reasoning more, I followed along but I feel like I just copied code without truly understanding what is doing what. Still useful, but as a beginner it leaves me wanting!

  • @scarysticks66
    @scarysticks66 ปีที่แล้ว +1

    please more pytorch videos, do you think of doing lives about kaggle comp?

  • @yeyintaung9837
    @yeyintaung9837 ปีที่แล้ว +1

    Awesome ❤

  • @pascal831
    @pascal831 ปีที่แล้ว +1

    Awesome!!🎉🎉

  • @matt_milack
    @matt_milack ปีที่แล้ว +1

    Can you please recommend me sources from which I can study Python for system and network administration? Thank you very much!

  • @noerdesamo3858
    @noerdesamo3858 7 หลายเดือนก่อน

    How can one modify the system,so that one can see the predictions of the network instead of the end result?

  • @candykoko90
    @candykoko90 หลายเดือนก่อน

    why nobody is sharing videos on Pycharm? 🤔 why is everybody using different versions

  • @ErnestoConfused
    @ErnestoConfused 2 หลายเดือนก่อน +4

    Having that massive f string in one line was truly quite not very cash money of you.

  • @Kaustubh56
    @Kaustubh56 6 หลายเดือนก่อน

    I tried to add a code for selecting my own image from the laptop. It's not working. Anybody who has tried it?

  • @BonBonEdits-de3xx
    @BonBonEdits-de3xx ปีที่แล้ว +2

    Given groups=1, weight of size [20, 10, 5, 5], expected input[100, 1, 28, 28] to have 10 channels, but got 1 channels instead

    • @Kaustubh56
      @Kaustubh56 6 หลายเดือนก่อน

      Similar error for me. What's the fix?
      RuntimeError: Given groups=1, weight of size [20, 1, 5, 5], expected input[100, 10, 12, 12] to have 1 channels, but got 10 channels instead

    • @чертополох-д4ж
      @чертополох-д4ж 6 หลายเดือนก่อน

      had similar error, check the CNN function.

  • @andiglazkov4915
    @andiglazkov4915 ปีที่แล้ว

    😊thanks

  • @tarikfarouji8912
    @tarikfarouji8912 ปีที่แล้ว

    Nice pro❤

  • @johnro
    @johnro ปีที่แล้ว

    Hi. It’s me again.

  • @philtoa334
    @philtoa334 ปีที่แล้ว

    Thx_.