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
Emerging Technologies for mitigating the impact of the COVID-19 pandemic
The role of information communication technology rapidly changes and helping to human society. ICT focus to control and communicate the society to develop awareness and measure related information need to society. Current scenarios ICT helps to control novel coronavirus COVID-19. Worldwide use different technology to control and prevent the COVID-19 daises like contract tracing mobile […]
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 […]
Types of Machine Learning
Supervised Learning Unsupervised Learning Supervised Learning Supervised learning is the task of inferring a function from labeled training data. The training data consist of a set of training examples. In supervised learning, each example is a pair consisting of an input object and the desired output value. A supervised learning algorithm analyzes the training data […]