# Artificial Intelligence Wiki

Whether you're looking to explore new concepts or brush up on your terminology, this wiki offers up-to-date information on key topics in data science, machine learning, and deep learning.

Not sure where to start? Check out our definition of [MLOps](https://machine-learning.paperspace.com/wiki/machine-learning-operations-mlops) to discover a modern approach to model training and deployment.

## What is Artificial Intelligence (AI)?

Artificial Intelligence is an umbrella term for a range of concepts and technologies that allow machines to exhibit human-like capabilities.  Some common implementations include self-driving cars, human-impersonating chatbots, and facial recognition apps.  A few recent breakthroughs have led to applications that don't just mimic human intelligence but go well above and beyond, performing tasks that are otherwise impossible for humans.

AI dates back to the 1950s and has been through several boom and bust cycles.  Over the past few years, we've seen tremendous resurgence in investment and excitement in AI due to the culmination of three key ingredients:&#x20;

1. Abundant and cheap parallel computation with **GPUs**
2. Growing **data** sets and collection techniques
3. Advancements in underlying algorithms -- especially the advent of a neural network-based approach called **Deep Learning**

![Source: NVIDIA](https://2327526407-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LvBP1svpACTB1R1x_U4%2F-LvCh0IFvnfX-S1za_GI%2F-LvD0gbfAKEIMXcVxdqQ%2Fimage.png?alt=media\&token=d6ca58f0-ebe3-4188-a90a-dc68256e1b0a)

AI powers applications used by hundreds of millions of people every day.  Businesses are using AI to perform an almost infinite number of tasks, from implementing recommender systems for e-commerce apps to diagnosing cancer.

### Barriers to AI Adoption

AI is in its infancy and as an early-stage technology it is rapidly changing and challenging to implement.  To gain more widespread adoption, AI needs to overcome a number of hurdles.  These obstacles generally fall into two primary areas:

1. A lack of best practices ([MLOps](https://machine-learning.paperspace.com/wiki/machine-learning-operations-mlops)) across the entire model lifecycle
2. Infrastructure complexity inherent in developing and productionizing models

Today, Data Scientists only spend around 25% of their time developing models -- the other 75% of their time is spent managing tooling and infrastructure. &#x20;

> *"The biggest barrier to AI adoption is an infrastructure and tooling problem, not an algorithm problem."*\
> \-- Dillon Erb, Paperspace CEO

These are the challenges that end-to-end AI platforms like [**Paperspace**](https://paperspace.com) were built to solve. &#x20;

## Artificial Intelligence + Paperspace

Paperspace enables teams to quickly develop, track, and deploy machine learning models from concept to production.  The platform provides **infrastructure automation** and **model lifecycle management** with organization-wide visibility, reproducibility, and governance as first-class citizens.&#x20;

**For AI Engineers**, Paperspace provides the freedom to use familiar tools. Since Paperspace provides DevOps support and resource orchestration, teams can focus on training algorithms and creating business value.&#x20;

**For organizations**, Paperspace reduces project costs by streamlining hardware resources and data science team productivity.  The Kubernetes-native platform provides a unified ML hub that maximizes speed to deployment and time-to-value.


---

# 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://machine-learning.paperspace.com/master.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.
