Machine Learning Project | Facial Emotion Detection | part 1 creating cnn model

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

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

  • @fatimabenamor7199
    @fatimabenamor7199 4 года назад +2

    how i know that the trained on same tensorflow and keras version of production code

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

      Me too went into same question but didn't found any answer
      but yes what you can do is just import model with whatever version you have and if its compatibility issue than you can search err on google you would definitely find right version

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

    Why its showing happy emotion for any type of image?

  • @SAIKUMAR-g6y
    @SAIKUMAR-g6y Год назад

    Can you please provide the dataset

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

    can I get the project report

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

    Hi nice and informative video but I followed the tutorial and created my model but my predictions are not correct any Idea what could have been wrong?

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

    Bro do u have numpy array videos

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

    i've tried with another image from another dataset
    and this is the result
    array([[1.0000000e+00, 7.3135388e-22, 6.7341475e-17, 0.0000000e+00,
    0.0000000e+00, 0.0000000e+00]], dtype=float32)
    the prediction results are very confusing
    can you explain how this happened ? and how to solve this ?

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

      this is the predictions array
      you can use np.argmax(predictions)
      and this will return max index value
      and from that you can know which index is for which label

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

      @@programming_hut I tried this np.argmax(test_img)
      And got output as 1613
      What kind of prediction is this?

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

      Why you passing testimg directly send the model prediction in it

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

    😍😍😍😍😍😍😍😍😍😘😘😘

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

    X = np.array(X)/255.0
    y = np.array(y)
    /usr/local/lib/python3.7/dist-packages/ipykernel_launcher.py:1: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
    """Entry point for launching an IPython kernel.
    ---------------------------------------------------------------------------
    TypeError Traceback (most recent call last)
    in ()
    ----> 1 X = np.array(X)/255.0
    2 y = np.array(y)
    TypeError: unsupported operand type(s) for /: 'list' and 'float'

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

      Can u solve this error

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

      what's inside X
      try this
      x=no.array(x)
      x=x/255.0

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

      @@programming_hut
      x=no.array(x)
      x=x/255.0
      y = np.array(y)
      ---------------------------------------------------------------------------
      NameError Traceback (most recent call last)
      in ()
      ----> 1 x=no.array(x)
      2 x=x/255.0
      3 y = np.array(y)
      NameError: name 'no' is not defined

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

      sorry its "np"

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

    Bro for each image it is predicting happy.

  • @ARkhan-xw8ud
    @ARkhan-xw8ud Год назад

    you should imporve your way of explaination

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

    can I get the project report