Artificial Intelligence

Artificial Intelligence

A map of AI concepts, intelligent agents, and machine learning notes.

Class Notes

Intelligent Agents

Broader AI Topics

Mobile & Distributed

References

  • Agentic AI (m1w1l1) — Agentic AI certification notes: workflows, single agents, multi-agent systems, OODA loop

Concepts

Agent Types (from class notes)

Agent TypeKey Characteristic
Simple ReflexCondition-action rules, current percept only
Model-Based ReflexInternal state tracking
Goal-BasedGoal information, planning
Utility-BasedUtility function for best action
LearningAdapts through experience

AI Domains

  • Search & PlanningGraph Theory (BFS, DFS, A*), state-space exploration
  • Knowledge Representation — Logic, ontologies, semantic networks
  • Machine LearningMachine Learning, supervised/unsupervised/reinforcement
  • Agentic AIAgentic AI (m1w1l1) — Workflows → single agents → multi-agent systems