# 卓尔金升级3——智能实验

## 卓尔金历法实验室

{% content-ref url="/pages/gARntAHz2ZfhKqrqGA4v" %}
[数学研究部](/4.0.0/bfm-rins.-bi-fang-meng-ke-xue-yan-jiu-yuan/shu-xue-li-qi.md)
{% endcontent-ref %}

## 1，无监督学习的归一化操作伪代码——

适用于任何**无顺序状态数据**（**不管数据分布如何**），应用sigmod函数之前的**归一化操作**：

```python
定义 a_1, b_1
定义 f_1(), f_2()

f_2() = LN(f_1()/a_1)
        /b_1 
        * 4 
# 因为sigmod函数x取(-4,4)时，y在约(0,1), 所以这里最后*4
# 你也可以*5，大概覆盖增长区间就行

a_1 = 几何平均数(f_1()) 
# 几何平均数：GEOMEAN

b_1 =  (算术平均数(极大值(LN(f_1()/a_1),N)
      - 算术平均数(极小值(LN(f_1()/a_1),N))
      / 2
# 算数平均数：AVERAGE
```


---

# 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.bfm-unity.org/4.0.0/bfm-ds-bi-fang-meng-shu-ju-zhi-chi/zi-chan-pei-zhi/the-tzolkin-calendar/zhuo-er-jin-sheng-ji-3-zhi-neng-shi-yan.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.
