Skip to content

Commit f5ac513

Browse files
committed
Update documentation
1 parent 6ab34ca commit f5ac513

File tree

3 files changed

+45
-5
lines changed

3 files changed

+45
-5
lines changed

_sources/index.ipynb

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
"cell_type": "markdown",
4141
"metadata": {},
4242
"source": [
43-
"\n",
44-
"\n",
4543
"<Details>\n",
4644
" <Summary></Summary>\n",
4745
"\n",
@@ -68,7 +66,39 @@
6866
" <p>Is the nextoken groove-based or emotional/harmonic/narrative-based? Teddy Riley or Kenny Edmonds?</p>\n",
6967
" <p>You might have guessed it already: groove-based tokens have more predictive accuracy of the overall arc</p>\n",
7068
" <p>But for more personalized, resonant, and intimate arcs, look no further than Mr. Face</p>\n",
71-
"</Details>\n",
69+
"</Details>"
70+
]
71+
},
72+
{
73+
"cell_type": "markdown",
74+
"metadata": {},
75+
"source": [
76+
"Life as `raw` noise is chaotic and unstructured—just random inputs, static, or things that happen without inherent meaning. Art, by contrast, takes that rawness and `filters` it, shaping it into something intentional, structured, and expressive, much like turning noise into music. \n",
77+
"\n",
78+
"Natural static could be seen as the undifferentiated flow of events, the overwhelming barrage of sensory information, emotions, and experiences. Humans, through art and creativity, organize that chaos, applying rhythm, harmony, or form to produce something coherent and impactful—like music that arises from dissonance and finds resolution. \n",
79+
"\n",
80+
"This makes art an act of imposing order on the universe's randomness, a way of finding meaning in the overwhelming noise of existence. It's not just about control, though—sometimes art embraces the chaos, too, letting it pulse through the music or the painting or the writing. It’s the interplay between that noise and the human impulse to make sense of it that creates the most powerful expressions.\n",
81+
"\n",
82+
"Similarly, real-world data is just variance—random, scattered points, much like the raw noise of life. But information, as defined in statistical terms, is the structure or meaning we extract from that variance. The Fisher Information $\\mathcal{I}(\\theta)$ quantifies how much information a dataset contains about a parameter $\\theta$, where:\n",
83+
"\n",
84+
"$$\n",
85+
"\\mathcal{I}(\\theta) = -\\mathbb{E} \\left[ \\frac{\\partial^2 \\log L(\\theta)}{\\partial \\theta^2} \\right]\n",
86+
"$$\n",
87+
"\n",
88+
"This information isn't readily apparent in the raw data but must be \"Coxed-out\" (a nod to Cox regression and proportional hazards models) by first curating the data—cleaning, selecting, and organizing it—and then analyzing it through statistical models. After this curation and analysis, we can make inferences about the underlying parameters that govern the system we're studying. It's an iterative process of refining the signal from the noise, much like transforming static into music, to reveal meaningful patterns and insights.\n",
89+
"\n",
90+
"We then tranform these parameters into an absolute or relative risk to inform thresholds in algorithms or lines of further research based on effect-sizes.\n",
91+
"\n",
92+
"For now we'll focus on informing thresholds for decision making -- at an individualized level"
93+
]
94+
},
95+
{
96+
"cell_type": "markdown",
97+
"metadata": {},
98+
"source": [
99+
"\n",
100+
"\n",
101+
"\n",
72102
"\n",
73103
"```{tip}\n",
74104
"In the mountains the shortest way is from peak to peak, but for that route thou must have long legs. Proverbs should be peaks, and those spoken to should be big and tall.{cite}`nietzsche1883zarathustra`\n",

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,17 @@ <h2>Imputation, not Imitation<a class="headerlink" href="#imputation-not-imitati
456456
<p>Is the nextoken groove-based or emotional/harmonic/narrative-based? Teddy Riley or Kenny Edmonds?</p>
457457
<p>You might have guessed it already: groove-based tokens have more predictive accuracy of the overall arc</p>
458458
<p>But for more personalized, resonant, and intimate arcs, look no further than Mr. Face</p>
459-
</Details>
459+
</Details><p>Life as <code class="docutils literal notranslate"><span class="pre">raw</span></code> noise is chaotic and unstructured—just random inputs, static, or things that happen without inherent meaning. Art, by contrast, takes that rawness and <code class="docutils literal notranslate"><span class="pre">filters</span></code> it, shaping it into something intentional, structured, and expressive, much like turning noise into music.</p>
460+
<p>Natural static could be seen as the undifferentiated flow of events, the overwhelming barrage of sensory information, emotions, and experiences. Humans, through art and creativity, organize that chaos, applying rhythm, harmony, or form to produce something coherent and impactful—like music that arises from dissonance and finds resolution.</p>
461+
<p>This makes art an act of imposing order on the universe’s randomness, a way of finding meaning in the overwhelming noise of existence. It’s not just about control, though—sometimes art embraces the chaos, too, letting it pulse through the music or the painting or the writing. It’s the interplay between that noise and the human impulse to make sense of it that creates the most powerful expressions.</p>
462+
<p>Similarly, real-world data is just variance—random, scattered points, much like the raw noise of life. But information, as defined in statistical terms, is the structure or meaning we extract from that variance. The Fisher Information <span class="math notranslate nohighlight">\(\mathcal{I}(\theta)\)</span> quantifies how much information a dataset contains about a parameter <span class="math notranslate nohighlight">\(\theta\)</span>, where:</p>
463+
<div class="math notranslate nohighlight">
464+
\[
465+
\mathcal{I}(\theta) = -\mathbb{E} \left[ \frac{\partial^2 \log L(\theta)}{\partial \theta^2} \right]
466+
\]</div>
467+
<p>This information isn’t readily apparent in the raw data but must be “Coxed-out” (a nod to Cox regression and proportional hazards models) by first curating the data—cleaning, selecting, and organizing it—and then analyzing it through statistical models. After this curation and analysis, we can make inferences about the underlying parameters that govern the system we’re studying. It’s an iterative process of refining the signal from the noise, much like transforming static into music, to reveal meaningful patterns and insights.</p>
468+
<p>We then tranform these parameters into an absolute or relative risk to inform thresholds in algorithms or lines of further research based on effect-sizes.</p>
469+
<p>For now we’ll focus on informing thresholds for decision making – at an individualized level</p>
460470
<div class="admonition tip">
461471
<p class="admonition-title">Tip</p>
462472
<p>In the mountains the shortest way is from peak to peak, but for that route thou must have long legs. Proverbs should be peaks, and those spoken to should be big and tall.<span id="id2"><sup><a class="reference internal" href="act3/part3/part3_3.html#id11" title="Friedrich Nietzsche. Thus spoke zarathustra: a book for all and none. 1883. Chapter VII, Reading and Writing. “In the mountains the shortest way is from peak to peak, but for that route thou must have long legs. Proverbs should be peaks, and those spoken to should be big and tall.”. URL: https://www.gutenberg.org/files/1998/1998-h/1998-h.htm.">2</a></sup></span></p>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)