20260514:增加新内容

This commit is contained in:
2026-05-14 13:54:52 +08:00
parent 56c4d3ef7c
commit b116710e4c
294 changed files with 10682 additions and 255 deletions

View File

@@ -47,7 +47,7 @@ Recent work enables differentiable symbolic regression:
### EML Trees (2026)
[[eml-universal-operator|Odrzywołek's EML representation]] enables gradient-based optimization:
[[eml-operator|Odrzywołek's EML representation]] enables gradient-based optimization:
- Uniform tree structure (all nodes are `eml` operators)
- Fully differentiable
- Optimizable with standard deep learning optimizers (Adam)
@@ -95,6 +95,6 @@ Recent work enables differentiable symbolic regression:
## Related Concepts
- [[eml-universal-operator]]: A universal operator enabling gradient-based symbolic regression
- [[eml-operator]]: A universal operator enabling gradient-based symbolic regression
- [[andrzej-odrzywolek]]: Researcher who discovered the EML universal operator
- [[computerized-adaptive-testing]]: CAT 中的动态选题策略与符号回归中的自适应搜索在"探索-利用权衡"上有结构相似性