Journal (Intelligent System Course)

WEEK 1 (INTRODUCTION)

Objective:

  1. Explain the principles of Artificial Intelligence (AI).
  2. Understand different approaches and techniques in AI.
  3. Understand the basic mathematical background used in AI.
  4. Apply appropriate computing and mathematical techniques in AI case.
  5. Analyze different approaches in AI to solve a specific problem. 
  6. Implement AI algorithms for solving the problem with tools.

What I am going to learn in this course:

You are free to think of any AI-related problem that you can be solved.

  1. An AI solution that was never used before to solve that particular problem
  2. Combination of AI/machine learning 
  3. Extension of the existing AI/machine learning algorithm

A group should consist of max 3 students
WEEK 2 (UNINFORMED SEARCH)

Objectives:

  • Problem-solving agents
  • State-space representations
  • Searching in the state space
  • Uninformed Search algorithms

What I Have just Learn:

  • Completeness
  • Optimality
  • Time Complexity
  • Space complexity
  • Uninformed
  • Informed

ASSIGNMENT:

Assignment Page One
Assignment Page Two

WEEK 3 (INFORMED SEARCH)