<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Welkin of FlyingBear</title>
	<atom:link href="http://www.shaoyuanlong.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaoyuanlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 04 Apr 2012 03:50:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Writing LaTeX in Word</title>
		<link>http://www.shaoyuanlong.com/writing-latex-in-word/</link>
		<comments>http://www.shaoyuanlong.com/writing-latex-in-word/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 03:09:17 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Discovery]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=854</guid>
		<description><![CDATA[LaTeX is good for two reasons: (1) great layout in publication quality; (2) separation of content and formatting (just like HTML), making it easy to reuse existing content. However, writing directly in LaTeX is not so good in that it is quite &#8220;anti-creativity&#8221;, especially when the essay is subject to constant change and development. Lyx [...]]]></description>
			<content:encoded><![CDATA[<p>LaTeX is good for two reasons: (1) great layout in publication quality; (2) separation of content and formatting (just like HTML), making it easy to reuse existing content. However, writing directly in LaTeX is not so good in that it is quite &#8220;anti-creativity&#8221;, especially when the essay is subject to constant change and development. Lyx is designed to resolve this issue, but unfortunately the editor is poor. Can we use MS-Word instead, as our daily writing environment, and still generate LaTeX script very easily on demand? The answer is yes. Let me show you this in three typical scenarios along with a list of useful resources and tools dealing with LaTeX.</p>
<ul>
<li><strong>Writing Papers</strong></li>
</ul>
<p>To write papers in MS-Word, but still generate LaTeX scripts, the key is a software converting MS-Word formats to LaTeX scripts. Among many software of this kind, the most recommended is <em><a title="Word2TeX" href="http://www.chikrii.com/" target="_blank">Word2TeX</a></em>. It is recommended for these reasons: (1) Most common elements for papers are supported. (2) the generated script is very clean and abstract, without unnecessary formatting in the original word file.</p>
<p>When a script is converted by Word2TeX, we can wrap it using the template files given by a conference/journal, just copy and paste the generated script into the body part of the template. Since the generated script is clean and abstract, usually the wrapped LaTeX script can be compiled immediately without any manual work.</p>
<p>Formulas in word files input using <em><a title="MathType" href="http://www.dessci.com/en/products/mathtype/" target="_blank">MathType</a></em> can be converted into the LaTeX script automatically. And this part is the major reason for using MS-Word as the editor, as mathtype is so &#8220;creativity-supporting&#8221;. If you remember some keyboard-shortcuts, blind typing of formulas in MathType is possible and is a great experience. Another thing worth noting is that copy-and-paste from-and-to mathtype can be in LaTeX format.</p>
<p>Headings in word (input using Ctrl-Alt-1 etc.) can be converted into sections, chapters or so. Everything is customizable and automatic. Using headings itself is a recommended experience of using word.</p>
<p>Tables, figures, and even figures embedded in tables are automatic too without any manual work. In particular, if you paste vectorized figures into word, they are stored as vectorized. When the word file is being converted to LaTeX scripts, these figures are by default rastarized, which is not good. Yet there is an option in Word2TeX to convert images to eps, provided that you have a virtual postscript printer. To install a virtual postscript printer, the instructions mentioned in <a title="PostScript Printer" href="http://office.microsoft.com/en-us/publisher-help/install-the-generic-color-ps-for-commercial-printing-printer-driver-HP001046429.aspx" target="_blank">this page</a> works if you have Microsoft Publisher installed. After that, everything is automatic again.</p>
<p>For theorems and proofs, there 2 things to do. (1) In word, create a new paragraph style. First pick a paragraph with &#8220;normal&#8221; style, then use &#8220;Save Selection as a new Quick Style&#8221; to save it as new style and name it &#8220;Theorem&#8221;, then modify the style format such that it is &#8220;italic&#8221;, it has a new &#8220;numbering list&#8221; format, starting with &#8220;Theorem &#8221; and appended with numbering. By this step, the theorem in word really looks like a theorem. (2) When converting to LaTeX, in the configuration dialog of Word2Tex, add a new translation for paragraph style, translating &#8220;Theorem&#8221; style such that it prefix with &#8220;\begin{theorem}&#8221;, ends with &#8220;\end{theorem}&#8221;. Make sure that &#8220;suppress additional formatting&#8221; is chosen (this ignores numbering list and italic style in word, as they will be redefined in LaTeX anyway). In the generated LaTeX script, append this before document body:</p>
<p>\newtheorem{theorem}{Theorem}[section]<br />
\newtheorem{lemma}[theorem]{Lemma}<br />
\newtheorem{proposition}[theorem]{Proposition}<br />
\newtheorem{corollary}[theorem]{Corollary}</p>
<p>Now theorem works. Proofs and so on can be done in the same way. Reference to theorems in word will also be properly translated.</p>
<p>Citation and bibliography is the most tricky part. According to the document of Word2TeX, if we use EndNote in word to deal with citations and bibliography, things should be automatic too. However, my experience is that this approach does not work at all (I don&#8217;t know why). The generated citation are just formatted texts, not being converted to citation switches like &#8220;\cite&#8221;. So my solution is to keep track of a personal &#8220;.bib&#8221; file (which can be reused every time when you write a paper). When writing papers in MS-Word, use waved underline formatting as citation, <em>e.g.</em>, if there is an entry named &#8220;Geman84&#8243; in my &#8220;.bib&#8221; file, then I can write 
<a href="http://www.shaoyuanlong.com/wp-content/gallery/singlepictures/citation.png" title="" class="thickbox" rel="singlepic211" >
	<img class="ngg-singlepic" src="http://www.shaoyuanlong.com/wp-content/gallery/cache/211__x_citation.png" alt="citation" title="citation" />
</a>
 in MS-Word. After that in Word2TeX option page, we can choose to let waved underline be converted to &#8220;\cite&#8221;. In this way, the converted script will contain something like &#8220;\cite{Geman84}&#8221;.</p>
<p>There are a lot of other elements supported in Word2TeX.</p>
<ul>
<li><strong>Writing Presentations / Reports</strong></li>
</ul>
<p>Formal academic presentations are better written in LaTeX and compiled to ppts. There are a lot of LaTeX templates to do that, <em>e.g.</em>, <em><a title="Beamer" href="http://latex-beamer.sourceforge.net/">The LaTeX Beamer Class</a></em> is a good choice. Similar to the above experience of writing papers, we can do this too when writing presentations. Simply write in word using &#8220;Bullets&#8221; or &#8220;Numbered Items&#8221;, then the generated script will contain &#8220;itemized&#8221; or &#8220;enumerate&#8221;. After that, what the beamer class require is that each ppt is begin with &#8220;\begin{frame}&#8221; and end with &#8220;\end{frame}&#8221;. There is no direct support for this in Word2TeX. But we can do tricky things again. Simply put something like &#8220;BeginFrame&#8221; and &#8220;EndFrame&#8221; in your word file, and when converted, find and replace them to &#8220;\begin{frame}&#8221; and &#8220;\end{frame}&#8221;. This does not cost too much work.</p>
<p>If you are a graduate student like me, you will surely write a lot of reports to present to your adviser. Writing reports is more like a daily creative process, so having a visual environment is even more important. All the experiences above for writing papers works here. In addition, my experience is that reports can be written in a way the same as presentations. It then provide a skeleton for presenting to our advisors. And when necessary, a formal presentation ppt can be produced on demand immediately.</p>
<ul>
<li><strong>Writing Blogs</strong></li>
</ul>
<p>If you have a wordpress blog like mine, then posting academic stuff is very easy. Suppose by the above experience, you write in word and have generated LaTeX scripts, then there are many plugins of wordpress turning LaTeX into blog posts. Among them, the most recommended is <em><a title="WP QuickLaTeX" href="http://wordpress.org/extend/plugins/wp-quicklatex/">WP QuickLaTeX</a></em>. The best thing of this plugin is that you can put a whole LaTeX page to the blog post editor, then add one tag to the top of the blog post, then everything is done, provided that the page does not contain too complicated stuff. Things like formulas, references to formulas, can all be taken care of automatically. To deal with citations, we can use a plugin called <em><a title="papercite" href="http://wordpress.org/extend/plugins/papercite/">papercite</a></em>. It is very simple but powerful. Simply put your personal &#8220;.bib&#8221; in your web directory, then citation and bibliography is very easy with this plugin.</p>
<p>See <a title="Boolean Fourier Transform and the Laplacian" href="http://www.shaoyuanlong.com/boolean-fourier-transform-and-the-laplacian/" target="_blank">this post</a> for an example.</p>
<ul>
<li> <strong>Useful LaTeX Resources and Tools</strong></li>
</ul>
<p>In addition to the above listed tools, some others help a lot in improving the experience of using LaTeX and Word together.</p>
<p><em><a title="Detextify" href="http://detexify.kirelabs.org/classify.html" target="_blank">Detextify</a></em>: This webpage recognizes drawing of symbols and translate them into LaTeX commands. It has two usages. The first is when you want to write in LaTeX a certain symbol, but don&#8217;t know it&#8217;s name in LaTeX. The second is when you are reading maths books and don&#8217;t know the meaning of a certain symbol. Knowing it&#8217;s LaTeX name helps you search over the Internet for its meaning. Note that when you are writing formulas with MathType, if you don&#8217;t know how to input a symbol, you can use this page and paste the LaTeX command into the MathType editor.</p>
<p><em><a href="http://www.smartdraw.com/" target="_blank">SmartDraw</a></em>: Great tool for producing and maintenance of very fancy charts and figures efficiently. It is much better than visio in my opinion. It also produces EPS files. For example, if you are working on &#8220;probabilistic graphical models&#8221;, a subarea of machine learning, you will find this very useful.</p>
<p><em><a href="http://www.adobe.com/products/illustrator.html" target="_blank">Adobe Illustrator</a></em>: Great tool for editing EPS figures directly. Good for final revision of papers, when EPS figures are already generated.</p>
<p><em>BibEdit</em>: Great tool for maintaining BibTex files visually and efficiently. One can maintain a single BibTex file for all papers possibly used in future writing. Use the next tool for converting BibTex to MS Word reference.</p>
<p><em><a href="http://sourceforge.net/p/bibutils/home/Bibutils/">BibUtil</a></em>: Tool for converting among different bib formats.</p>
<p><em><a href="http://www.ctex.org/HomePage">CTeX</a></em>: This is originally developed for the purpose of Chinese tex writing, but it turns out that it is also a very comprehensive all-in-one LaTeX package. Everything you need to write LaTeX are there, from editor, compiler, to previewer.</p>
<p>Yet the final tool is certainly Google, when you don&#8217;t know how to write LaTeX. I don&#8217;t think learn LaTeX thoroughly is a good idea. Template + Google is probably the best solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/writing-latex-in-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boolean Fourier Transform and the Laplacian</title>
		<link>http://www.shaoyuanlong.com/boolean-fourier-transform-and-the-laplacian/</link>
		<comments>http://www.shaoyuanlong.com/boolean-fourier-transform-and-the-laplacian/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 08:19:45 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Study]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=760</guid>
		<description><![CDATA[Boolean functions have a natural form of Fourier Transform [1], corresponding to eigenfunctions of the discrete Laplacian operator. Here is a short justification. Boolean Function Space Let be the space of functions over Boolean inputs. Each  is a -dimensional vector. Attach to the vector space an inner product as follows, (1) &#160; The induced norm is [...]]]></description>
			<content:encoded><![CDATA[<p>Boolean functions have a natural form of Fourier Transform [1], corresponding to eigenfunctions of the discrete Laplacian operator. Here is a short justification.</p>
<p><strong>Boolean Function Space</strong></p>
<p>Let <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-ec5b3914cdc025c3dfdc5ed6f8c56b55_l3.png" class="ql-img-inline-formula" alt="&#70;&#61;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#102;&#92;&#118;&#101;&#114;&#116;&#32;&#102;&#58;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#92;&#116;&#111;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#45;&#49;&#44;&#43;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/> be the space of functions over <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-a63eb5ff0272d3119fa684be6e7acce8_l3.png" class="ql-img-inline-formula" alt="&#110;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/> Boolean inputs. Each <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9d049ecf94e4193553e7b71cc694832c_l3.png" class="ql-img-inline-formula" alt="&#102;&#92;&#105;&#110;&#32;&#70;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/> is a <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-62ec6537d57c938faab939be944c9f28_l3.png" class="ql-img-inline-formula" alt="&#50;&#94;&#123;&#110;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>-dimensional vector. Attach to the <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-62ec6537d57c938faab939be944c9f28_l3.png" class="ql-img-inline-formula" alt="&#50;&#94;&#123;&#110;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/> vector space an inner product as follows,<br />
<a name="id-1404836301"></a>
<p class="ql-center-displayed-equation" style="line-height: 50px;"><span class="ql-right-eqno"> (1) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-ef2ad257ed90eee1803fa04d64b1c041_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#102;&#44;&#103;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101;&#32;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123; &#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#102;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#103;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#44;&#92;&#109;&#98;&#111;&#120;&#123;&#92;&#116;&#104;&#105;&#110;&#115;&#112;&#97;&#99;&#101; &#92;&#116;&#104;&#105;&#110;&#115;&#112;&#97;&#99;&#101;&#32;&#125;&#92;&#102;&#111;&#114;&#97;&#108;&#108;&#32;&#102;&#44;&#103;&#92;&#105;&#110;&#32;&#70; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>The induced norm is <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-4cb8b34ccf83b7e369ac014000d70dc0_l3.png" class="ql-img-inline-formula" alt="&#92;&#108;&#101;&#102;&#116;&#92;&#124;&#32;&#102;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#124;&#61;&#92;&#115;&#113;&#114;&#116;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#102;&#44;&#102;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101;&#32;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -6px;"/>. For Boolean functions <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9d049ecf94e4193553e7b71cc694832c_l3.png" class="ql-img-inline-formula" alt="&#102;&#92;&#105;&#110;&#32;&#70;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/>, we have<br />
<a name="id-1952247388"></a>
<p class="ql-center-displayed-equation" style="line-height: 50px;"><span class="ql-right-eqno"> (2) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-dc098741b8e4a3f1dd6c81a4a0c4a44a_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#108;&#101;&#102;&#116;&#92;&#124;&#32;&#102;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#124;&#94;&#123;&#50;&#125;&#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#102;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#50;&#125;&#125;&#32;&#61;&#49; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p><strong>Discrete Laplacian Operator</strong></p>
<p>Define a graph of the domain of <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9d049ecf94e4193553e7b71cc694832c_l3.png" class="ql-img-inline-formula" alt="&#102;&#92;&#105;&#110;&#32;&#70;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/>as <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-ac27f2c08ce0bed18328103447492a7f_l3.png" class="ql-img-inline-formula" alt="&#71;&#61;&#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#86;&#44;&#69;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/>, where<br />
<a name="id-285577100"></a>
<p class="ql-center-displayed-equation" style="line-height: 41px;"><span class="ql-right-eqno"> (3) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-138d4eb3cf1b2d67b1a8d883126b1031_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#125; &#86;&#61;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#32;&#92;&#92; &#69;&#61;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#105;&#44;&#106;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101;&#32;&#92;&#118;&#101;&#114;&#116;&#32;&#120;&#95;&#123;&#105;&#125;&#32;&#44;&#120;&#95;&#123;&#106;&#125;&#32;&#92;&#105;&#110; &#86;&#44;&#72;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#120;&#95;&#123;&#105;&#125;&#32;&#44;&#120;&#95;&#123;&#106;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#32;&#92;&#92; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>here <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-2811fc0fb86abbbae94a142463fc16ac_l3.png" class="ql-img-inline-formula" alt="&#72;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#99;&#100;&#111;&#116;&#32;&#44;&#92;&#99;&#100;&#111;&#116;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/> is the Hamming distance over binary vectors. Let the weight of each <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9ac37a3e614c0b1a748c8d87063c40de_l3.png" class="ql-img-inline-formula" alt="&#101;&#92;&#105;&#110;&#32;&#69;" title="Rendered by QuickLaTeX.com" style="vertical-align: -1px;"/> to be set as 1. Let <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-a4188fb588e8569bf2abe4a255f4e31c_l3.png" class="ql-img-inline-formula" alt="&#100;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#44;&#118;&#95;&#123;&#106;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;" title="Rendered by QuickLaTeX.com" style="vertical-align: -6px;"/> be defined as the Geodesic distance over <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-7620c75c8772e1ee533aefe8de7019b0_l3.png" class="ql-img-inline-formula" alt="&#71;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>. Then the discrete Laplacian operator is defined as<br />
<a name="id-558448797"></a>
<p class="ql-center-displayed-equation" style="line-height: 42px;"><span class="ql-right-eqno"> (4) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-75a5a7c57311554357601c7028667505_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#102;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#119;&#58;&#100;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#119;&#44;&#118;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#49;&#125;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#102;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#119;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#45;&#102;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p><strong>Fourier Basis as Eigenfunctions</strong></p>
<p>For each <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-57163a7a4f82ab437634d6312821a4d0_l3.png" class="ql-img-inline-formula" alt="&#115;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/>, define a function <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-ede84883d3103224cd306e35a62cd6a5_l3.png" class="ql-img-inline-formula" alt="&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#58;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#92;&#116;&#111;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#45;&#49;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/> as<br />
<a name="id80691236"></a>
<p class="ql-center-displayed-equation" style="line-height: 36px;"><span class="ql-right-eqno"> (5) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-76fe01bdee3b9b7b080105fffe2ecad4_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#120;&#95;&#123;&#105;&#125; &#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>For <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-d6f09cd7f68190c231f81d4be99652d7_l3.png" class="ql-img-inline-formula" alt="&#92;&#102;&#111;&#114;&#97;&#108;&#108;&#32;&#97;&#44;&#98;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#44;&#97;&#92;&#110;&#101;&#32;&#98;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/>, <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-1141d9da31bf5d3badb63285f51ad136_l3.png" class="ql-img-inline-formula" alt="&#92;&#101;&#120;&#105;&#115;&#116;&#115;&#32;&#106;&#92;&#105;&#110;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#49;&#44;&#46;&#46;&#46;&#44;&#110;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/>, such that <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-c9a69c7ebce290f6646d69c6769ef519_l3.png" class="ql-img-inline-formula" alt="&#97;&#95;&#123;&#106;&#125;&#32;&#92;&#110;&#101;&#32;&#98;&#95;&#123;&#106;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -6px;"/>, we have<br />
<a name="id-1835753350"></a>
<p class="ql-center-displayed-equation" style="line-height: 228px;"><span class="ql-right-eqno"> (6) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-e3085f6dfea74b2afad7c9a465c60ade_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#115;&#109;&#97;&#108;&#108; &#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#125; &#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#92;&#112;&#104;&#105;&#95;&#123;&#97;&#125;&#32;&#44;&#92;&#112;&#104;&#105;&#95;&#123;&#98;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101; &#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#92;&#112;&#104;&#105;&#95;&#123;&#97;&#125; &#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#112;&#104;&#105;&#95;&#123;&#98;&#125;&#32;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#120;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#92;&#92; &#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#91; &#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#120;&#95;&#123;&#105;&#125;&#32;&#97;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#108;&#101;&#102;&#116;&#91; &#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#120;&#95;&#123;&#105;&#125;&#32;&#98;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#125;&#32;&#92;&#92; &#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#120;&#95;&#123;&#106;&#125;&#32;&#97;&#95;&#123;&#106;&#125;&#32;&#43;&#120;&#95;&#123;&#106;&#125;&#32;&#98;&#95;&#123;&#106;&#125;&#32;&#125;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125;&#32;&#97;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125;&#32;&#98;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#125;&#32;&#92;&#92; &#61;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#44;&#120;&#95;&#123;&#106;&#125;&#32;&#61;&#48;&#125; &#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#43;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125; &#97;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125; &#98;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#125;&#32;&#92;&#92; &#43;&#92;&#102;&#114;&#97;&#99;&#123;&#49;&#125;&#123;&#50;&#94;&#123;&#110;&#125;&#125;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#120;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#44;&#120;&#95;&#123;&#106;&#125;&#32;&#61;&#49;&#125; &#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125; &#97;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#92;&#108;&#101;&#102;&#116;&#91;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#120;&#95;&#123;&#105;&#125; &#98;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#93;&#125;&#32;&#92;&#92; &#61;&#48;&#32;&#92;&#92; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>By (<a href="#id-1952247388">2</a>), we have <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-51c39ef216684b16b55fe279cbda5e7f_l3.png" class="ql-img-inline-formula" alt="&#92;&#108;&#101;&#102;&#116;&#92;&#108;&#97;&#110;&#103;&#108;&#101;&#32;&#123;&#92;&#112;&#104;&#105;&#95;&#123;&#97;&#125;&#32;&#44;&#92;&#112;&#104;&#105;&#95;&#123;&#97;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#114;&#97;&#110;&#103;&#108;&#101;&#32;&#61;&#49;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/>. So the set <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-221bb70e8225a71cb41d6a0adc579ae5_l3.png" class="ql-img-inline-formula" alt="&#67;&#61;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#92;&#118;&#101;&#114;&#116;&#32;&#115;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/> is orthonormal, with cardinality <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-62ec6537d57c938faab939be944c9f28_l3.png" class="ql-img-inline-formula" alt="&#50;&#94;&#123;&#110;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>, which is finite and the same as the dimensionality of <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-53dc020de5338aa229c3d10379153faa_l3.png" class="ql-img-inline-formula" alt="&#70;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>. So the set <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-eda88fce4ab12a676aa4baf036291115_l3.png" class="ql-img-inline-formula" alt="&#67;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/> forms an orthonormal basis of <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-53dc020de5338aa229c3d10379153faa_l3.png" class="ql-img-inline-formula" alt="&#70;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/><br />
<a name="id-1337294222"></a>
<p class="ql-center-displayed-equation" style="line-height: 18px;"><span class="ql-right-eqno"> (7) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-d9c886f438ad682489927d92fc4c619c_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#70;&#61;&#115;&#112;&#97;&#110;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#67;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>In addition, plug (<a href="#id80691236">5</a>) into (<a href="#id-558448797">4</a>) we have<br />
<a name="id-938979736"></a>
<p class="ql-center-displayed-equation" style="line-height: 278px;"><span class="ql-right-eqno"> (8) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-db707ed1abe52a7b7fed5f56a63d9b5b_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#98;&#101;&#103;&#105;&#110;&#123;&#97;&#114;&#114;&#97;&#121;&#125;&#123;&#108;&#125; &#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#32;&#92;&#92; &#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#119;&#58;&#100;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#119;&#44;&#118;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#49;&#125;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#119;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#45;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#92;&#92; &#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#106;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#49;&#43;&#118;&#95;&#123;&#106;&#125;&#32;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#115;&#95;&#123;&#106;&#125;&#32;&#43;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#45;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#118;&#95;&#123;&#106;&#125;&#32;&#115;&#95;&#123;&#106;&#125;&#32;&#43;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#92;&#92; &#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#106;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#49;&#43;&#118;&#95;&#123;&#106;&#125;&#32;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#115;&#95;&#123;&#106;&#125;&#32;&#125;&#45;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#118;&#95;&#123;&#106;&#125;&#32;&#115;&#95;&#123;&#106;&#125;&#32;&#125;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#92;&#110;&#101;&#32;&#106;&#125;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#92; &#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#106;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#115;&#95;&#123;&#106;&#125;&#32;&#125;&#43;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#40; &#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#105;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#118;&#95;&#123;&#105;&#125;&#32;&#115;&#95;&#123;&#105;&#125;&#32;&#125;&#32;&#125;&#125;&#32;&#92;&#92; &#61;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#106;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#115;&#95;&#123;&#106;&#125;&#32;&#125;&#43;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#32;&#92;&#92; &#92;&#101;&#110;&#100;&#123;&#97;&#114;&#114;&#97;&#121;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>So <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-0a77c8bf3bd41eb3b165c3affb718bc8_l3.png" class="ql-img-inline-formula" alt="&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/> is an eigenfunction of <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9cf13d01d314e721529ca1d9e2f76929_l3.png" class="ql-img-inline-formula" alt="&#92;&#68;&#101;&#108;&#116;&#97;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>, with eigenvalue <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-ffff2ee2e4a6ae7277ebff1b642b545f_l3.png" class="ql-img-inline-formula" alt="&#92;&#108;&#97;&#109;&#98;&#100;&#97;&#95;&#123;&#115;&#125;&#32;&#61;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#106;&#61;&#49;&#125;&#94;&#110;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#45;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#94;&#123;&#115;&#95;&#123;&#106;&#125;&#32;&#125;&#43;&#49;&#125;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125;&#32;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;" title="Rendered by QuickLaTeX.com" style="vertical-align: -23px;"/>, which is two times the number of 0&#8242;s in <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-3bcfb3f0b6b04be3b598743cd774dd78_l3.png" class="ql-img-inline-formula" alt="&#115;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>. So there are in total <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-262cc8ce4fbfee7981071e5067d71fc0_l3.png" class="ql-img-inline-formula" alt="&#110;&#43;&#49;" title="Rendered by QuickLaTeX.com" style="vertical-align: -1px;"/> different eigenvalues of <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-9cf13d01d314e721529ca1d9e2f76929_l3.png" class="ql-img-inline-formula" alt="&#92;&#68;&#101;&#108;&#116;&#97;" title="Rendered by QuickLaTeX.com" style="vertical-align: 0px;"/>, each has <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-3137e593387e9694425d2b8e18de7b69_l3.png" class="ql-img-inline-formula" alt="&#67;&#95;&#123;&#110;&#125;&#94;&#123;&#92;&#108;&#97;&#109;&#98;&#100;&#97;&#95;&#123;&#115;&#125;&#32;&#47;&#50;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -2px;"/> corresponding eigenvectors.</p>
<p>Since the space <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-02bcb717b0d44285fe493611b090a8ee_l3.png" class="ql-img-inline-formula" alt="&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;" title="Rendered by QuickLaTeX.com" style="vertical-align: -5px;"/> is finite, there exists amatrix notation <img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-fbace6d5d0d68bf05db3f4fee483b331_l3.png" class="ql-img-inline-formula" alt="&#76;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#118;&#39;&#44;&#118;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;" title="Rendered by QuickLaTeX.com" style="vertical-align: -4px;"/> of the Laplacian operator such that<br />
<a name="id1110369575"></a>
<p class="ql-center-displayed-equation" style="line-height: 43px;"><span class="ql-right-eqno"> (9) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-da5ce5171653179ef07554852d70fdda_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#92;&#68;&#101;&#108;&#116;&#97;&#32;&#102;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#118;&#39;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125; &#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125;&#32;&#123;&#76;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#118;&#39;&#44;&#118;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#102;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p>by representation theory, we have<br />
<a name="id-1031266704"></a>
<p class="ql-center-displayed-equation" style="line-height: 43px;"><span class="ql-right-eqno"> (10) </span><span class="ql-left-eqno"> &nbsp; </span><img src="http://www.shaoyuanlong.com/wp-content/ql-cache/quicklatex.com-adab670f7df57ac583836a8b4ff2d395_l3.png"class="ql-img-displayed-equation" alt="&#92;&#98;&#101;&#103;&#105;&#110;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125; &#76;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#118;&#39;&#44;&#118;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#61;&#92;&#115;&#117;&#109;&#92;&#108;&#105;&#109;&#105;&#116;&#115;&#95;&#123;&#115;&#92;&#105;&#110;&#32;&#92;&#108;&#101;&#102;&#116;&#92;&#123;&#32;&#123;&#48;&#44;&#49;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#92;&#125;&#94;&#123;&#110;&#125;&#125; &#123;&#92;&#108;&#97;&#109;&#98;&#100;&#97;&#95;&#123;&#115;&#125;&#32;&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#118;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#92;&#112;&#104;&#105;&#95;&#123;&#115;&#125;&#32;&#92;&#108;&#101;&#102;&#116;&#40;&#32;&#123;&#118;&#39;&#125;&#32;&#92;&#114;&#105;&#103;&#104;&#116;&#41;&#125; &#92;&#101;&#110;&#100;&#123;&#101;&#113;&#117;&#97;&#116;&#105;&#111;&#110;&#42;&#125;" title="Rendered by QuickLaTeX.com"/></p>
<p><strong>Questions</strong></p>
<ul>
<li>What is the most fundamental mathematical structure to define Fourier Transform, a topological space, a metrical space or even a group?</li>
<li>Do they all correspond to certain kinds of eigenfunctions?</li>
</ul>
<p><strong>Reference</strong></p>
<div class="papercite_entry">[1]           <a href='http://dx.doi.org/http://doi.acm.org/10.1145/174130.174138' class='papercite_doi' title='View document in publisher site'><img src='http://www.shaoyuanlong.com/wp-content/plugins/papercite/img/external.png' width='10' height='10' alt='[doi]' /></a>        N. Linial, Y. Mansour, and N. Nisan, &#8220;Constant depth circuits, Fourier transform, and learnability,&#8221; <span style="font-style: italic">J. ACM</span>, vol. 40, pp. 607-620, 1993. <br/>    <a href="javascript:void(0)" id="papercite_1" class="papercite_toggle">[Bibtex]</a></div>
<pre class="papercite_bibtex" id="papercite_1_block"><code>@article{BooleanFourier,
 author = {Linial, Nathan and Mansour, Yishay and Nisan, Noam},
 title = {Constant depth circuits, Fourier transform, and learnability},
 journal = {J. ACM},
 volume = {40},
 issue = {3},
 month = {July},
 year = {1993},
 issn = {0004-5411},
 pages = {607--620},
 numpages = {14},
 url = {http://doi.acm.org/10.1145/174130.174138},
 doi = {http://doi.acm.org/10.1145/174130.174138},
 acmid = {174138},
 publisher = {ACM},
 address = {New York, NY, USA},
 keywords = {AC0 circuits, Boolean functions, approximation, complexity, harmonic analysis learning},
}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/boolean-fourier-transform-and-the-laplacian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Chamber of Secrets has been Opened</title>
		<link>http://www.shaoyuanlong.com/the-chamber-of-secrets-has-been-opened/</link>
		<comments>http://www.shaoyuanlong.com/the-chamber-of-secrets-has-been-opened/#comments</comments>
		<pubDate>Sun, 11 Dec 2011 08:12:49 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Discovery]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=752</guid>
		<description><![CDATA[But where is the entrance? It&#8217;s time to take a break. Science fiction movies prefer to depict aliens as insect-like, which are commonly ugly, cold blooded, uncivilized, without fear of death etc. However, at the same time, they usually have technologies we can&#8217;t even imagine of (e.g. district 9, cowboy and aliens, etc.). So does [...]]]></description>
			<content:encoded><![CDATA[<p><em>But where is the entrance?</em></p>
<p>It&#8217;s time to take a break.</p>
<p>Science fiction movies prefer to depict aliens as insect-like, which are commonly ugly, cold blooded, uncivilized, without fear of death etc. However, at the same time, they usually have technologies we can&#8217;t even imagine of (e.g. district 9, cowboy and aliens, etc.). So does it mean that those species, somehow, at some point, evolved into a certain state, that unconsciously they know how to let P = NP (or approximately, but with guarantee), such that there is no need to have a highly civilized society to support researches which are unpredictable, and inventions can just be done on demand?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/the-chamber-of-secrets-has-been-opened/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Eat When I&#8217;m Upset</title>
		<link>http://www.shaoyuanlong.com/i-eat-when-im-upset/</link>
		<comments>http://www.shaoyuanlong.com/i-eat-when-im-upset/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 20:41:21 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=715</guid>
		<description><![CDATA[&#8220;Down here, I&#8217;m the King &#8230; I&#8217;m the King~~~ &#8230; &#8230; Sorry what? I can&#8217;t hear you cuz I&#8217;m sitting too high &#8230; &#8230;&#8221; So in the summer, I drive people to airport, I help people moving their furniture, I store people&#8217;s belongings, I take care of people&#8217;s cat, and many others. I believe I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[
<a href="http://www.shaoyuanlong.com/wp-content/gallery/funpart/lion_small.jpg" title="&quot; Down here, I'm the King ... ... Sorry what? I can't hear you cuz I'm sitting too high ... ... &quot;" class="thickbox" rel="singlepic202" >
	<img class="ngg-singlepic" src="http://www.shaoyuanlong.com/wp-content/gallery/cache/202__350x_lion_small.jpg" alt="" title="" />
</a>

<p><em>&#8220;Down here, I&#8217;m the King &#8230; I&#8217;m the King~~~ &#8230; &#8230; Sorry what? I can&#8217;t hear you cuz I&#8217;m sitting too high &#8230; &#8230;&#8221;</em></p>
<p>So in the summer, I drive people to airport, I help people moving their furniture, I store people&#8217;s belongings, I take care of people&#8217;s cat, and many others. I believe I&#8217;m doing the good things, I&#8217;m bringing happiness to the world. But why my researches don&#8217;t work out? I need you my God&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/i-eat-when-im-upset/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>重看《黑客帝国》</title>
		<link>http://www.shaoyuanlong.com/%e9%87%8d%e7%9c%8b%e3%80%8a%e9%bb%91%e5%ae%a2%e5%b8%9d%e5%9b%bd%e3%80%8b/</link>
		<comments>http://www.shaoyuanlong.com/%e9%87%8d%e7%9c%8b%e3%80%8a%e9%bb%91%e5%ae%a2%e5%b8%9d%e5%9b%bd%e3%80%8b/#comments</comments>
		<pubDate>Sun, 22 May 2011 03:58:26 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[Activity]]></category>
		<category><![CDATA[By Language - 中文]]></category>
		<category><![CDATA[Discovery]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=708</guid>
		<description><![CDATA[一大早看了《加勒比海盗4》，虽说是一场视听盛宴，但总觉得还是缺乏内涵。回家又看了一遍《黑客帝国》。这部十多年来我看了无数遍的电影，每次看还是能有不少新的领悟。制衡是最终级的艺术，两个老头在构建和谐社会，探究终级文明的存在形式上孜孜不倦的追求，让人感动。很多东西和系统动力学，优化这些工程学的东西之间都有千丝万缕的联系，可以相互借鉴。最近对这些东西很有兴趣，学起来却总是心有余而力不足。继续干活。。 当然视听盛宴型的电影还是要看的，期待7月1号的变形金刚和7月15号的哈利波特。]]></description>
			<content:encoded><![CDATA[<p>一大早看了《加勒比海盗4》，虽说是一场视听盛宴，但总觉得还是缺乏内涵。回家又看了一遍《黑客帝国》。这部十多年来我看了无数遍的电影，每次看还是能有不少新的领悟。制衡是最终级的艺术，两个老头在构建和谐社会，探究终级文明的存在形式上孜孜不倦的追求，让人感动。很多东西和系统动力学，优化这些工程学的东西之间都有千丝万缕的联系，可以相互借鉴。最近对这些东西很有兴趣，学起来却总是心有余而力不足。继续干活。。</p>
<p>当然视听盛宴型的电影还是要看的，期待7月1号的变形金刚和7月15号的哈利波特。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/%e9%87%8d%e7%9c%8b%e3%80%8a%e9%bb%91%e5%ae%a2%e5%b8%9d%e5%9b%bd%e3%80%8b/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Is There a Way We Can Be Immortal?</title>
		<link>http://www.shaoyuanlong.com/is-there-a-way-we-can-be-immortal/</link>
		<comments>http://www.shaoyuanlong.com/is-there-a-way-we-can-be-immortal/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 05:34:58 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Artificial Intelligence]]></category>
		<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Discovery]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=704</guid>
		<description><![CDATA[It seems rather too far away for the biological science area to discover the mechanism of natural death and find out a way to make existing people immortal. It will probably take more than 50 years. So I&#8217;m not hoping to have that applicable to me. Another possible approach is to first develop true AI [...]]]></description>
			<content:encoded><![CDATA[<p>It seems rather too far away for the biological science area to discover the mechanism of natural death and find out a way to make existing people immortal. It will probably take more than 50 years. So I&#8217;m not hoping to have that applicable to me. Another possible approach is to first develop true AI and hopefully by using large scale AI, this science discovery process can be accelerated. However, based on my current knowledge of AI, the true AI, when developed, has limitation on its scale, which intrinsically, will not exceed the level of human intelligence to a non-trivial extent. What only we can do to improve the capability of AI is to improve the connectivity of AI systems to the external world, and the communications among individual AI systems. But after all, that is no more than a group of well-collaborated scientists.</p>
<p>However, there is still hope. We can do something like this: When we know truly what AI is and how intelligence works in our human brain, which is not that difficult, then we can develop a artificial brain(AB) that is functionally the same as the biological brain(BB), except that it is implemented by man made techniques, and will never die. A further step we need to go through is to develop a method to connect AB to BB, let the artificial neurons and biological neurons work together, exchange information freely. We make sure that at first, the portion of AB is 0%. Then the portion of AB goes up gradually by substituting neurons in BB one by one, using neurons in AB. Finally, we get a AB that never dies, and it is you. At any time when the substituting is happening, you are still alive and have your complete, unique personality with the hybrid brain. Once you are 100% in AB, then you can base your body on whatever you want, thus you never die. This is not that difficult compared to the biological approach, and is hopefully possible in the near future. I&#8217;m looking forward to that.</p>
<p>If you watched the Tron movie, this makes a reasonable explanation to the fact that people can change their physical forms to the digital correspondences, and still maintains their complete personalities continuously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/is-there-a-way-we-can-be-immortal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Secret</title>
		<link>http://www.shaoyuanlong.com/the-secret/</link>
		<comments>http://www.shaoyuanlong.com/the-secret/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 03:26:19 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Discovery]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=701</guid>
		<description><![CDATA[I believe this is the spirit of America. The law of attraction. &#160;]]></description>
			<content:encoded><![CDATA[<p>I believe this is the spirit of America. The law of attraction.</p>
<p><a href="http://www.shaoyuanlong.com/the-secret/"><em>Click here to view the embedded video.</em></a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/the-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>倚楼听风雨，淡看江湖路</title>
		<link>http://www.shaoyuanlong.com/%e5%80%9a%e6%a5%bc%e5%90%ac%e9%a3%8e%e9%9b%a8%ef%bc%8c%e6%b7%a1%e7%9c%8b%e6%b1%9f%e6%b9%96%e8%b7%af/</link>
		<comments>http://www.shaoyuanlong.com/%e5%80%9a%e6%a5%bc%e5%90%ac%e9%a3%8e%e9%9b%a8%ef%bc%8c%e6%b7%a1%e7%9c%8b%e6%b1%9f%e6%b9%96%e8%b7%af/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 14:33:03 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[Activity]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[By Language - 中文]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=695</guid>
		<description><![CDATA[远离尘嚣的，不是住所，而是心境。 找一个遗世独立的地方，品读经典，追求卓越。]]></description>
			<content:encoded><![CDATA[<p>远离尘嚣的，不是住所，而是心境。<br />
找一个遗世独立的地方，品读经典，追求卓越。<br />

<a href="http://www.shaoyuanlong.com/wp-content/gallery/singlepictures/move1.jpg" title="Inside U-haul. Pouring outside." class="thickbox" rel="singlepic199" >
	<img class="ngg-singlepic" src="http://www.shaoyuanlong.com/wp-content/gallery/cache/199__200x_move1.jpg" alt="Inside U-haul. Pouring outside." title="Inside U-haul. Pouring outside." />
</a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/%e5%80%9a%e6%a5%bc%e5%90%ac%e9%a3%8e%e9%9b%a8%ef%bc%8c%e6%b7%a1%e7%9c%8b%e6%b1%9f%e6%b9%96%e8%b7%af/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teaching Practice 3: Probabilistic Graphical Models</title>
		<link>http://www.shaoyuanlong.com/teaching-practice-3-probabilistic-graphical-models/</link>
		<comments>http://www.shaoyuanlong.com/teaching-practice-3-probabilistic-graphical-models/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 04:31:20 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[Activity]]></category>
		<category><![CDATA[All]]></category>
		<category><![CDATA[By Language - English]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=670</guid>
		<description><![CDATA[It&#8217;s so difficult to introduce Probabilistic Graphical Model in 8 minutes.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s so difficult to introduce Probabilistic Graphical Model in 8 minutes.</p>
<p><a href="http://www.shaoyuanlong.com/teaching-practice-3-probabilistic-graphical-models/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/teaching-practice-3-probabilistic-graphical-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>这俩人真好玩</title>
		<link>http://www.shaoyuanlong.com/%e8%bf%99%e4%bf%a9%e4%ba%ba%e7%9c%9f%e5%a5%bd%e7%8e%a9/</link>
		<comments>http://www.shaoyuanlong.com/%e8%bf%99%e4%bf%a9%e4%ba%ba%e7%9c%9f%e5%a5%bd%e7%8e%a9/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 05:04:52 +0000</pubDate>
		<dc:creator>Louis Shao</dc:creator>
				<category><![CDATA[Activity]]></category>
		<category><![CDATA[By Language - 中文]]></category>
		<category><![CDATA[Discovery]]></category>

		<guid isPermaLink="false">http://www.shaoyuanlong.com/?p=666</guid>
		<description><![CDATA[前两天看到这个视频，感动得那个是旺。。。回想我爸我妈，我妈的五笔是我教会的，后来不知怎么地我爸我妈都会了。。。后来又都会用QQ了 我给“爸爸”发了消息问有没有起床，结果是老妈回的，说还在睡]]></description>
			<content:encoded><![CDATA[<p>前两天看到这个<a href="http://v.youku.com/v_show/id_XMjQxMzI2Nzgw.html" target="_blank">视频</a>，感动得那个是旺。。。回想我爸我妈，我妈的五笔是我教会的，后来不知怎么地我爸我妈都会了。。。后来又都会用QQ了</p>

<a href="http://www.shaoyuanlong.com/wp-content/gallery/funpart/qqparents.png" title="My Parents on QQ" class="thickbox" rel="singlepic197" >
	<img class="ngg-singlepic" src="http://www.shaoyuanlong.com/wp-content/gallery/cache/197__270x_qqparents.png" alt="My Parents on QQ" title="My Parents on QQ" />
</a>

<p>我给“爸爸”发了消息问有没有起床，结果是老妈回的，说还在睡 <img src='http://www.shaoyuanlong.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.shaoyuanlong.com/%e8%bf%99%e4%bf%a9%e4%ba%ba%e7%9c%9f%e5%a5%bd%e7%8e%a9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

