# AI

## What is Artificial Intelligence? A Definition of Artificial Intelligence  <a href="#d49a" id="d49a"></a>

The short answer to What is Artificial Intelligence is that it depends on who you ask.\
A layman with a fleeting understanding of technology would link it to robots. They’d say Artificial Intelligence is a terminator like-figure that can act and think on its own.\
An AI researcher would say that it’s a set of algorithms that can produce results without having to be explicitly instructed to do so. And they would all be right.

### Summary of Artificial Intelligence <a href="#c881" id="c881"></a>

* An intelligent entity created by humans.
* Capable of performing tasks intelligently without being explicitly instructed.
* Capable of thinking and acting rationally and humanely.

> History of Artificial Intelligence

The concept of intelligent beings has been around for a long time. The ancient Greeks, in fact, had myths about robots as the Chinese and Egyptian engineers built automatons. However, the beginnings of modern AI has been traced back to the time where classical philosophers’ attempted to describe human thinking as a symbolic system. Between the 1940s and 50s, a handful of scientists from various fields discussed the possibility of creating an artificial brain. This led to the rise of the field of AI research — which was founded as an academic discipline in 1956 — at a conference at Dartmouth College, in Hanover, New Hampshire. The word was coined by John McCarthy, who is now considered as father of Artificial Intelligence.

Despite a well-funded global effort over numerous decades, scientists found it extremely difficult to create intelligence in machines. Between the mid 1970s and 1990s, scientists had to deal with an acute shortage of funding for AI research. These years came to be known as the ‘AI Winters’. However, by the late 1990, American corporations once again were interested in AI. Furthermore, the Japanese government too, came up with plans to develop a fifth generation computer for the advancement of AI. Finally, In 1997, IBM’s Deep Blue defeated became the first computer to beat a world Chess champion, Garry Kasparov.

As AI and its technology continued to march — largely due to improvements in computer hardware, corporations and governments too began to successfully use its methods in other narrow domains. The last 15 years, Amazon, Google, Baidu, and many others, have managed to leverage AI technology to a huge commercial advantage. AI, today, is embedded in many of the online services we use. As a result, the technology has managed to not only play a role in every sector, but also drive a large part of the stock market too.

## How do we measure if the Artificial Intelligence is acting like a human? <a href="#c2ad" id="c2ad"></a>

Even if we reach that state where an [AI can behave as a human](https://www.mygreatlearning.com/blog/artificial-intelligence-human-intelligence/) does, how can we be sure it can continue to behave that way? We can base the human-likeness of an AI entity with the:

* Turing Test
* The Cognitive Modelling Approach
* The Law of Thought Approach
* The Rational Agent Approach

<br>


---

# 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://mov-ai.gitbook.io/wp/ai.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.
