# Is Generative Design Machine Learning?

Although many people are using machine learning as an industry buzzword, it is important to differentiate between the terms `generative design` and `machine learning`.

Essentially, the answer is no, generative design is not machine learning. While machine learning is used to analyze and predict, generative design creates and generates.

## Machine Learning

<figure><img src="/files/-M4QY64adZ640ziargcN" alt="Step 1: Data. Step 2: Computer finds patterns in data. Step 3: Computer predicts, creates rules, forms relations, etc."><figcaption></figcaption></figure>

## Generative Design

<figure><img src="/files/-M4QY64cauKtuFPDJwIc" alt="Step 1: Inputs, variables, relations between variables, optimization criteria. Step 2: Computer tries multiple design configurations. Step 3: Computer presents options that optimize certain criteria."><figcaption></figcaption></figure>

The diagram above shows how these terms differ in their processes. You can think of machine learning as a pattern finder and generative design as a creator.


---

# 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://www.generativedesign.org/06-next-steps/06-01_machine-learning/06-01-02_is-gd-ml.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.
