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
@DigitalSreeni4 жыл бұрын
Thank you for your kind comments.
@bencerepasi53523 жыл бұрын
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!
@DigitalSreeni3 жыл бұрын
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Ай бұрын
Thanks!🤩
@roger_island903 жыл бұрын
I can't walk away without subscribing to your channel. You are the best and I dove out my heart for you sir.
@DrRubidium3 жыл бұрын
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.
@gauravkanu44863 жыл бұрын
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 Жыл бұрын
Is the confusion matrix in 4:34 correct? Uinfected correctly being labelled as uninfected is true negative is it not?
@muskanvij48113 жыл бұрын
Reallly good ! Thank you so much. Best video on u tube on confusion matrix.
@DigitalSreeni3 жыл бұрын
Glad you liked it!
@aylinwagner80473 жыл бұрын
Great, finally I understood this !!!
@JihaouiАй бұрын
I watched many of your videos, they are all very heplful and greats. Please if possible to provide mor videos about tabular data.
@caiyu5383 жыл бұрын
Great lectures. I follow up your series. I leaned a lot.
@ElfengourAbdelhakGIS4 жыл бұрын
This video is really well explaind, keep ip the good work.
@DigitalSreeni4 жыл бұрын
Thanks a lot!
@ML-DS-AI-Projects11 ай бұрын
Thanks for the detailed explanation. A good model balances the TP,FP,TN,FN? Or it balances the sensitivity or specificity metrics?Need clarification.
@saikrishnavadali053 жыл бұрын
Awesome Video... DigitalSreeni is the best!!!
@aditiarora21282 жыл бұрын
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 Жыл бұрын
it's possible to calculate the Ideal threshold for segmentation tasks or its only for classification tasks ?
@Rider-jn6zh3 жыл бұрын
Did not get how to choose optimal threshold
@junaidlatif28812 жыл бұрын
Roc only for binary classification while confusion matrix could be used for both binary and multi class classification! 😍
@honeyrulesintheworld3 жыл бұрын
can you tell me how to get confusion matrix for image retrival using CNN?
@solacing Жыл бұрын
How can we implement this (ROC-AUC) in multiclass image classification?
@padma3863 жыл бұрын
Nice explanation
@jalpeshdadania5623 жыл бұрын
Wow. Great explanation. Thank you so Much
@sabaal-jalal37103 жыл бұрын
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?
@alroygama61663 жыл бұрын
But what can we infer between a threshold of 0.5 vs 0.7 which is better. What can you say about these
@haoduong65652 жыл бұрын
Hi, when you calculate confusion matrix, if you don't choose 0.5, what is the default value used to calculate it? Thanks!
@Bryan-eg7si2 жыл бұрын
Excellent video. Very clear !
@helloworld_hereiam14024 жыл бұрын
Awesome presentation. Could you please do a video on confusion matrix, AUC curves for multilabel classification using xtest and ytest? Thanks.
@DigitalSreeni4 жыл бұрын
Will try
@helloworld_hereiam14024 жыл бұрын
@@DigitalSreeni many thanks
@Juliodonadello2 жыл бұрын
Excellent video man
@hani97tn3 жыл бұрын
Thank you! So clear and useful. but there is a lot less of cell images to train with in the folder.
@junaidlatif28812 жыл бұрын
Sir how to use at RF?
@libby31214 жыл бұрын
Thanks for all your tutorials. Can you pls tell why there is a need to ravel the predictions ? ()
@Mordi567hj3 жыл бұрын
un-transform the scaling
@mohamedbachiri78914 жыл бұрын
useful information Thank you 👍
@DigitalSreeni4 жыл бұрын
Welcome 😊
@izharl3 жыл бұрын
Thank you! In wich situations is more relevant to use confusion matrix and in which ROC?
@DigitalSreeni3 жыл бұрын
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.
@eventhatsme3 жыл бұрын
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.
@junaidlatif28812 жыл бұрын
Best explanation... ❤
@helloyes47954 жыл бұрын
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?
@DigitalSreeni4 жыл бұрын
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
@helloyes47954 жыл бұрын
@@DigitalSreeni thank you very much Sir
@abderrahmaneherbadji54784 жыл бұрын
The video is very helpful, thanks to you
@DigitalSreeni4 жыл бұрын
Glad to hear that
@holthuizenoemoet5912 жыл бұрын
uninfected being 1 is really offsetting. The rest of the video is great
@DigitalSreeni2 жыл бұрын
Yes, we all can use some mind exercise sometimes :)