<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments for Artificial Intelligence Blog &#187; Artificial Intelligence Blog &#187; </title>
	<atom:link href="http://artent.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://artent.net</link>
	<description>We&#039;re blogging machines!</description>
	<lastBuildDate>Wed, 15 Jan 2025 16:08:06 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Comment on Most popular posts by hundalhh</title>
		<link>http://artent.net/most-popular-posts/#comment-461560</link>
		<dc:creator><![CDATA[hundalhh]]></dc:creator>
		<pubDate>Wed, 15 Jan 2025 16:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?page_id=462#comment-461560</guid>
		<description><![CDATA[I have an idea, then I just start writing when I have the time to write.  Then I revise my first draft a lot.

I suggest that you read &quot;Bird By Bird&quot; if you are having trouble getting started.]]></description>
		<content:encoded><![CDATA[<p>I have an idea, then I just start writing when I have the time to write.  Then I revise my first draft a lot.</p>
<p>I suggest that you read &#8220;Bird By Bird&#8221; if you are having trouble getting started.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Most popular posts by dog food</title>
		<link>http://artent.net/most-popular-posts/#comment-460991</link>
		<dc:creator><![CDATA[dog food]]></dc:creator>
		<pubDate>Fri, 10 Jan 2025 18:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?page_id=462#comment-460991</guid>
		<description><![CDATA[First off I would like to say awesome blog! I had a quick question which I&#039;d like to ask 
if you don&#039;t mind. I was curious to find out how you center yourself and clear your head 
prior to writing. I&#039;ve had difficulty clearing my mind in getting my thoughts out there.

I do enjoy writing however it just seems like the first 10 to 15 minutes 
are usually lost simply just trying to figure out how to begin. Any suggestions or tips?
Kudos!]]></description>
		<content:encoded><![CDATA[<p>First off I would like to say awesome blog! I had a quick question which I&#8217;d like to ask<br />
if you don&#8217;t mind. I was curious to find out how you center yourself and clear your head<br />
prior to writing. I&#8217;ve had difficulty clearing my mind in getting my thoughts out there.</p>
<p>I do enjoy writing however it just seems like the first 10 to 15 minutes<br />
are usually lost simply just trying to figure out how to begin. Any suggestions or tips?<br />
Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on “Category Theory for Programmers” by hundalhh</title>
		<link>http://artent.net/2020/07/14/category-theory-for-programmers/#comment-44933</link>
		<dc:creator><![CDATA[hundalhh]]></dc:creator>
		<pubDate>Tue, 14 Jul 2020 15:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://artent.net/?p=2926#comment-44933</guid>
		<description><![CDATA[On reddit, someone pointed out that you can always find an arrow from (A*B)+(A*C) to A*(B+C).  Here is a proof.

Def: If X+Y is the coproduct of X and Y, let inj(X, X+Y) and inj(Y,X+Y) be the associated injection arrows.  

Def: If X*Y is the product of X and Y, let pro(X*Y,X) and pro(X*Y, Y) be the associated projection arrows.  

Def: If aXY is an arrow from X to Y and aYZ is an arrow from Y to Z, then let 

comp(aYZ, aXY) 

be the composition of aYZ and aXY.   comp(aYZ, aXY) is an arrow from X to Z. 


Notation: If you have two arrows  f:Z-&gt;X, and g:Z-&gt;Y, the let &lt;f,g&gt; be the unique arrow from Z to X*Y such that   

comp( pro(X*Y,X) , &lt;f,g&gt; ) = f and 
comp( pro(X*Y,Y) , &lt;f,g&gt; ) = g.   (The existence of &lt;f,g&gt; comes from the definition of X*Y.)

Notation: If you have two arrows  f:X-&gt;Z, and g:Y-&gt;Z, the let [f,g] be the unique arrow from X+Y to Z such that   

comp( [f,g], inj(X,X+Y) ) = f and 
comp( [f,g], inj(Y,X+Y) ) = g.   (The existence of [f,g] comes from the definition of X+Y.)




1)  Let a_1 = comp( inj(B, B+C), pro(A*B, B).  a_1: A*B -&gt; B+C.
2)  Let a_2 = comp( inj(B, B+C), pro(A*C, C).  a_2: A*C -&gt; B+C.
3)  Let a_3 = [a_1, a_2].                 a_3:(A*B)+(A*C) -&gt; B+C.
4)  Let a_4 = [pro(A*B,A), pro(A*C,A)].   a_4:(A*B)+(A*C) -&gt; A.
5)  Let a_5 = &lt;a_3, a_4&gt;.                 a_5:(A*B)+(A*C) -&gt; A*(B+C).

a_5 is jagr2808&#039;s arrow.


(I am not a category theorist, so this notation may be totally non-standard, or maybe I saw it somewhere.)]]></description>
		<content:encoded><![CDATA[<p>On reddit, someone pointed out that you can always find an arrow from (A*B)+(A*C) to A*(B+C).  Here is a proof.</p>
<p>Def: If X+Y is the coproduct of X and Y, let inj(X, X+Y) and inj(Y,X+Y) be the associated injection arrows.  </p>
<p>Def: If X*Y is the product of X and Y, let pro(X*Y,X) and pro(X*Y, Y) be the associated projection arrows.  </p>
<p>Def: If aXY is an arrow from X to Y and aYZ is an arrow from Y to Z, then let </p>
<p>comp(aYZ, aXY) </p>
<p>be the composition of aYZ and aXY.   comp(aYZ, aXY) is an arrow from X to Z. </p>
<p>Notation: If you have two arrows  f:Z->X, and g:Z->Y, the let <f ,g> be the unique arrow from Z to X*Y such that   </p>
<p>comp( pro(X*Y,X) , </f><f ,g> ) = f and<br />
comp( pro(X*Y,Y) , </f><f ,g> ) = g.   (The existence of </f><f ,g> comes from the definition of X*Y.)</p>
<p>Notation: If you have two arrows  f:X->Z, and g:Y->Z, the let [f,g] be the unique arrow from X+Y to Z such that   </p>
<p>comp( [f,g], inj(X,X+Y) ) = f and<br />
comp( [f,g], inj(Y,X+Y) ) = g.   (The existence of [f,g] comes from the definition of X+Y.)</p>
<p>1)  Let a_1 = comp( inj(B, B+C), pro(A*B, B).  a_1: A*B -> B+C.<br />
2)  Let a_2 = comp( inj(B, B+C), pro(A*C, C).  a_2: A*C -> B+C.<br />
3)  Let a_3 = [a_1, a_2].                 a_3:(A*B)+(A*C) -> B+C.<br />
4)  Let a_4 = [pro(A*B,A), pro(A*C,A)].   a_4:(A*B)+(A*C) -> A.<br />
5)  Let a_5 = <a_3 , a_4>.                 a_5:(A*B)+(A*C) -> A*(B+C).</p>
<p>a_5 is jagr2808&#8217;s arrow.</p>
<p>(I am not a category theorist, so this notation may be totally non-standard, or maybe I saw it somewhere.)</a_3></f></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic Differentiation by hundalhh</title>
		<link>http://artent.net/2012/08/19/automatic-differentiation/#comment-2998</link>
		<dc:creator><![CDATA[hundalhh]]></dc:creator>
		<pubDate>Mon, 17 Mar 2014 05:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=480#comment-2998</guid>
		<description><![CDATA[The derivative of x^x with respect to x is x^x *(log(x) + 1).
The derivative of x^k with respect to x is k*x^(k-1).
The derivative of k^x with respect to x is k^x *log(k).

If f(x) and g(x) are a functions of x, with derivatives f&#039;(x) and g&#039;(x)
The derivative of f(x)^g(x) with respect to x is 

f(x)^g(x)( g(x)*f&#039;(x)/f(x) + log(f(x))*g&#039;(x))

The derivative of f(x)^k is k*f(x)^(k-1)*f&#039;(x).
The derivative of k^(f(x)) is k^f(x) *log(k)*f&#039;(x).

You might want to check out wolframalpha.com.]]></description>
		<content:encoded><![CDATA[<p>The derivative of x^x with respect to x is x^x *(log(x) + 1).<br />
The derivative of x^k with respect to x is k*x^(k-1).<br />
The derivative of k^x with respect to x is k^x *log(k).</p>
<p>If f(x) and g(x) are a functions of x, with derivatives f'(x) and g'(x)<br />
The derivative of f(x)^g(x) with respect to x is </p>
<p>f(x)^g(x)( g(x)*f'(x)/f(x) + log(f(x))*g'(x))</p>
<p>The derivative of f(x)^k is k*f(x)^(k-1)*f'(x).<br />
The derivative of k^(f(x)) is k^f(x) *log(k)*f'(x).</p>
<p>You might want to check out wolframalpha.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic Differentiation by Young</title>
		<link>http://artent.net/2012/08/19/automatic-differentiation/#comment-2878</link>
		<dc:creator><![CDATA[Young]]></dc:creator>
		<pubDate>Tue, 25 Feb 2014 08:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=480#comment-2878</guid>
		<description><![CDATA[Hi, I also discovered automatic differentiation today, and it was really interesting. I studied about it for a while. But I couldn&#039;t find out how I can hadle the function,&#039;y=x^x&#039;. Could you tell me about it or inform me any sites that handles the function?]]></description>
		<content:encoded><![CDATA[<p>Hi, I also discovered automatic differentiation today, and it was really interesting. I studied about it for a while. But I couldn&#8217;t find out how I can hadle the function,&#8217;y=x^x&#8217;. Could you tell me about it or inform me any sites that handles the function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Basic Concepts in Information Theory&#8221; by Zoltan Szabo</title>
		<link>http://artent.net/2013/11/25/basic-concepts-in-information-theory/#comment-2547</link>
		<dc:creator><![CDATA[Zoltan Szabo]]></dc:creator>
		<pubDate>Mon, 13 Jan 2014 18:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=2263#comment-2547</guid>
		<description><![CDATA[Some estimators;) : &lt;a href=&quot;https://bitbucket.org/szzoli/ite/&quot; rel=&quot;nofollow&quot;&gt;Information Theoretical Estimators (ITE) Toolbox&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Some estimators;) : <a href="https://bitbucket.org/szzoli/ite/" rel="nofollow">Information Theoretical Estimators (ITE) Toolbox</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assorted Links Dec 2013 by antianticamper</title>
		<link>http://artent.net/2013/12/23/assorted-links-dec-2013/#comment-2435</link>
		<dc:creator><![CDATA[antianticamper]]></dc:creator>
		<pubDate>Mon, 23 Dec 2013 15:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=2294#comment-2435</guid>
		<description><![CDATA[Thank you for your continuing work on the blog, Hein.  You&#039;ve pointed me in lots of interesting directions, including deep learning, which I finally buckled down and grokked.]]></description>
		<content:encoded><![CDATA[<p>Thank you for your continuing work on the blog, Hein.  You&#8217;ve pointed me in lots of interesting directions, including deep learning, which I finally buckled down and grokked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;13 NIPS Papers that caught our eye&#8221; by My favourite papers and talks at Nips 2013 &#124; DavideChicco.it</title>
		<link>http://artent.net/2013/12/12/13-nips-papers-that-caught-our-eye/#comment-2420</link>
		<dc:creator><![CDATA[My favourite papers and talks at Nips 2013 &#124; DavideChicco.it]]></dc:creator>
		<pubDate>Tue, 17 Dec 2013 17:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=2284#comment-2420</guid>
		<description><![CDATA[[&#8230;] check out these blog posts by Paul Mineiro, hundalhh, Yisong Yue, Sebastien Bubeck, [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] check out these blog posts by Paul Mineiro, hundalhh, Yisong Yue, Sebastien Bubeck, [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;13 NIPS Papers that caught our eye&#8221; by NIPS 2013 &#124; Memming</title>
		<link>http://artent.net/2013/12/12/13-nips-papers-that-caught-our-eye/#comment-2409</link>
		<dc:creator><![CDATA[NIPS 2013 &#124; Memming]]></dc:creator>
		<pubDate>Sun, 15 Dec 2013 03:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=2284#comment-2409</guid>
		<description><![CDATA[[&#8230;] There were many more interesting things, but I&#8217;m going to stop here! [EDIT: check out this blog post by Paul Mineiro, and this one by hundalhh] [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] There were many more interesting things, but I&#8217;m going to stop here! [EDIT: check out this blog post by Paul Mineiro, and this one by hundalhh] [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Big O writes on Scientific Error, Bias, and Self-(peer)-review. by hundalhh</title>
		<link>http://artent.net/2013/11/18/the-big-o-writes-on-scientific-error-bias-and-self-peer-review/#comment-2317</link>
		<dc:creator><![CDATA[hundalhh]]></dc:creator>
		<pubDate>Thu, 21 Nov 2013 19:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://162.243.213.31/?p=2244#comment-2317</guid>
		<description><![CDATA[The scientific computing community is trying to help the peer review and audience review process through reproducible computing.  See e.g.

&lt;a href=&quot;http://statweb.stanford.edu/~donoho/Reports/2008/15YrsReproResch-20080426.pdf&quot; rel=&quot;nofollow&quot;&gt;15 Years of Reproducible Research in Computational Harmonic Analysis&lt;/a&gt;

&lt;a href=&quot;http://nuit-blanche.blogspot.com/2012/09/a-year-in-reproducible-results-in.html&quot; rel=&quot;nofollow&quot;&gt; A Year in Reproducible Research in Compressive Sensing, Advanced Matrix Factorization and more &lt;/a&gt;

&lt;a href=&quot;http://blog.reproducibleresearch.org/&quot; rel=&quot;nofollow&quot;&gt; http://blog.reproducibleresearch.org/&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>The scientific computing community is trying to help the peer review and audience review process through reproducible computing.  See e.g.</p>
<p><a href="http://statweb.stanford.edu/~donoho/Reports/2008/15YrsReproResch-20080426.pdf" rel="nofollow">15 Years of Reproducible Research in Computational Harmonic Analysis</a></p>
<p><a href="http://nuit-blanche.blogspot.com/2012/09/a-year-in-reproducible-results-in.html" rel="nofollow"> A Year in Reproducible Research in Compressive Sensing, Advanced Matrix Factorization and more </a></p>
<p><a href="http://blog.reproducibleresearch.org/" rel="nofollow"> </a><a href="http://blog.reproducibleresearch.org/" rel="nofollow">http://blog.reproducibleresearch.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

 Served from: artent.net @ 2026-04-03 17:12:15 by W3 Total Cache -->