AGENTIA
AI BaseAI Fundamentals
01 · Foundations

AI Fundamentals

A structured map of artificial intelligence: representations, learning paradigms, model families, and the questions that define the field.

Academic pathway3 curated papersReadable formulas
Learning outcomes
  • Differentiate symbolic AI, machine learning, deep learning, and foundation models
  • Choose an appropriate learning setup for a real problem
  • Reason about data, objectives, generalization, and evaluation
Core equations · rendered for reading, not code
Expected risk
R(f) = E₍x,y₎ [ L(f(x), y) ]

Training seeks a function whose expected loss is small on the data-generating distribution—not only on the examples seen during training.

Deep study guide

A reusable technical reading framework for moving from vocabulary to working understanding. Use it alongside the formulas and papers below.

4-part knowledge map
01

Conceptual map

A structured map of artificial intelligence: representations, learning paradigms, model families, and the questions that define the field. Start by naming the representation, objective, and source of evidence in any system you study. This habit separates a useful model explanation from a list of buzzwords.

02

Technical reasoning

Use the learning outcomes as checks for understanding: Differentiate symbolic AI, machine learning, deep learning, and foundation models; Choose an appropriate learning setup for a real problem; Reason about data, objectives, generalization, and evaluation. For each claim, ask what assumptions make it true, what data it needs, and how it could fail.

03

Equations to implementation

Translate each equation into a small experiment before treating it as memorized knowledge. Expected risk: Training seeks a function whose expected loss is small on the data-generating distribution—not only on the examples seen during training.

04

Evidence and research practice

Read primary work with a repeatable lens: problem, method, data, measurement, limits, and what would change your mind. This section starts with “Computing Machinery and Intelligence”, “A Logical Calculus of the Ideas Immanent in Nervous Activity”, “Deep Learning”. Follow citations outward only after you can explain the central claim in your own words.

Build exercise

Implement a minimal example using Expected risk; record inputs, outputs, and a failure case.

Evaluate exercise

Define a baseline, a success metric, a stress test, and the evidence required before you trust an improvement.

Extend exercise

Choose one paper from the library, reproduce a small claim, then write down the questions its evaluation leaves open.

Research library

Primary sources and peer-reviewed work to deepen this page.

Each card includes a summary and direct paper link
Mind1950

Computing Machinery and Intelligence

Alan M. Turing

Introduces the imitation game and frames machine intelligence as an experimentally testable question.

#history#evaluation
Read paper / source
Bulletin of Mathematical Biophysics1943

A Logical Calculus of the Ideas Immanent in Nervous Activity

W. S. McCulloch · W. Pitts

A foundational mathematical model showing how networks of simple units can implement logical computation.

#neural networks#theory
Read paper / source
Nature2015

Deep Learning

Yann LeCun · Yoshua Bengio · Geoffrey Hinton

A landmark overview of representation learning and the architectures powering modern AI.

#survey#representation
Read paper / source
Continue your pathway