246 - Training a keras model by enumerating epochs and batches

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • Code generated in the video can be downloaded from here:
    github.com/bns...

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

  • @miranbaban9554
    @miranbaban9554 9 месяцев назад

    Dear Sreeni
    I think in your validation it should be y_pred and y_test, but. you put X_test and. y_test

    • @proteus333
      @proteus333 9 месяцев назад

      no, its correct only. the line before seems like a redundant line, though, so even I got confused.

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

    sir can you give us a video on GRADIO for real time model implementation

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

    How can I apply k-fold cross validation in the 195. tutorial(195 - Image classification using XGBoost and VGG16 imagenet as feature extractor). I wish you may help me in this situation. Because the most common problem in practice is overfittig. How can I overcome this in this code Thank you for all your effort Sir.

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

    Hello sir, could you please start a course on object detection and instance segmentation?

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

    How can we do custom training loops on LSTM? Do you have any videos on it?

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

    Imma bit confused about how to decide the accuracy. Is it in the last epoch or the average of all epochs?

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

    Dr. Screeni, do you think how long it will take that AI will replace most of pathology or radiology work?

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

      AI is already assisting pathologists and radiologists in making informed decisions. I am not sure if it will fully replace them but based on how wearable devices are providing information using ECG or heart rate, it is conceivable that AI makes it possible for the user to directly get insights.

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

    i'm sorry, is this spyder IDE standalone or anaconda spyder? because it seems i can't install keras in spyder IDE

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

      you need to pip install tensorflow

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

      @@deketh73 failed, many times.

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

    What is the benefit of doing this

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

      More control and more flexibility

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

      As Mithi said, more control and flexibility. Please wait for my GAN videos to understand the need. I tend to cover topics (that may sound basic to some people) as a precursor to topics that need this information.

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

      for example, if you wanted to implement a GAN model, you need to combine two models (generative and discriminator) and you can't use model.fit() because you need one's loss for training the other at train time