Тёмный
No video :(

Explainable AI explained! | #4 SHAP 

DeepFindr
Подписаться 33 тыс.
Просмотров 79 тыс.
50% 1

Опубликовано:

 

5 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 47   
@SinAndrewKim
@SinAndrewKim 2 года назад
There is an error in your formula for Shapley values (compared to christophm's book and wikipedia). Most write the weight as (M choose 1, |S|, M-|S|-1) where S is some subset WITHOUT feature i. However, you are summing over subsets z' WITH feature i. Thus, the weight should be (M choose 1, |z'| - 1, M-|z'|).
@DeepFindr
@DeepFindr 2 года назад
Thanks for pointing out, you are absolutely right! I'll pin this comment so that everyone can see it.
@utkarshkulshrestha2026
@utkarshkulshrestha2026 2 года назад
Really insightful. Thank you for the video. It was a great explanation and demonstration to begin with.
@aprampalsingh8381
@aprampalsingh8381 Год назад
Best explanation over internet..you should do more videos!
@davidlearnforus
@davidlearnforus Год назад
all our videos are great. thanks a lot!
@Florentinorico
@Florentinorico 2 года назад
Great example with the competition!
@nkorochinaechetam2516
@nkorochinaechetam2516 Год назад
straight to the point and detailed explanation
@Bill0102
@Bill0102 9 месяцев назад
This is a tour de force. A book I read with like-minded themes was also magnificent. "Game Theory and the Pursuit of Algorithmic Fairness" by Jack Frostwell
@hprshayan
@hprshayan 2 года назад
Thank you for your excellent explanation.
@nidhisingh1325
@nidhisingh1325 2 года назад
Great explanation, would love more videos from you!
@orkhanmd
@orkhanmd 2 года назад
Great explanation. Thanks!
@techjack6307
@techjack6307 2 года назад
Thank you very much for explaining the concept so clearly.
@WildanPutraAldi
@WildanPutraAldi 2 года назад
Excellent video, thanks for sharing !
@muzaffarnissar1978
@muzaffarnissar1978 Год назад
Thanks, an Exceptional Explanation! Looking Forward to More Videos!. Can you send me any links where we we can use Explainable on audio data.
@mohammadnafie3327
@mohammadnafie3327 2 года назад
Amazing explaination and to the point. Thank you!
@nikolai228
@nikolai228 6 месяцев назад
Great video, thanks!
@Gustavo-nn7zc
@Gustavo-nn7zc 3 месяца назад
Hi, great video, thanks! Is there a way to use SHAP for ARIMA/SARIMA?
@Diego0wnz
@Diego0wnz 3 года назад
thanks for the video!
@muratkonuklar3910
@muratkonuklar3910 2 года назад
Great Presentation Thanks!
@kevinkpakpo3215
@kevinkpakpo3215 2 года назад
Amazing tutorial. Thanks a lot!
@zahrahsharif8431
@zahrahsharif8431 3 года назад
When you use summary force_plot to get an individual points contribution is the prediction shown the log of odds? If so how do I show the actual probability
@ea2187
@ea2187 2 года назад
i have the same issue ... did you find something out?
@DeepFindr
@DeepFindr 2 года назад
Hi! Sorry didn't see that comment somehow. Did you have a look at this post: github.com/slundberg/shap/issues/963 ? For Tree Explainer you have an option to get probabilities, according to that.
@yashnarendra
@yashnarendra 3 года назад
Might be a very stupid question but why is z' under modulus, if it represents number of features in the subset, it should be positive always, right.
@DeepFindr
@DeepFindr 3 года назад
Hi! Do you mean the bars wrapped around z? That comes from set theory in math and the notation stands for cardinality = the number of elements in the set. It doesn't mean the "abs" function. Is that what you were referring to? :)
@yashnarendra
@yashnarendra 3 года назад
@@DeepFindr yes, thank you for clarifying. One more doubt, if I put z' =M then the (M -|z'| -1)! becomes (-1) ! which is not defined. What am I missing here?
@DeepFindr
@DeepFindr 3 года назад
@@yashnarendra Hi, good catch! In the original formula of Shapley values this can never happen, because the sum is over subsets without the feature i. Therefore F will always be greater than S (with the notation of the original shapley formula in the paper). But you are right, this is not really reflected in the SHAP formula. However in the paper they state that they excluded |z'| = 0 and |z'| = M as both are not defined.
@yashnarendra
@yashnarendra 3 года назад
@@DeepFindr Thanks a lot, really appreciate your efforts in replying to my queries.
@catcatyoucatmedie1161
@catcatyoucatmedie1161 Год назад
Hi, May I know the dataset you used for the demo?
@ramalaccX
@ramalaccX 2 года назад
Amazing video again bro. It helped a lot! One question: Do you know the reference where I can find the proof of the 2nd theorem in the SHAP paper? I can't find it :(
@DeepFindr
@DeepFindr 2 года назад
Hey :) thanks! The supplement can be downloaded here: papers.nips.cc/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html Plus there is another link in a discussion on Github, which might be helpful as well: github.com/slundberg/shap/issues/1054 Hope this helps :)
@ramalaccX
@ramalaccX 2 года назад
@@DeepFindr There's nothing else I can say because you're the boss! ❤
@codewithyouml8994
@codewithyouml8994 2 года назад
Great Video. I have one question.... Can I use this SHAP model for Graph classification techniques, to see which nodes contribution is how much and kind of show a grad cam like effect? If you got any sort of resoyrces regarding this, please share. Thank you.
@DeepFindr
@DeepFindr 2 года назад
Hi! I have a video called "how to explain graph neural networks" that exactly addresses this question :)
@PrabhjotSingh-mn2ku
@PrabhjotSingh-mn2ku 2 года назад
Does the classification threshold have an effect on shapley values? The default threshold in binary classification is 0.5, what if one changes it to 0.7, how to incorporate this in the shap library?
@DeepFindr
@DeepFindr 2 года назад
Hi! This discussion might be what you are looking for :)
@PrabhjotSingh-mn2ku
@PrabhjotSingh-mn2ku 2 года назад
@@DeepFindr did you mean to add a link to the discussion?
@DeepFindr
@DeepFindr 2 года назад
Yep, sorry here: github.com/slundberg/shap/issues/257
@shaz-z506
@shaz-z506 2 года назад
Can we use shap for multiclass classification, is there any resources which you can suggest.
@DeepFindr
@DeepFindr 2 года назад
Hi! Have a look at this discussion: github.com/slundberg/shap/issues/367
@minhaoling3056
@minhaoling3056 2 года назад
Does shap works on small dataset ?
@DeepFindr
@DeepFindr 2 года назад
LIME is independent from the size of the Dataset. The only question is if the (Blackbox) model works on the Dataset. Can you maybe share some more details what makes you raise this question? :)
@minhaoling3056
@minhaoling3056 2 года назад
I have a very small dataset that surprising do well on prediction of 15 different class of identical species. In my black box model, I use three layers of feature extraction methods and finish off with one random forest model. I am not sure whether I can implement LIME for this situation because my black box were mostly feature extractions rather than ensemble of models.
@DeepFindr
@DeepFindr 2 года назад
Which feature extraction layers are you using? Is it trained end-to-end with the RF? It doesn't really matter what is happening inside your model. LIME is able to explain the input-output relation in a local area of a single prediction :)
@minhaoling3056
@minhaoling3056 2 года назад
@@DeepFindr I see, thanks! I will try this in my project soon.
@DeepFindr
@DeepFindr 2 года назад
OK good luck! If you have any problems let me know :)
Далее
Shapley Additive Explanations (SHAP)
11:52
Просмотров 62 тыс.
Explainable AI explained! | #3 LIME
13:59
Просмотров 58 тыс.
The mathematics behind Shapley Values
11:48
Просмотров 25 тыс.
The Science Behind InterpretML: SHAP
11:46
Просмотров 50 тыс.
Shapley Values : Data Science Concepts
15:03
Просмотров 48 тыс.
SHAP with Python (Code and Explanations)
15:41
Просмотров 59 тыс.
Explainable AI Cheat Sheet - Five Key Categories
14:09