EfficientNet Implementation | EfficientNet B0 - B7 Implementation

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

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

  • @cyberhard
    @cyberhard 3 года назад +2

    Very good explanation! Only thing I'd have added is the speed difference between the models.

  • @siddhantsanadhaya999
    @siddhantsanadhaya999 2 года назад +1

    Thank you so much for your explanation. ☺

  • @rickharold7884
    @rickharold7884 3 года назад +1

    These are all awesome Thx!

  • @salehbaghersalimi6008
    @salehbaghersalimi6008 2 года назад +1

    Thank you so much for your explanation :) This example shows how to use EfficientNet for image classification. But how can we use it for other tasks? for example we have a 1d signal (1000 samples) and we want to do a binary classification. How do we apply EfficientNet?

  • @dr.ahlammajead4287
    @dr.ahlammajead4287 9 месяцев назад

    Tank so mach for your information you are very good.

  • @isaacog6244
    @isaacog6244 Месяц назад

    Please ma'am, I'm just going into learning EfficientNet, please how would you recommend going about that? I have little experience with python programming also. Thank you in advance.

    • @CodeWithAarohi
      @CodeWithAarohi  Месяц назад

      You need a good understanding of Python programming. EfficientNet is a convolutional neural network (CNN), so you need to understand deep learning concepts like- Neural Networks: Perceptron, activation functions (ReLU, Sigmoid, etc.)
      Forward pass and backpropagation
      Optimization: Gradient descent, learning rates, and optimizers (Adam, SGD)
      Loss functions: Cross-entropy, mean squared error
      Convolutional Neural Networks (CNNs): Convolution layers, pooling, batch normalization, etc.
      Then learn EfficientNet.

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

    that was really good but the question is
    why did not you build it just like ResNet and Inception

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

      Just trying different ways to use the models.

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

    hi can u make a video explain about effiecient net lite?

  • @yesh_grg
    @yesh_grg 7 дней назад

    My jupyter is not importing efficient net what to do

    • @CodeWithAarohi
      @CodeWithAarohi  7 дней назад

      Maybe because of the versions. Check how to import the efficientnet as per your tensorflow version.

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

    thank you mom

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

    thank you madam,

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

    can you pin the paper link here please? thanks in advance.