Intelligent Systems: Week 1 and 2

Week 1: February 17 & 19

  • Learned about what an AI is
  • Artificial Intelligence are machines that are built to think and like a human while still being rational
  • Studied about the Turing Test, a method to distinguish between a human and a machine trying to act like a human
  • Learned about the foundation and history of AI
  • Learned about Intelligent Agents and environmental factors that might affect its design

Week 2: February 24 & 26

  • Studied about Problem-Solving Agents and how to build them
  • Learned about States
  • Studied about terms and formalism on State Space and State Space Search
  • Learned about Search Strategy Evaluation on Completeness, Optimality/Admissibility, Time Complexity, and Space Complexity
  • Reviewed on Uniformed Search Strategies such as Breadth-First Search, Depth-First Search, and Depth-Limited Search
  • Did an exercise on implementing BFS and DFS for pathfinding in a maze

Leave a Reply

Your email address will not be published. Required fields are marked *