Ctrl K
Glossary
Plain-language definitions of machine learning, database, and programming terms.
6 results
Databases
Programming
Retrieval
Databases
ACID
A transaction reliability model based on atomicity, consistency, isolation, and durability.
Domain, Entity, Referential Integrity, and Atomic Values
Core relational integrity ideas that protect valid values, identifiable rows, valid relationships, and single-value cells.
SQL Database and SQL Table
Basic SQL storage terms: the database as a managed collection of objects and the table as rows and columns.
Programming
Declarative and Imperative Language
Two ways of expressing computation: describing what result is wanted or describing the steps to produce it.
Set, List, Bag, Map, Dictionary, Tuple, and Sequence
Core collection terms that appear in programming, mathematics, data processing, and machine learning representations.
Retrieval
Bag of Words
A text representation that keeps word counts while ignoring most word order.