Searching Algorithms in AI
Searching Algorithms in AI, available at Free, has an average rating of 4.05, with 5 lectures, based on 30 reviews, and has 2469 subscribers.
You will learn about Basic Search Algorithms used in AI. Breadth-first search. Uniform cost search. Depth-first search. Iterative deepening depth-first search. Bidirectional Search. This course is ideal for individuals who are Engineering Student, Professional etc It is particularly useful for Engineering Student, Professional etc.
Enroll now: Searching Algorithms in AI
Summary
Title: Searching Algorithms in AI
Price: Free
Average Rating: 4.05
Number of Lectures: 5
Number of Published Lectures: 5
Number of Curriculum Items: 5
Number of Published Curriculum Objects: 5
Original Price: Free
Quality Status: approved
Status: Live
What You Will Learn
- Basic Search Algorithms used in AI.
- Breadth-first search. Uniform cost search. Depth-first search. Iterative deepening depth-first search. Bidirectional Search.
Who Should Attend
- Engineering Student, Professional etc
Target Audiences
- Engineering Student, Professional etc
Searching is the universal technique of problem solving in AI. There are some single-player games such as tile games, Sudoku, crossword, etc. The search algorithms help you to search for a particular position in such games.
Single Agent Pathfinding Problems
The games such as 3X3 eight-tile, 4X4 fifteen-tile, and 5X5 twenty four tile puzzles are single-agent-path-finding challenges. They consist of a matrix of tiles with a blank tile. The player is required to arrange the tiles by sliding a tile either vertically or horizontally into a blank space with the aim of accomplishing some objective.
The other examples of single agent pathfinding problems are Travelling Salesman Problem, Rubik’s Cube, and Theorem Proving.
Search Terminology
· Problem Space − It is the environment in which the search takes place. (A set of states and set of operators to change those states)
· Problem Instance − It is Initial state + Goal state.
· Problem Space Graph − It represents problem state. States are shown by nodes and operators are shown by edges.
· Depth of a problem − Length of a shortest path or shortest sequence of operators from Initial State to goal state.
· Space Complexity − The maximum number of nodes that are stored in memory.
· Time Complexity − The maximum number of nodes that are created.
· Admissibility − A property of an algorithm to always find an optimal solution.
· Branching Factor − The average number of child nodes in the problem space graph.
· Depth − Length of the shortest path from initial state to goal state.
Brute-Force Search Strategies
They are most simple, as they do not need any domain-specific knowledge. They work fine with small number of possible states.
Requirements −
-
State description
-
A set of valid operators
-
Initial state
-
Goal state description
Course Curriculum
Chapter 1: Introduction
Lecture 1: 8 Puzzle Problem without Heuristic
Lecture 2: 8 Puzzle Problem with Heuristic
Lecture 3: Breadth First Search
Lecture 4: A Star Algorithm
Lecture 5: Gaming in AI
Instructors
-
Smita Karpe (Shinde)
Assistant Professor at KKWIEER Nasik & Instructor
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 2 votes
- 3 stars: 5 votes
- 4 stars: 5 votes
- 5 stars: 16 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024