Walkthrough on how to fetch, load, and pre-process image dataset for Deep Learning by Raviraj Dasari

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This video is specifically made for Deep Learning Bootcamp learners. Hence, the scope might seem limited.
    Notebook for this video can be found here: github.com/dph...
    ------
    Connect with us-
    Website: dphi.tech
    LinkedIn: / dphi
    Instagram: / dphi.tech
    Facebook: / dphi.tech
    Twitter: / dphi_tech

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

  • @momoben364
    @momoben364 Год назад +1

    Guys you are amazing ! Please continue the great work ❤

  • @talalzafar1111
    @talalzafar1111 4 года назад +3

    Thanks for this amazing video
    All concepts regarding data pre-processing cleared!! :)

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

      Glad to know it was helpful, thank you very much for sharing your experience.

  • @user-mw1bx3pu7l
    @user-mw1bx3pu7l Год назад

    Really very amazing explainations ❤

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

    thanks alottt

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

    nice explanation.

  • @joshiji2430
    @joshiji2430 4 года назад

    thanks for the nice video

  • @nikependragon
    @nikependragon 10 месяцев назад +1

    input_shape was never defined. This tutorial cannot be completed.

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

    What should be done when the model is not predicting properly?

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

    what we have to do if our dataset dont have class names like cat or dog only it have images of both of them without class names then how to do preprocessing for that type of dataset?

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

      Hello, did you find any way for this?

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

      @@tejaswivegi2131 No, Actually I thought that I will get reply from the dphi people but didn't get reply yet if you find the way please let me know.

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

      Sure

  • @ankitchaturvedi9453
    @ankitchaturvedi9453 11 месяцев назад

    Hello Raviraj, will the simple ANN accept image as input? I got the shape mismatch error while using the below code.
    model = tf.keras.models.Sequential()
    model.add(tf.keras.layers.Dense(1024, activation='relu'))
    model.add(tf.keras.layers.Dropout(0.2))
    model.add(tf.keras.layers.Dense(2,activation = 'softmax'))
    input_shape = (32, 100, 100, 3)
    model.build(input_shape)

    • @studology67
      @studology67 3 месяца назад

      First flatten it, before adding any dense layers

  • @gailwittichlive9593
    @gailwittichlive9593 4 года назад

    a bit confusing - using the word 'label' to refer to a file name (rather than a Target).

    • @aiplanet
      @aiplanet  4 года назад

      thank you, Gail, for sharing your valuable feedback. We will see if we can incorporate this feedback and add some descriptions to it.