> For the complete documentation index, see [llms.txt](https://skillful-ai.gitbook.io/skillful-ai-public-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/introduction/ai-models.md).

# AI Models

Today, there’s no news agency that hasn’t been coveting the AI hype. This hype gained momentum when ChatGPT was launched, powered by the GPT-3.5 model.

To understand the excitement, it’s important to first know what an AI model is.

**So, what’s an AI model?**

Well, an AI model is basically a computer program that can look at data, find patterns, and make decisions on its own.&#x20;

It uses rules (algorithms) to understand information and perform tasks like understanding speech or recognizing pictures, similar to how humans think.

But these model needs to be “trained” - teaching an AI model how to do specific jobs by showing it lots of examples.

**But how do you create an AI model?**&#x20;

<figure><img src="/files/XE52G3d6OqQXJuvXWHw6" alt=""><figcaption><p>How to Create an AI Model</p></figcaption></figure>

Creating an AI model involves a few key steps.

* Define the specific problem to be addressed, such as predicting trends or classifying data.
* Collect and prepare relevant data, including cleaning to remove inaccuracies and inconsistencies.
* Select an appropriate model type based on the nature of the problem, such as supervised learning for labelled data or deep learning for handling complex patterns. &#x20;
* Train the model using a subset of the data, enabling it to identify patterns and make predictions.
* Evaluate the model’s performance on a separate dataset to measure its accuracy and effectiveness. Apply optimization and fine-tuning to enhance its performance further.
* Deploy the validated model in real-world settings, with continuous monitoring to ensure it remains effective and adapts to new data or evolving conditions as needed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://skillful-ai.gitbook.io/skillful-ai-public-docs/skillfulai_docs_v1.0/introduction/ai-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
