184 - Scheduling learning rate in keras

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • Code generated in the video can be downloaded from here:
    github.com/bns...

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

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

    your videos are amazing and are helping me a lot. I am very grateful

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

    Happy you are back dear Serini wish father and family are good...thanks for all your sharings...God bless you and your family

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

    you are such an amazing teacher

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

    my man has saved the day

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

    why did you plot the square root of the loss and accuracy rather than the raw loss and accuracy values?

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

    plotting my graph only show the training accuracy and training loss but not showing validation loss and accuracy

  • @Suman-zm7wx
    @Suman-zm7wx 3 ปีที่แล้ว

    Deep Learning is just build a super complicated loss function and then with our old friend "Calculus", cheers to Newton, and hence optimize it 🙂

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

      Not necessarily super complicated loss function, something that is appropriate. For complex applications, the loss function can get a bit complex.

  • @منةالرحمن
    @منةالرحمن 4 ปีที่แล้ว

    thank y soo much,, always following your news
    please, i've used the U-NET segmentation code you shared but when i tried other metrics like f1 score it doesn't work with me? please how to calculate f1 score for that model you shared
    please it's an emergency i realy need the answer !!!!!

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

      Not sure what you mean by f1 score doesn't work. I usually do this...
      from sklearn.metrics import f1_score
      A quick Google search gave me this page with fi score implementation. Hope this helps.. www.kaggle.com/rejpalcz/best-loss-function-for-f1-score-metric

  • @praveenchandrasekaran9268
    @praveenchandrasekaran9268 3 ปีที่แล้ว

    Can u please share a link or explain the code clearly, step by step (especially the part where you build the model) that is in this video?