> For the complete documentation index, see [llms.txt](https://theshank.gitbook.io/ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theshank.gitbook.io/ai/deep-learning/general-logistic-function.md).

# Activation Functions

{% embed url="<https://mlfromscratch.com/activation-functions-explained/#/>" %}

### General Logistic Function

{% embed url="<https://en.wikipedia.org/wiki/Generalised_logistic_function>" %}

![General Logistic Function](https://wikimedia.org/api/rest_v1/media/math/render/svg/25076dc2b208b66357ea02b249c2da195d352fcc)

Intuitive Parameters from above. \
$$A$$: Lowest value for the graph, basically the lower asymptote.\
$$K$$: Upper Asymptote\
$$B$$: It's the steepness of the curve in the linear region. \
$$C,Q, v$$:Mostly take them to be 1.&#x20;

You can get the **sigmoid function** form above with the following values:

$$A$$= 0 and all other parameters to be 1.

![Graph with changing values of B](/files/-M6INbaAlGRVobbhH0bl)


---

# 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:

```
GET https://theshank.gitbook.io/ai/deep-learning/general-logistic-function.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.
