# Introduction

> The ability to learn and solve problems. The science and engineering of making intelligent machines. The study and design of intelligent agents , where an intelligent agent is a system that perceives its environment and takes action that maximizes its chances of success.
>
> Artificial intelligence (AI) is intelligence exhibited by machines. In computer science, the field of AI research defines itself as the study of "intelligent agents": any device that perceives its environment and takes actions that maximize its chance of success at some goal. [Goal](https://en.wikipedia.org/wiki/Artificial_intelligence)
>
> Outline of Artificial Intelligence. The following outline is provided as an overview of and topical guide to artificial intelligence: [Wikipedia](https://en.wikipedia.org/wiki/Outline_of_artificial_intelligence)

* [Based on Intel Guadalajara Artificial Intelligence Training](https://theiotlearninginitiative.gitbook.io/artificial-intelligence/introduction)

> Sense the environment through Sensors and Actuators, process the sensor data, compute present state versus goal and create the actuator commands.

* [Is Artificial Intelligence Permanently Inscrutable?](http://nautil.us/issue/40/learning/is-artificial-intelligence-permanently-inscrutable)
* [Artificial Intelligence: A Modern Approach](http://aima.cs.berkeley.edu/)
* [Andrew Ng](http://www.andrewng.org/)
* [Video Lectures](http://videolectures.net/Top/Computer_Science/Artificial_Intelligence/)
* [MIT The Thinking Machine](https://www.youtube.com/watch?v=jPHUlQiwD9Y)
* [Preparing for the Future of Artificial Intelligence](https://d37djvu3ytnwxt.cloudfront.net/assets/courseware/v1/b99d11fdadeeeae5194b2778d1876521/asset-v1:ColumbiaX+CSMM.101x+1T2017+type@asset+block/preparing_for_the_future_of_ai.pdf)
* [2](https://www.kickstarter.com/projects/kirilleremenko/deep-learning-a-ztm-online-course/description)

## Open AI

> OpenAI is a non-profit artificial intelligence research company. Our mission is to build safe AI, and ensure AI's benefits are as widely and evenly distributed as possible. In the short term, we're building on recent advances in AI research and working towards the next set of breakthroughs. [Homepage](https://openai.com/about/)

## Schools

* Thinking Humanly: Cognitive Approach, Machines with Minds
* Acting Humanly: Machines Do Things, Alan Turing
* Thinking Rationally: Inspire Discoveries, Laws of Thoughts, Logic
* Acting Rationally: The Right Thing, Rational Agent

## Elements

* Perception
* Reasoning
* Learning
* Problem Solution
* Action
* Knowledge
* Language
* Understanding

## Disciplines

* Computer Science
* Psychology
* Neuron Science
* Biology
* Maths
* Statistics
* Sociology
* Philosophy
* Economics
* Linguistics
* Control Theory and Cybernetics

## Contributions

* Policy
* Research
* Computing
* Privacy Preserving
* Natural

## History

1. (1940) .. Boolean circuit to model of brain
2. (1940) .. ENIAC
3. (1940) .. EDVAC
4. (1950) .. Alan Turing [The Turing Digital Archive](http://www.turingarchive.org/browse.php/B/9)
5. (1956) .. Conferencia de Darmouth
6. .. (1970) Enthusiasm
7. .. (1940) Winter Time
8. (1986) .. Backpropagation Surge ML
9. (1991) .. DART Programa de Logistica en la Guerra del Golfo
10. (1995) .. IA used in Vision, Language, Data Mining
11. (1997) .. Deep Blue Vs Kasparov
12. (1999) .. NASA Aspen
13. (2000) .. Roomba
14. (2003) .. DARPA Grand Challenge
15. (2006) .. Netflix Prize [Homepage](http://www.netflixprize.com/)
16. (2011) .. IBM Watson
17. (2011) .. Apple Siri
18. (2014) .. DeepMind [Homepage](https://deepmind.com/)

## Economic Perspective

* Worlwide Artificial Intelligence Revenue
* Companies investing in AI by industry

### Market

* Analytics
* Agricultural Robots
* Autonomous Cars
* Industrial Robots
* Advisor
* Surgical
* Exoskeleton
* Rehabilitation
* Domestic
* Entertainment & Leisure
* Military
* Drones


---

# 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://theiotlearninginitiative.gitbook.io/artificial-intelligence/introduction.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.
