Sign Language Digit Recognition (LeNet) - Data Every Day

แชร์
ฝัง

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

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

    Love the series! Really insightful vid : )

    • @gcdatkin
      @gcdatkin  4 ปีที่แล้ว

      Thanks, Edward!

  • @zuzuman.
    @zuzuman. ปีที่แล้ว

    number 0 start from 204, from 0-204 is number 9, idk if its only me, but the data shows me the incorect label, for ex for y[0] it shows me 0 instead of 9

  • @adityameshram2959
    @adityameshram2959 2 ปีที่แล้ว

    how to reshape the 64*64 into 28*28

  • @jamespaladin607
    @jamespaladin607 4 ปีที่แล้ว

    suggest you add cmap='gray' in imshow otherwise might confuse folks

    • @gcdatkin
      @gcdatkin  4 ปีที่แล้ว

      Thanks for the tip!

  • @sungtaekim1469
    @sungtaekim1469 4 ปีที่แล้ว

    There seems to be some wrong labels in original Y data. It might be lowering the accuracy, isn't it ? Please check my codes below.
    plt.figure(figsize=(12,12))
    for i in range(64):
    plt.subplot(8,8, i+1)
    visualize(X[i+290], label=y[i+290])

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

      Wow, you are absolutely right!
      Apparently, this is the fixed version of the dataset:
      github.com/darkin1/sign-language-digits-ml/blob/master/dataset_fixed.zip
      Thanks so much for pointing this out! :)

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

      @@gcdatkin I'm very thank you for your excellent video lectures !!!

    • @gcdatkin
      @gcdatkin  4 ปีที่แล้ว

      No problem! I'm glad you enjoy them :)