145 - Confusion matrix, ROC and AUC in machine learning

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

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

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

    I think you are one of the best tutors I ever seen on deeplearning you are truley are this is so professional and thats what every tuting must be thank you

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

    I can't walk away without subscribing to your channel. You are the best and I dove out my heart for you sir.

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

    Hi Sreeni!
    I've found your channel during my time writing bachelor thesis about GMM in regards of pixel-wise semantic segmentation. I've learned a lot from your channel in the beginning. Now I'm working on the industrial use of image classification with Neural Networks and I have to say, I'm still going back to your videos. The quality is amazing and you are great at explaining complex methods in concise and understandable manner.
    Cheers from Austria!

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

      I am glad you find my videos to be useful. I often go back to my old videos to refresh on topics I haven't explored in a while.
      Salzburg is one of my favorite places to visit, not just in Austria but in the entire world. I love Altstadt and the view of Salzach River from the top of Fortress Hohensalzburg is breathtaking.

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

    Yes, you are right. I love this channel. This topic was quite clear to me, but you added even more graphical insight and now it is crystal clear. Thank you.

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

    Great, finally I understood this !!!

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

    I am so glad to watch this video, your explanations are so precise and amazing. I highly doubt though how come you have only 27k subscribers?
    ♥♥♥♥♥☻

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

    Great lectures. I follow up your series. I leaned a lot.

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

    Reallly good ! Thank you so much. Best video on u tube on confusion matrix.

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

    This video is really well explaind, keep ip the good work.

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

    Wow. Great explanation. Thank you so
    Much

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

    Awesome Video... DigitalSreeni is the best!!!

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

    Nice explanation

  • @Bryan-eg7si
    @Bryan-eg7si 2 года назад

    Excellent video. Very clear !

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

    Roc only for binary classification while confusion matrix could be used for both binary and multi class classification! 😍

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

    useful information
    Thank you 👍

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

    your videos are great!

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

    Excellent video man

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

    The video is very helpful, thanks to you

  • @ML-DS-AI-Projects
    @ML-DS-AI-Projects 7 месяцев назад

    Thanks for the detailed explanation.
    A good model balances the TP,FP,TN,FN? Or it balances the sensitivity or specificity metrics?Need clarification.

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

    very good. thank you!

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

    Thank you! So clear and useful.
    but there is a lot less of cell images to train with in the folder.

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

    uninfected being 1 is really offsetting. The rest of the video is great

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

      Yes, we all can use some mind exercise sometimes :)

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

    sir how to plot confusion matrix and roc when we are using image augmenatation but not X_train and Y_train,Y_Pred,Y_test....plz help

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

    Awesome presentation. Could you please do a video on confusion matrix, AUC curves for multilabel classification using xtest and ytest? Thanks.

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

    Is the confusion matrix in 4:34 correct? Uinfected correctly being labelled as uninfected is true negative is it not?

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

    thanks a lot!

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

    How can we implement this (ROC-AUC) in multiclass image classification?

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

    it's possible to calculate the Ideal threshold for segmentation tasks or its only for classification tasks ?

  • @Rider-jn6zh
    @Rider-jn6zh 2 года назад

    Did not get how to choose optimal threshold

  • @sabaal-jalal3710
    @sabaal-jalal3710 3 года назад

    ValueError: Layer model expects 1 input(s), but it received 617 input tensors. Inputs received,
    I got this error when I run the code:
    "
    from sklearn.metrics import confusion_matrix
    y_pred = (model.predict(X_test)>= mythreshold).astype(int)
    cm=confusion_matrix(y_test, y_pred)
    print(cm)
    "
    on my model the test set is 617 images, how to fix this problem sir?

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

    Thanks for all your tutorials. Can you pls tell why there is a need to ravel the predictions ? ()

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

      un-transform the scaling

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

    Hi, when you calculate confusion matrix, if you don't choose 0.5, what is the default value used to calculate it? Thanks!

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

    Great explanation and demonstration! Is the threshold test vs confusion matrix only available for certain classifiers or only for binary classification? I have tried adapting this to multiclass randomforests and that classifier appears to only output class numbers and not per class probabilities.

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

    But what can we infer between a threshold of 0.5 vs 0.7 which is better. What can you say about these

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

    can you tell me how to get confusion matrix for image retrival using CNN?

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

    Thank you! In wich situations is more relevant to use confusion matrix and in which ROC?

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

      Confusion matrix tells you the accuracy for each class and ROC helps you assess the model performance, especially in comparison to other models. So if you are plying with many models to see which one is appropriate then use ROC metric.

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

    hello Sir!
    thank you very much for your good work in helping us to get acquired about everything needed for a microscopist.
    I have a problem, which ways can you advise me to pass through in order to count colonies of A PETRI DISH ( colony counting for petri dish)
    thank you for your considerations?

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

      We did this task an year ago as part of my work. Here is the link to a pre-configured workflow. (It is a free platfrom, don't worry). www.apeer.com/app/workflows/detail/Colony-Forming-Unit/8cfed555-50ce-4eda-be1b-b3202c1e5e9f
      If you want to write your own code then there are many way but the best one that works most of the time would be to use some sort of machine learning. I recommend starting with traditional machine learning, please watch my videos on this topic (from video 60 to 70 or so). If you want to label your images for machine learning then you can do it here (again, free): www.apeer.com/annotate

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

      @@DigitalSreeni thank you very much Sir

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

    Sir how to use at RF?