Artificial Intelligence
Artificial Intelligence
APPLICATION OF AI:
1. *Game Playing:
- Game theory models interactive situations.
- AI applied successfully in games with large search spaces.
- Chess, a prime example of AI success.
2. *Expert Systems:
- AI software solving specialized problems.
- MYCIN: Early expert system for medical diagnoses.
- Knowledge engineering extracts human expertise for AI decision-making.
3. *Natural Language Processing (NLP):
- Machines understanding and processing human languages.
- Tasks include summarization, language generation, and sentiment analysis.
- Fusion of computer science and linguistics.
4. *Image Understanding:
- AI interprets two-dimensional arrays of pixels in images.
- Low, medium, and high-level vision processes.
- Pattern classification and knowledge-based interpretation used.
5. *Robotics:
- AI applied to robotics for precision tasks and space exploration.
- Deep neural networks enhance robotic capabilities.
- Robotics expected to flourish in the 21st century.
6. *Machine Learning:
- Involves designing algorithms for computers to learn from data.
- Decision tree learning, Bayesian networks, and association learning are
examples.
- Neural networks mimic human brain for learning and recognition.
7. *Inductive Logic Programming (ILP):
- Uses logic programming for rule creation.
- Reasoning from specific observations to create general hypotheses.
- Mainly applied to prediction and classification problems.
8. *Hidden Markov Model (HMM):
- Statistical model used in pattern recognition, speech, and language
processing.
- Consists of hidden states, visible states, and a Markov process.
- Utilizes transition probability matrix and emission probability matrix.
9. *Pattern Recognition:
- Focus on supervised and unsupervised learning.
- Aims to classify data based on knowledge or statistical information.
- Application areas include optical character recognition and speech
processing.