vault backup: 2025-10-20 16:48:59

This commit is contained in:
2025-10-20 16:48:59 -04:00
parent a5676d625e
commit d5e6edbb72
25 changed files with 260 additions and 1713 deletions
+28
View File
@@ -34,3 +34,31 @@ determine relative impact of factors
* Voronoi diagrams
<!-- TODO: link paper on procedural generation of single family homes -->
## Average Distance Given Area
Holding area constant,
average taxicab distance between points
varies greatly with the aspect ratio of the space.
Weighted by a probability distribution
an average length and confidence could be given for any known area.
I remember seeing a video on machine learning(?)
that described a class of functions(?)
used to change(?) a function with infinite range.
Something like this:
![[function-example.excalidraw.md]]
This is preferable to a floor-ceiling piece-wise function
since it remains differentiable.
Maybe suckerpinch's latest video on the Rupert property
or 3blue1brown's on Euler's Formula.
Actually I think its neither of those,
but a more general ML video by another creator
that used mango cultivar classification by dimensions
as an example.