Ai fundamentals reviewer 2 Flashcards
If the probability of event A occurring is 0.5 and the probability of event B occurring is 0.5, what is the probability of event A occurring given that event B has already occurred?
0.5
If the probability of event A occurring is 0.3 and the probability of event B occurring is 0.7, what is the probability of either event A or B occurring?
1
How is the principle of maximum entropy related to the second law of thermodynamics?
It is a more general form of the second law
How is the Shannon entropy calculated in maximum entropy without explicit constraints?
By summing the logarithms of the probabilities of all the events in the distribution
How is the principle of maximum entropy related to the maximum likelihood principle in statistics?
The principle of maximum entropy is a special case of the maximum likelihood principle
How is the maximum entropy distribution found in maximum entropy without explicit constraints?
By using an iterative optimization algorithm
How is LEXMED typically accessed by medical professionals?
Through a desktop application
IDA* search is a type of search algorithm used for what purpose?
Solving problems involving game trees
If the probability of event A occurring is 0.3 and the probability of event B occurring is 0.7, what is the probability of neither event A nor B occurring?
0
How does minmax search work?
By evaluating all possible moves and selecting the one that leads to the highest score for the player and the lowest score for the opponent
How often is the medical terminology in LEXMED updated?
Annually
How might subjective probabilities be used in risk assessment?
By taking into account an individual’s beliefs, opinions, and experiences about the likelihood and consequences of potential risks
How might an individual’s subjective probabilities change over time?
They may change based on new beliefs, opinions, and experiences
IDA* search is used in what type of problems?
Problems with a large number of possible solutions
IDA* search is an example of what type of search algorithm?
Iterative deepening search