{ "cells": [ { "metadata": {}, "cell_type": "markdown", "source": [ "# 1 Classifiers \n", "> *Or: What is a chair?*\n", "\n", "" ], "id": "98ba3ec79e9b1307" }, { "metadata": {}, "cell_type": "markdown", "source": [ "## Motivation\n", "\n", "### Aristotelian Essentialism\n", "\n", "Let's say we want to classify things in chairs and non-chairs. Wouldn't it be helpful to first answer the question: What is a chair? Aristotelian essentialism is the philosophical view that entities possess an intrinsic essence that defines what they are. According to Aristotle, every object or being has a set of necessary properties that make it what it is and distinguish it from what it is not.\n", "\n", "\n", "\n", "So, let's define a chair this way:\n", "\n", "A chair is ***has four legs*** and ***one can sit on it***.\n", "\n", "Is this definition helpful? " ], "id": "d4a8bc618cd50108" }, { "metadata": {}, "cell_type": "markdown", "source": [ "\n", "\n", "