Artificial Intelligence & machine learning
Introduction
Uses of Artificial Intelligence
�Technologies Based on Artificial Intelligence�
INTELLIGENT AGENTS�
Types of Agents�
Simple reflex agents�
Model-based reflex agents�
Goal-based agents�
Utility-based agents�
Learning Agent
Multi-agent systems�
Hierarchical agents�
Environment�
What is Ideal Rational Agent?�
SOLVING PROBLEMS BY SEARCH�
Problem-Solving Agents
Uninformed Search Algorithms�
Breadth-first Search
Breadth-first search is the most common search strategy for traversing a tree or graph. This algorithm searches breadthwise in a tree or graph, so it is called breadth-first search.
Depth-first Search�
Heuristics function
�Best-first Search Algorithm (Greedy Search)�
A* Search Algorithm
Adversarial Search�
Mini-Max Algorithm�
Alpha-Beta Pruning�
Knowledge-Based Agent
Inference system�
Types of knowledge�
Propositional logic
Knowledge Engineering in First-order logic�
What is knowledge-engineering?
�Bayesian Belief Network�
Semantics of Bayesian Networks
Exact inference�
Approximate Inference�
LEARNING METHODS
Statistical Learning
Learning with hidden variables
ROTE LEARNING
Explanation based Learning�
Formal Learning Theory�
Neural Net Learning�
Genetic Learning�
Expert System�
Expert Systems/Shells�