100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Summary

Intelligent Systems - All Lectures Summary

Rating
-
Sold
3
Pages
34
Uploaded on
19-12-2022
Written in
2022/2023

In this file, I have summarized all the lectures of Intelligent Systems. I have added lecture notes and summarized important parts of the book. To make the summary more readable (were necessary), I have added illustrations from the slides. Good luck with the exam!

Show more Read less
Institution
Course











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Study
Course

Document information

Uploaded on
December 19, 2022
Number of pages
34
Written in
2022/2023
Type
Summary

Subjects

Content preview

Intelligent Systems (XB_0031)
All Lectures + Working Groups Summary

,Lecture 1/2 - UNINFORMED SEARCH
1. Sets, Graphs and Trees
• n-tuples are sequences of lengths n
• ORDER makes a difference
o (a) is a singlet
o (a, b) is a pair
o (a, b, c) is a triple
▪ Likes = {(john, mary), (john, food),…}

Graph = A generalization of the simple concept of a set of dots, links, edges or arcs

V = set of vertices = set of notes
E = set of edges = the relations between nodes

A graph is a pair G = (V, E), where V is a set whose elements are called vertices (singular: vertex), and E is a
set of paired vertices, whose elements are called edges (sometimes links or lines)

An Eulerian path (Eulerian trail, Euler walk) in a graph is a path that uses each edge precisely once. If such
a path exists, the graph is called traversable.

Euler's Theorem: If a graph has exactly two vertices of odd degree, then the graph is semi-Eulerian.

A tree is a connected undirected graph with no simple circuits.

Rooted tree = Once a vertex of a tree has been designated as the root of the tree, it is possible to
assign direction to each of the edges.

Not a rooted tree -> Rooted Tree ->



A rooted tree is called an n-ary tree if every internal vertex has no more than n children. The tree is called a
full n-ary tree if every internal vertex has exactly n children. An n-ary tree with n=2 is called a binary tree.

The level or depth of a vertex v in a rooted tree is the length of the unique path from the root to this
vertex. Depth of 3 ->


2. State Space Representations
PROBLEM SOLVING AGENTS STATE SPACE SEARCH

State-Space representation = Abstract problem representation, graphs are used to represent

5 (5) -> 3 -> 3 (3) & 2 (5) -> 2(5) -> 2(3) -> 2(3) , 5 (5) -> 4 (5)
What are the transitions?


3. Problem Solving as Search
Basic search algorithms
A state is a (representation of) a physical configuration
A node is a data structure belong to a search tree

,4. Search Strategies




Fringe = data structure


Uninformed search strategies
• Breadth-first search (BF search)
o Checks for a solution, level by level
o Expand shallowest unexpanded node
o Implementation: fringe is a FIFO (first in first out) queue
• Uniform-cost search
o
• Depth-first search
o Check the first child all the way down, and then work back up to the right, then down, etc.
o Expand deepest unexpanded node
o Implementation: fringe is a LIFO (Last In First Out) queue (=stack)

• Depth-limited search
o
• Iterative deepening search.
o
• Bidirectional search
o

, A strategy defines picking order of node expansion.
• Performance is measured in four ways:
o Completeness; - Does it always find a solution if one exists?
o Optimality; - Does it always find the least-cost solution?
o Time Complexity; - Number of nodes generated/expanded?
o Space Complexity; - Number of nodes stored in memory during search?

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
tigovangerven Vrije Universiteit Amsterdam
Follow You need to be logged in order to follow users or courses
Sold
52
Member since
4 year
Number of followers
31
Documents
40
Last sold
8 months ago
Artificial Intelligence Bachelor at the VU

4.4

5 reviews

5
4
4
0
3
0
2
1
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions