145 - Confusion matrix, ROC and AUC in machine learning

  Рет қаралды 34,815

DigitalSreeni

DigitalSreeni

Күн бұрын

Пікірлер: 56
@fadilyassin4661
@fadilyassin4661 4 жыл бұрын
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
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Thank you for your kind comments.
@bencerepasi5352
@bencerepasi5352 3 жыл бұрын
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 жыл бұрын
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.
@tanaydasbarman1600
@tanaydasbarman1600 Ай бұрын
Thanks!🤩
@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.
@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.
@gauravkanu4486
@gauravkanu4486 3 жыл бұрын
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? ♥♥♥♥♥☻
@VivekTR
@VivekTR Жыл бұрын
Is the confusion matrix in 4:34 correct? Uinfected correctly being labelled as uninfected is true negative is it not?
@muskanvij4811
@muskanvij4811 3 жыл бұрын
Reallly good ! Thank you so much. Best video on u tube on confusion matrix.
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
Glad you liked it!
@aylinwagner8047
@aylinwagner8047 3 жыл бұрын
Great, finally I understood this !!!
@Jihaoui
@Jihaoui Ай бұрын
I watched many of your videos, they are all very heplful and greats. Please if possible to provide mor videos about tabular data.
@caiyu538
@caiyu538 3 жыл бұрын
Great lectures. I follow up your series. I leaned a lot.
@ElfengourAbdelhakGIS
@ElfengourAbdelhakGIS 4 жыл бұрын
This video is really well explaind, keep ip the good work.
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Thanks a lot!
@ML-DS-AI-Projects
@ML-DS-AI-Projects 11 ай бұрын
Thanks for the detailed explanation. A good model balances the TP,FP,TN,FN? Or it balances the sensitivity or specificity metrics?Need clarification.
@saikrishnavadali05
@saikrishnavadali05 3 жыл бұрын
Awesome Video... DigitalSreeni is the best!!!
@aditiarora2128
@aditiarora2128 2 жыл бұрын
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
@DesertWolf90
@DesertWolf90 Жыл бұрын
it's possible to calculate the Ideal threshold for segmentation tasks or its only for classification tasks ?
@Rider-jn6zh
@Rider-jn6zh 3 жыл бұрын
Did not get how to choose optimal threshold
@junaidlatif2881
@junaidlatif2881 2 жыл бұрын
Roc only for binary classification while confusion matrix could be used for both binary and multi class classification! 😍
@honeyrulesintheworld
@honeyrulesintheworld 3 жыл бұрын
can you tell me how to get confusion matrix for image retrival using CNN?
@solacing
@solacing Жыл бұрын
How can we implement this (ROC-AUC) in multiclass image classification?
@padma386
@padma386 3 жыл бұрын
Nice explanation
@jalpeshdadania562
@jalpeshdadania562 3 жыл бұрын
Wow. Great explanation. Thank you so Much
@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?
@alroygama6166
@alroygama6166 3 жыл бұрын
But what can we infer between a threshold of 0.5 vs 0.7 which is better. What can you say about these
@haoduong6565
@haoduong6565 2 жыл бұрын
Hi, when you calculate confusion matrix, if you don't choose 0.5, what is the default value used to calculate it? Thanks!
@Bryan-eg7si
@Bryan-eg7si 2 жыл бұрын
Excellent video. Very clear !
@helloworld_hereiam1402
@helloworld_hereiam1402 4 жыл бұрын
Awesome presentation. Could you please do a video on confusion matrix, AUC curves for multilabel classification using xtest and ytest? Thanks.
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Will try
@helloworld_hereiam1402
@helloworld_hereiam1402 4 жыл бұрын
@@DigitalSreeni many thanks
@Juliodonadello
@Juliodonadello 2 жыл бұрын
Excellent video man
@hani97tn
@hani97tn 3 жыл бұрын
Thank you! So clear and useful. but there is a lot less of cell images to train with in the folder.
@junaidlatif2881
@junaidlatif2881 2 жыл бұрын
Sir how to use at RF?
@libby3121
@libby3121 4 жыл бұрын
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
@mohamedbachiri7891
@mohamedbachiri7891 4 жыл бұрын
useful information Thank you 👍
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Welcome 😊
@izharl
@izharl 3 жыл бұрын
Thank you! In wich situations is more relevant to use confusion matrix and in which ROC?
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
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.
@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.
@junaidlatif2881
@junaidlatif2881 2 жыл бұрын
Best explanation... ❤
@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
@abderrahmaneherbadji5478
@abderrahmaneherbadji5478 4 жыл бұрын
The video is very helpful, thanks to you
@DigitalSreeni
@DigitalSreeni 4 жыл бұрын
Glad to hear that
@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 :)
@benjaminschnepf7362
@benjaminschnepf7362 2 жыл бұрын
your videos are great!
@pedroramos7814
@pedroramos7814 2 жыл бұрын
very good. thank you!
@DigitalSreeni
@DigitalSreeni 2 жыл бұрын
Glad you liked it!
@helplearnhome9542
@helplearnhome9542 3 жыл бұрын
thanks a lot!
@DigitalSreeni
@DigitalSreeni 3 жыл бұрын
You're welcome!
ROC and AUC, Clearly Explained!
16:17
StatQuest with Josh Starmer
Рет қаралды 1,6 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
번쩍번쩍 거리는 입
0:32
승비니 Seungbini
Рет қаралды 182 МЛН
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН
136 understanding deep learning parameters batch size
11:38
DigitalSreeni
Рет қаралды 32 М.
The Biggest React Framework You've Never Heard of
20:29
Theo - t3․gg
Рет қаралды 52 М.
137 - What is one hot encoding in machine learning?
12:18
DigitalSreeni
Рет қаралды 8 М.
How to Build Effective AI Agents (without the hype)
24:27
Dave Ebbelaar
Рет қаралды 117 М.
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН