bottom-up reasoning

Terms from Artificial Intelligence: humans at the heart of algorithms

Bottom-up algorithms or reasonng begin with the raw data combining individual items or units and successively constructing more complex ones from them. For example, in vision one might move from edge detection, to boundaries of shapes, to object recognition. In natural language processing one might start by combining succesive words into small phrases, and then see how these make more complex clauses or sentences.

Used on pages 39, 281, 324

Also known as antecedent-driven reasoning, bottom-up algorithm, consequent-driven reasoning, bottom-up