What is Artificial Intelligence

Feb 4, 2023

Artificial Intelligence (AI) is a broad term that is used and interpreted by a lot of people in different ways, usually bringing to mind futuristic globally connected machines.

Artificial Intelligence can be defined as a branch of computer science that can simulate human intelligence and can be implemented in its broadest terms as a collection of rules, algorithms, or models that are optimised for a specific objective.

  1. Rules can incorporate simple logic and conditions.

    1. e.g. if response = “hi”: return “hello!”

  2. Algorithms are made up of many rules or formulas with a finite number of outcomes.

    1. Regressions algorithms for predictions.

  3. Models can be made up of symbolic models or deep learning techniques to create inferences on structured and unstructured data.