17 Probabilistic Graphical Models and Bayesian Networks

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

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

  • @ytpah9823
    @ytpah9823 Год назад +6

    🎯 Key Takeaways for quick navigation:
    00:00 📊 Probabilistic graphical models, such as Bayesian networks, represent probability distributions through graphs, enabling the visualization of conditional independence structures.
    01:34 🎲 Bayesian networks consist of nodes (variables) and directed edges representing conditional dependencies, allowing the representation of full joint probability distributions.
    03:21 🔀 Bayesian network structures reveal conditional independence relationships, simplifying the calculation of conditional probabilities and inference.
    09:10 🧠 Naive Bayes and logistic regression can be viewed as specific Bayesian networks, with the former relying on conditional independence assumptions.
    11:55 📜 Conditional independence is a key concept in Bayesian networks, defining that each variable is independent of its non-descendants given its parents.
    15:15 ⚖️ Inference in Bayesian networks often involves calculating marginal probabilities efficiently, which can be achieved through variable elimination, avoiding full enumeration.
    23:54 ⚙️ Variable elimination is a technique used in Bayesian networks to replace summations over variables with functions, reducing computational complexity for inference.
    24:05 🧮 Variable elimination is a technique used to compute marginal probabilities efficiently by eliminating variables one by one.
    28:07 ⏱️ In tree-structured Bayesian networks, variable elimination can achieve linear time complexity for exact inference.
    29:02 📊 Learning in a fully observed Bayesian network is straightforward, involving counting probabilities based on training data.

  • @perkelele
    @perkelele 4 года назад +13

    The course at my university is well given but goes into a lot of details. Your videos help me see the forest through the trees while still being complete and correct. Thank you for the quality content.

  • @tradertim
    @tradertim 3 года назад +13

    Wow... this is amazing. Why cant my university professors teach this clearly? In this age where we do not read textbooks much (and rely on lectures after lectures) there needs to be major improvements in teaching...

  • @kaiyongong1894
    @kaiyongong1894 5 лет назад +2

    Excellent way of explaining. Probably can share the tables size reduction with variable elimination to benefit those that is still not familar with computing the table sizes.

  • @Ama-be
    @Ama-be 3 месяца назад +1

    Thanks so much for this video! It was very insightful for me👍🏾

  • @nelsonekos
    @nelsonekos 2 месяца назад

    What is the link to the next video immediately after this?

  • @nelsonekos
    @nelsonekos 2 месяца назад

    He mentioned the next class at the end. What video is the next class?

  • @johng5295
    @johng5295 5 лет назад +5

    Thanks beyond measurement in money, Bert!

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

    How can I used Baysien Network for Machine Learning, and what is the suitable software available for that?

  • @AllTheFishAreDead
    @AllTheFishAreDead 5 лет назад +2

    Sorry, why doesn't the f function depend on r at 21:50? I mean I know it's in the conditional, but to me that means if r changes the function would change (so yeah its a parameter not a variable but should still be there?)

    • @berty38
      @berty38  5 лет назад +2

      Yeah that's totally correct and a mistake in my notation. I should have written f_C(w, r), and then we could eliminate w and end up with just a function of r, which is what we're looking for.

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

    Great for getting up to speed again!

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

    I finally understood the concept of conditional independence, thanks a lot!

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

    I still don't understand the difference between enumeration and variable elimination.

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

    Sorry, I am confused the first rule for independence in Bayes nets: "Each variable is conditionally independent of its non-descendents given its parents". Why the non-descendents of a node has to do with its parents?

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

    please can you give more personal tutorial on how to carry calculations on Bayesian network

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

    I have a question about the independence in bayes nets:
    at 13:14 you say that C is independent of B and D (because of the first rule).
    at 14:30 you say that a variable is independent of every other variable than its Markov blanket, but there D is included.
    Does that mean still that C is independant of D because of the first rule or not. I'm a little confused at this point.
    Anyways great videos, great explanations, thank you very much for creating them.

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

      At 13:14 the first rule applies and hence C is conditionally independent of B and D, since they are the non-descendants and we have observed C's parent, which is A.
      The second rule stipulated that given a variable's markov blanket (so given that we have observed every variable in the markov blanket) that variable is conditionally independent of all other variables not belonging to the markov blanket. Imagine this was a bigger network but the markov blanket remained A,D,E and we observed every variable in the blanket. (C|A,D,E) will be independent of all other variables in that network.
      Someone correct if i'm wrong please.

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

    Thank You is a small word....

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

    Greate explanation! Thank you for the video!

  • @juliocardenas4485
    @juliocardenas4485 5 лет назад +2

    This was EXCELLENT !. Thank you

  • @user-kdl495
    @user-kdl495 2 года назад

    That was super clear explanation for me. Thanks !

  • @sanjaykrish8719
    @sanjaykrish8719 5 лет назад +2

    Extremely good. Thanks a ton Bert

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

    Thank you for the good explanation :D

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

    Thanks, Great explanation!!!

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

    great explanation!

  • @reanwithkimleng
    @reanwithkimleng 5 месяцев назад

    ❤❤❤❤❤

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

    Thanks!!!

  • @UsefulMotivation365
    @UsefulMotivation365 10 месяцев назад

    With the given respect to you, but not to the people that created this "Variable elimination" thing, this variable "elimination" sounds like bullshit because you are already computing all the possible states of the variable that you are going to eliminate, meaning that you aren't eliminating nothing already. Or I'm wrong?