One of the reasons why modern AI methods actually work in the real world – as opposed to most of the earlier good old-fashioned methods in the 1960-1980s – is the ability to deal with uncertainty.
We use the following mathematical rules to implement Real-World Artificial Intelligence
1. Odds and probability.
2. The Bayes rule.
3. Naive Bayes classification.
Related Articles
Different between programming without and with AI
The programming without and with AI is different in the following ways − Programming Without AI Programming With AI A computer program without AI can answer the specific questions it is meant to solve. A computer program with AI can answer the generic questions it is meant to solve. Modification in the program leads to […]
The types of Machine Learning
Machine Learning is the study of an algorithm that takes past and present data and produces the prediction base correct result. We also define ML is an application of AI which provide the ability to automatically learn and produce a result using past and present data set. Types of Machine Learning Machine Learning uses statistics […]
How best attribute is selected in a decision-tree? Select the root attribute of the decision-tree from given sample data.
How best attribute is selected in a decision tree? Select the root attribute of the decision tree from the given sample data. Solutions a) Entropy using the frequency table of one attribute: b) Entropy using the frequency table of two attributes: Information Gain: The information gain is based on the decrease in entropy after a […]