AI Learning Stage

Stage 2: Systems and Models AI Study Path

Move from theory into the architectures, models, and tools used in practice.

Back to AI Topic Map

At A Glance

Assigned Entries

1533

AI encyclopedia entries tagged with this learning stage.

Recommended Starts

18

Curated starting entries defined in the learning path metadata.

Overview

Become operational with model families, training patterns, and infrastructure tradeoffs.

The current dataset assigns 1533 entries to Stage 2: Systems and Models. The recommended entries below provide a narrower starting point if you want a manageable subset.

Sample Entries

Natural Language Processing (NLP)

Natural Language Processing (NLP) is a field of artificial intelligence that enables computers to understand, interpret, and generate human language. It combines computational linguistics with machine learning to process text and speech.

Computational Linguistics

Computational Linguistics combines computer science and linguistics to enable computers to process, understand, and generate human language. It applies computational methods to analyze and model natural language data.

Noam Chomsky

Noam Chomsky is a linguist whose theory of Generative Grammar proposed that human language is governed by an innate, universal set of rules. This concept significantly influenced early Natural Language Processing by emphasizing structural analysis.

Generative Grammar

Generative Grammar, a theory by Noam Chomsky, posits that human language is governed by innate, universal rules. It describes how speakers can generate and understand an infinite set of grammatical sentences through a finite set.

Transformational Grammar

Transformational Grammar, proposed by Noam Chomsky, is a linguistic theory asserting that sentences have a deep structure representing meaning and a surface structure representing their spoken form. Transformational rules convert deep structures into surface structures.

Universal Grammar

Universal Grammar is a linguistic theory proposing that humans possess an innate, genetically determined set of principles and parameters common to all natural languages. This underlying structure facilitates rapid language acquisition.

Formal Languages

Formal languages are precisely defined sets of symbol strings, governed by strict rules called grammars. They are crucial for specifying programming languages, data formats, and the theoretical foundations of natural language processing.

Context-Free Grammars

Context-Free Grammars (CFGs) are a formal system of rules describing how to generate valid strings in a language by replacing non-terminal symbols with other symbols. They are fundamental for defining programming language syntax and natural.

Parsing Algorithms

Parsing algorithms are computational methods that analyze a sequence of input tokens, such as words in a sentence, to determine its grammatical structure according to a formal grammar. They construct a parse tree.

CYK Algorithm

The CYK Algorithm is a dynamic programming parsing algorithm. It efficiently determines if a string can be generated by a context-free grammar, typically in Chomsky Normal Form, and constructs all valid parse trees.

Earley Parser

The Earley Parser is a dynamic programming algorithm for parsing sentences according to a context-free grammar. It builds a chart of states, efficiently handling ambiguity and left-recursion to determine all valid parses.

Chart Parsing

Chart parsing is an efficient technique in natural language processing that analyzes sentence structure by building a "chart" to store and reuse intermediate parse results. This method prevents recomputing the same subproblems, making parsing faster.

Related Guides

Useful Tools

Lecture Lingo

Turn messy notes into study-ready flashcards and CSV exports for spaced repetition apps.

Open Tool

Related Paperbacks

Alan Turing book cover

Alan Turing

A biography of Alan Turing, the trailblazing mathematician and codebreaker whose ideas shaped modern computing and artificial intelligence.

View Paperback

Related Bundles