Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Foundations of AI: From Problem-Solving to Machine Learning
Rating: 4.6 out of 5(85 ratings)
554 students

Foundations of AI: From Problem-Solving to Machine Learning

The course bridges problem-solving, search algorithms, and knowledge representation, paving the way for Machine Learning
Last updated 5/2025
English

What you'll learn

  • Provide an understanding of the basic techniques for building intelligent computer systems
  • Understand the search technique procedures applied to real world problems
  • Understand the types of logic and knowledge representation schemes
  • Understanding of how AI is applied to problems

Course content

11 sections63 lectures12h 16m total length
  • Introduction2:47

    Explore the foundations of artificial intelligence by examining problem solving strategies for agent-based and constraint satisfaction problems, using search trees and knowledge representation, including informed, uninformed, and local search.

  • Introduction and History of Artificial Intelligence21:01

    Explore the history and core concepts of artificial intelligence, from the Turing test and Turing machine to robotics and neural networks, and see how data and learning drive modern intelligence.

  • Problem solving using vacuum cleaner problem as example14:14

    Explore how artificial intelligence uses problem solving to guide an autonomous vacuum cleaner through state space, representation, formulation, and actions to clean two rooms.

  • Water Jug Problem7:36

    Explore the water jug problem with two jugs (4 liter and 3 liter) where you fill, pour, and empty to reach two liters, using an uninformed search and production-rule representation.

  • Problem Types5:21

    Examine the four artificial intelligence problem types—deterministic or observable, non observable or multi-state, non deterministic or partially observable, and unknown state space—through the vacuum cleaner example.

  • Problem Characteristics21:23

    Analyze problem characteristics to choose AI methods. Assess decomposability, recoverable versus irrecoverable cases, predictability, absolute versus relative solutions, and the role of knowledge and interaction.

  • Agents Introduction13:36

    Explore how agents perceive environments with sensors, act with actuators, and map perceptions to actions via an agent program. Contrast intelligent and rational agents and assess performance.

  • Agent - Task Environment8:10

    Learn how agent actions depend on environmental types, fully observable or partially observable, deterministic or stochastic, discrete or continuous, episodic or sequential, static or dynamic, and single-agent or multi-agent settings.

  • Types of Agents9:46

    Explore the six agent types—from table-driven and simple reflex to model-based, goal-based, utility-based, and learning agents—and examine how perception, history, and goals shape actions in AI.

  • Constraint Satisfaction Problem26:39

    Explore constraint satisfaction problems by modeling constraints, variables, and domains, and solving them through backtracking, forward checking, and heuristic strategies. Learn examples like timetable scheduling, room coloring, and cryptarithmetic puzzles.

  • Quiz 1

Requirements

  • No prerequisites are there for this course. Students can listen to the lectures of the course Artificial Intelligence from base

Description

Artificial Intelligence (AI) has emerged as one of the most life changing technologies of our time, revolutionizing industries and reshaping the way we live and work. Rooted in the concept of developing machines with the ability to mimic human intelligence, AI has unlocked tremendous potential across various sectors, from healthcare and finance to transportation and entertainment.

This course provides a comprehensive introduction to the field of Artificial Intelligence (AI) by covering fundamental problem-solving strategies, agent-based analysis, constraint satisfaction problems, search algorithms, and knowledge representation.

Basic Problem Solving Strategies: The course starts by introducing students to various problem-solving approaches commonly used in AI. These strategies include techniques like divide and conquer, greedy algorithms, dynamic programming, and backtracking. To help students grasp these concepts, toy problems (simple, illustrative examples) are used as initial learning tools.

Agent-Based Analysis: In AI, an agent is an entity that perceives its environment and takes actions to achieve certain goals. The course delves into the concept of agents and their characteristics, such as rationality and autonomy. Students learn how agents can interact with the environment and adapt their behaviour based on feedback and observations.

Constraint Satisfaction Problems: Constraint satisfaction problems (CSPs) are a class of problems where the goal is to find a solution that satisfies a set of constraints. The course explores how to model real-world problems as CSPs and how to use various algorithms, like backtracking and constraint propagation, to efficiently find solutions.

Search Space and Searching Algorithms: One of the fundamental aspects of AI is searching through a vast space of possible solutions to find the best one. The course explains the concept of a search space, which represents all possible states of a problem and how to traverse it systematically. Students learn about uninformed search algorithms like breadth-first search and depth-first search, as well as informed search algorithms like A* search and heuristic-based techniques.

Knowledge Representation: Representing knowledge is crucial for AI systems to reason and make decisions. The course delves into two main types of knowledge representation: propositional logic and predicate logic.

Propositional Logic: This part of the course teaches students how to represent knowledge using propositions, which are simple statements that can be either true or false. They learn about logical connectives (AND, OR, NOT, etc.) and how to build complex expressions to represent relationships and rules.

Predicate Logic: Predicate logic extends propositional logic by introducing variables and quantifiers. Students learn how to express relationships and properties involving multiple entities and make use of quantifiers like "for all" and "there exists" to reason about sets of objects.

Inference and Reasoning: Once knowledge is represented, students are introduced to the process of inference, which involves deriving new information from existing knowledge using logical rules and deduction techniques. They learn how to apply inference mechanisms to reach conclusions based on the given knowledge base.


Overall, this course provides a solid foundation in problem-solving, search algorithms, and knowledge representation essential for understanding various AI techniques and applications. By the end of the course, students should be able to apply these concepts to model and solve real-world problems using AI techniques.

Who this course is for:

  • Computer science students
  • Students preparing for Gate exams
  • Anyone planing for Government Exams in Computer Science base
  • Students interested in understanding the basic working of Artificial Intelligence
  • Anyone willing to learn the working of Artificial Intelligence