Confusion Matrix in Classification with Simple Example| Machine Learning in Tamil

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 13

  • @manokar484
    @manokar484 11 місяців тому +1

    Superr mam nice work🎉

  • @mahalakshmi9280
    @mahalakshmi9280 10 місяців тому +1

    Thank you, madam .clearly explained the confusion matrix concept.

  • @ManokarSelvaraj
    @ManokarSelvaraj 11 місяців тому +2

    Sensitivity=87.5℅

  • @AJITHKUMAR-hn4fm
    @AJITHKUMAR-hn4fm 11 місяців тому +1

    0.875. Mam explain also about the 3X3 matrix

  • @ravimsr8872
    @ravimsr8872 6 місяців тому

    You have mentioned the definition of Precision as "How many correct predictions out of all Predictions?. This I feel is the definition of Accuracy. Can you please let me know the verbal definition of Accuracy and Precision as a response to my doubt? Thanks.

    • @Dr.NancyJane
      @Dr.NancyJane  6 місяців тому

      Accuracy measures the proportion of correct predictions out of total predictions made. It's calculated as:
      Accuracy = (TP + TN) / (TP + TN + FP + FN)
      Precision measures the proportion of true positives among all positive predictions made. It's calculated as:
      Precision = TP / (TP + FP)

  • @Zmarteditz
    @Zmarteditz 8 місяців тому

    Mam don’t stop uploading videos plss update more videos

  • @dhanushyt1312
    @dhanushyt1312 9 місяців тому

    FN and FP position is interchanged

    • @Dr.NancyJane
      @Dr.NancyJane  9 місяців тому

      Hi the position of FN and FP in the confusion matrix depends on how we represent the actual and predicted output (i.e) row wise or column wise. Here actual output is taken in row wise and predicted output column wise..

    • @dhanushyt1312
      @dhanushyt1312 9 місяців тому

      @@Dr.NancyJane ok thank you mam