> ## Documentation Index
> Fetch the complete documentation index at: https://aegean.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Artificial Intelligence

> Course introduction.

<Frame>
  <img src="https://mintcdn.com/aegeanaiinc/ai8d4zdsUnwq_5J6/courses/ai/images/llama.jpeg?fit=max&auto=format&n=ai8d4zdsUnwq_5J6&q=85&s=27fadcf201fb32f736a30f1e8c1775c2" alt="Introduction to Artificial Intelligence" style={{width: '100%', maxHeight: '400px', objectFit: 'cover', borderRadius: '8px'}} width="12648" height="4216" data-path="courses/ai/images/llama.jpeg" />
</Frame>

## What this course is all about

Artificial Intelligence (AI) addresses one of the ultimate puzzles humans are trying to solve: How is it possible for a brain, whether biological or electronic, to perceive, understand, predict and manipulate a world far larger and more complicated than itself? And how do people create a machine (or computer) with those properties?

To that end, AI researchers try to understand how seeing, learning, remembering and reasoning can, or should, be done. This course introduces students to the many AI concepts and techniques including perception, probabilistic reasoning over time, logical reasoning, planning with and without interactions with the environment, reinforcement learning and natural language understanding.

## Topics Covered

<CardGroup cols={2}>
  <Card title="Statistical Learning Theory" icon="chart-line" href="/aiml-common/lectures/learning-problem/index">
    The learning problem, entropy, optimization fundamentals, and classification basics.
  </Card>

  <Card title="Deep Neural Networks" icon="brain" href="/aiml-common/lectures/dnn/dnn-intro/index">
    Fundamentals of deep learning, network architectures, forward propagation, and backpropagation.
  </Card>

  <Card title="Large Language Models" icon="message" href="/aiml-common/lectures/llm/index">
    RNNs, LSTMs, transformers, and self-attention mechanisms for language understanding.
  </Card>

  <Card title="Logical Reasoning" icon="gavel" href="/aiml-common/lectures/logical-reasoning/index">
    Propositional logic, automated reasoning, logical inference, and intelligent agents.
  </Card>

  <Card title="Task Planning" icon="list-check" href="/aiml-common/lectures/planning/task-planning/index">
    PDDL-based planning, logistics, and manufacturing applications.
  </Card>

  <Card title="Reinforcement Learning" icon="gamepad" href="/aiml-common/lectures/reinforcement-learning/index">
    Model-based and model-free algorithms, policy gradient methods, and value-based control.
  </Card>
</CardGroup>

***

<Callout icon="pen-to-square" iconType="regular">
  [Edit this page on GitHub](https://github.com/aegean-ai/eaia/edit/main/src/courses/ai/index.mdx) or [file an issue](https://github.com/aegean-ai/eaia/issues/new/choose).
</Callout>
