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.
@markregev16514 жыл бұрын
perkele torille
@ytpah9823 Жыл бұрын
🎯 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.
@tradertim3 жыл бұрын
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...
@Ama-be6 ай бұрын
Thanks so much for this video! It was very insightful for me👍🏾
@JazzLispAndBeer Жыл бұрын
Great for getting up to speed again!
@kaiyongong18945 жыл бұрын
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.
@AllTheFishAreDead5 жыл бұрын
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?)
@berty385 жыл бұрын
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.
@johng52955 жыл бұрын
Thanks beyond measurement in money, Bert!
@sanyuktasuman49933 жыл бұрын
I finally understood the concept of conditional independence, thanks a lot!
@nelsonekos6 ай бұрын
What is the link to the next video immediately after this?
@nelsonekos6 ай бұрын
He mentioned the next class at the end. What video is the next class?
@juliocardenas44855 жыл бұрын
This was EXCELLENT !. Thank you
@Raventouch5 жыл бұрын
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.
@SiaHranova3 жыл бұрын
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.
@ghady313 жыл бұрын
How can I used Baysien Network for Machine Learning, and what is the suitable software available for that?
@huangbinapple4 жыл бұрын
I still don't understand the difference between enumeration and variable elimination.
@sanjaykrish87195 жыл бұрын
Extremely good. Thanks a ton Bert
@user-kdl4952 жыл бұрын
That was super clear explanation for me. Thanks !
@rezaqorbani13272 жыл бұрын
Greate explanation! Thank you for the video!
@hongkyulee9724 Жыл бұрын
Thank you for the good explanation :D
@harcourtpameela94444 жыл бұрын
please can you give more personal tutorial on how to carry calculations on Bayesian network
@LouisChiaki5 жыл бұрын
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?
@adityanjsg993 жыл бұрын
Thank You is a small word....
@catherineiniguez24493 жыл бұрын
Thanks, Great explanation!!!
@arthurzhang87594 жыл бұрын
great explanation!
@dianajumaili15724 жыл бұрын
Thanks!!!
@reanwithkimleng9 ай бұрын
❤❤❤❤❤
@UsefulMotivation365 Жыл бұрын
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?