Explainable AI Cheat Sheet - Five Key Categories

Sdílet
Vložit
  • čas přidán 5. 06. 2024
  • Explainable AI is a set of tools and methods that allow us to understand Artificial Intelligence and Machine Learning models and their predictions. This video is an accessible and gentle introduction to Explainable AI methods. It is an introduction to the Explainable AI Cheat Sheet (ex.pegg.io).
    Intro (0:00)
    One Explainability Motivation (0:58)
    Explainable AI Cheat Sheet (2:39)
    1. Interpretable Models (3:25)
    2. Model-Agnostic Methods (4:26)
    3. Model-Specific Methods (6:40)
    4. Example-Based Methods (7:52)
    5. Neural Representations (9:35)
    Conclusion & Resources (12:13)
    -------------
    The Explainable AI Cheat Sheet:
    ex.pegg.io
    Mirror: github.com/arpeggiohq/explain...
    Resources:
    Interpretable Machine Learning Book (Christoph Molnar): christophm.github.io/interpre...
    Explainability for NLP (Isabelle Augenstein): • Practical Talk 1: Expl...
    NLP Highlights: Interpreting NLP Model Predictions (Sameer Singh): / 117-interpreting-nlp-m...
    Please Stop Doing "Explainable" ML (Cynthia Rudin): • Please Stop Doing "Exp...

Komentáře • 38

  • @prasadjayanti
    @prasadjayanti Před 2 lety +7

    I am a data scientist & really appreciate your work ! Keep good work going !

  • @metallica42425
    @metallica42425 Před 3 lety +3

    Really appreciate these resources! Thanks for always explaining things so clearly!

  • @dev0nul162
    @dev0nul162 Před 2 lety

    Thank you for what you have provided here! The links are providing tremendous added value to your videos.

  • @palomoshoeshoe8985
    @palomoshoeshoe8985 Před 20 dny

    Thank you so much for your contribution, i really appreciate it.

  • @kartavyabhatt7818
    @kartavyabhatt7818 Před 3 lety +1

    Thank you very much for the video.
    9:57 yeah a dedicated video for each of the methods will be really great!

  • @chathurijayaweera1590
    @chathurijayaweera1590 Před 2 lety

    Very informative and easily understandable. Thank you for making this video

  • @its_me7363
    @its_me7363 Před 3 lety +14

    Now I think it would be great if Jay can make video on SHAP explanability and usage...hope you have time to accept this request.

    • @NishantKumar-mp9zg
      @NishantKumar-mp9zg Před 3 lety +2

      +1
      I'll also be looking forward to it.

    • @arp_ai
      @arp_ai  Před 3 lety +2

      I'd certainly love to learn more about it at some point

    • @its_me7363
      @its_me7363 Před 3 lety

      @@arp_ai will wait for your video for this topic

  • @TusharKale9
    @TusharKale9 Před 3 lety

    Very important topic covered in good details. Thank you

  • @mrunalinigarud1162
    @mrunalinigarud1162 Před 2 lety

    Best blog and guidance video for AI

  • @TheSiddhartha2u
    @TheSiddhartha2u Před 2 lety

    Thank You for nice and easy information. I was looking for such information 👍

  • @omyeues
    @omyeues Před 2 lety

    Very interesting ! Thank you for sharing

  • @jeanpauldelamarre6583
    @jeanpauldelamarre6583 Před 2 lety +2

    Explainable AI is not only based on neural networks. Everyone wants to make neural networks explainable which is not the case by design. You also have to consider other types of models like rule based models (expert systems) or even probabilistic models which are explainable by design.

  • @francistembo650
    @francistembo650 Před 3 lety +2

    Thanks man!

  • @sheldonsebastian7232
    @sheldonsebastian7232 Před 3 lety

    Found this channel via Linkedin post. It was a good find!

  • @kokoko5690
    @kokoko5690 Před 11 měsíci

    Thank you for ur video it's really well organized and easy to understand

  • @incase3007
    @incase3007 Před 7 měsíci

    great video. highly informative !

  • @Ninaadiaries
    @Ninaadiaries Před 5 měsíci

    Thanks for the information. It was helpful for me :)

  • @mpalaourg8597
    @mpalaourg8597 Před 2 lety

    Nice video! But even better the resources which were referenced! Thank you...

  • @ottunrasheed4076
    @ottunrasheed4076 Před 2 lety

    Interesting content. I am looking forward to the paper reading videos

  • @raminbakhtiyari5429
    @raminbakhtiyari5429 Před 3 lety

    just fascinating

  • @camoha8313
    @camoha8313 Před 10 měsíci

    Thanks for this video (love the john coltrane )

  • @MeriJ-ze5dd
    @MeriJ-ze5dd Před 3 lety +1

    Thanks Jay. Amazing video. I have a question though: why the pretraining in gpt-3 is called unsupervised learning?it works on labelled data, so I think it should be a supervised learning task.

    • @arp_ai
      @arp_ai  Před 3 lety +2

      It's better called self-supervised learning nowadays. It's unsupervised in the same way that word2vec is unsupervised -- it is not trained on an explicitly labeled dataset, but rather on on examples generated from free text.

  • @muhammadomar9552
    @muhammadomar9552 Před rokem

    Thanks for knowledge sharing. Where decision trees lie in cheat sheet?

  • @juanpablopajaro9229
    @juanpablopajaro9229 Před rokem

    Jay, I was exploring SHAP for explainable deep learning, and it didn´t work. The git mentioned an update in TensorFlow that conflicts with SHAP. What do you know about that?

  • @sanjanasuresh5565
    @sanjanasuresh5565 Před rokem

    Hello! Can you please make a video on interpretability of unsupervised ML models

  • @balapranav5364
    @balapranav5364 Před 3 lety +1

    Hi sir, Shap gives you the info same like feature importance results?

    • @arp_ai
      @arp_ai  Před 3 lety +1

      SHAP is a method of obtaining feature importance, yes.

  • @deepbayes6808
    @deepbayes6808 Před rokem

    Why logistics or linear regression are considered interpretable? If you have 1000x of features, how can you interpret a non-sparse weight matrix?

  • @yastradamus
    @yastradamus Před 3 lety +1

    that John Coltrane cover in the back though!

  • @moustafa_shomer
    @moustafa_shomer Před 3 lety

    The example based part was kind of shallow, you didn't talk about how they figure out the specific flaws in the model

    • @arp_ai
      @arp_ai  Před 3 lety

      That tends to be a different problem which can either arise from model but potentially also from the dataset. The problem becomes more model debugging. XAI is one debugging tool, but there are many others, especially deep examinations of the data.

  • @abhilashsanap1207
    @abhilashsanap1207 Před 3 lety

    Some day you should do a video about the background in your videos. Please.

  • @zabouhadi2140
    @zabouhadi2140 Před rokem

    Thanks a lot. It was a great introduction and really helped me🙏🫀