# AI Basics

## <mark style="color:purple;">**What is Artificial Intelligence?**</mark>

Regarding the definition of AI, the following are quotes from authoritative organizations or prestigious universities:

### <mark style="color:orange;">IBM:</mark>

> **Artificial intelligence, or AI, is technology that enables computers and machines to simulate human intelligence and problem-solving capabilities.**

**Source:** <https://www.ibm.com/topics/artificial-intelligence>

### <mark style="color:orange;">Stanford HAI (2020):</mark>

> **Artificial Intelligence (AI), a term coined by emeritus Stanford Professor John McCarthy in 1955, was defined by him as “the science and engineering of making intelligent machines”. Much research has humans program machines to behave in a clever way, like playing chess, but, today, we emphasize machines that can learn, at least somewhat like human beings do.**&#x20;

**Source:** <https://hai.stanford.edu/sites/default/files/2020-09/AI-Definitions-HAI.pdf>

### <mark style="color:orange;">MIT Technology Review:</mark>&#x20;

> **AI is a catchall term for a set of technologies that make computers do things that are thought to require intelligence when done by people. Think of recognizing faces, understanding speech, driving cars, writing sentences, answering questions, creating pictures.**&#x20;

**Source:** Will Douglas Heaven from MIT Technology Review published on July 10, 2024

<https://www.technologyreview.com/2024/07/10/1094475/what-is-artificial-intelligence-ai-definitive-guide/>

### <mark style="color:orange;">Google:</mark>

> **Artificial intelligence is a field of science concerned with building computers and machines that can reason, learn, and act in such a way that would normally require human intelligence or that involves data whose scale exceeds what humans can analyze.**

**Source:**  <https://cloud.google.com/learn/what-is-artificial-intelligence>

### <mark style="color:orange;">McKinsey & Company</mark>

> **Artificial intelligence is a machine’s ability to perform some cognitive functions we usually associate with human minds.**&#x20;

**Source:**

{% embed url="<https://www.mckinsey.com/featured-insights/mckinsey-explainers/what-is-ai>" %}

<figure><img src="/files/g7YtO7IHP2ZjLcoOAGQB" alt=""><figcaption><p>McKinsey: What is AI?</p></figcaption></figure>

## <mark style="color:purple;">**Key Concepts in AI**</mark>

<table><thead><tr><th width="239">Concept</th><th>Description</th></tr></thead><tbody><tr><td><strong>Machine Learning (ML)</strong></td><td>A subset of AI that involves training algorithms to learn from and make predictions based on data. Can be supervised, unsupervised, or semi-supervised.</td></tr><tr><td><strong>Deep Learning</strong></td><td>A specialized form of machine learning involving neural networks with many layers. Excels in processing large volumes of data, such as images and speech.</td></tr><tr><td><strong>Natural Language Processing (NLP)</strong></td><td>Focuses on the interaction between computers and humans through language. Allows machines to understand, interpret, and generate human language.</td></tr><tr><td><strong>Computer Vision</strong></td><td>Trains computers to interpret and make decisions based on visual data from the world. Powers applications like facial recognition and autonomous driving.</td></tr><tr><td><strong>Robotics</strong></td><td>Involves the design and creation of robots that can perform tasks autonomously or semi-autonomously, integrating various AI technologies.</td></tr><tr><td><strong>Large Language Models (LLM)</strong></td><td>AI models that are trained on vast amounts of text data to understand and generate human-like language. Examples include GPT-3 and BERT.</td></tr><tr><td><strong>AI-generated Content (AIGC)</strong></td><td>The creation of content such as text, images, and videos by AI systems. AIGC is used in areas like marketing, entertainment, and journalism.</td></tr><tr><td><strong>Generative AI (GenAI)</strong></td><td>Refers to AI systems capable of generating new content, such as images, music, and text. It includes technologies like GANs (Generative Adversarial Networks).</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/learn/ai-basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
