<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>The Hidden Layer</title>
<link>https://essays.bloo-mind.ai/</link>
<atom:link href="https://essays.bloo-mind.ai/index.xml" rel="self" type="application/rss+xml"/>
<description>Essays on AI</description>
<generator>quarto-1.9.37</generator>
<lastBuildDate>Sun, 10 May 2026 23:00:00 GMT</lastBuildDate>
<item>
  <title>Hello</title>
  <dc:creator>Dell Zhang</dc:creator>
  <link>https://essays.bloo-mind.ai/posts/2026-05-11-hello/</link>
  <description><![CDATA[ 




<p>This is a test post. Equations work: <img src="https://latex.codecogs.com/png.latex?%5Cnabla_%5Ctheta%20J(%5Ctheta)%20=%20%5Cmathbb%7BE%7D_%5Cpi%5B%5Cnabla_%5Ctheta%20%5Clog%20%5Cpi_%5Ctheta(a%7Cs)%20%5Ccdot%20Q%5E%5Cpi(s,a)%5D">.</p>
<p>Code chunks execute:</p>
<div id="f1c896ee" class="cell" data-execution_count="1">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">import</span> numpy <span class="im" style="color: #00769E;
background-color: null;
font-style: inherit;">as</span> np</span>
<span id="cb1-2">np.random.seed(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">42</span>)</span>
<span id="cb1-3">samples <span class="op" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">=</span> np.random.randn(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1000</span>)</span>
<span id="cb1-4"><span class="bu" style="color: null;
background-color: null;
font-style: inherit;">print</span>(<span class="ss" style="color: #20794D;
background-color: null;
font-style: inherit;">f"mean=</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">{</span>samples<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">.</span>mean()<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:.4f}</span><span class="ss" style="color: #20794D;
background-color: null;
font-style: inherit;">, std=</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">{</span>samples<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">.</span>std()<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:.4f}</span><span class="ss" style="color: #20794D;
background-color: null;
font-style: inherit;">"</span>)</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>mean=0.0193, std=0.9787</code></pre>
</div>
</div>
<p>And display math too: <img src="https://latex.codecogs.com/png.latex?%0AJ(%5Ctheta)%20=%20%5Cmathbb%7BE%7D_%7B%5Ctau%20%5Csim%20%5Cpi_%5Ctheta%7D%5Cleft%5B%5Csum_%7Bt=0%7D%5E%7BT%7D%20r(s_t,%20a_t)%5Cright%5D%0A"></p>



 ]]></description>
  <category>meta</category>
  <guid>https://essays.bloo-mind.ai/posts/2026-05-11-hello/</guid>
  <pubDate>Sun, 10 May 2026 23:00:00 GMT</pubDate>
</item>
</channel>
</rss>
