<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>POLARIS</title>
	<link>http://liconey.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 23 Apr 2008 22:18:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>World time</title>
		<description>	&lt;script src=&quot;http://www.clocklink.com/embed.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&gt;obj=new Object;obj.clockfile=&quot;world001-blue.swf&quot;;obj.TimeZone=&quot;GMT-0800&quot;;obj.width=480;obj.height=250;obj.wmode=&quot;transparent&quot;;showClock(obj);&lt;/script&gt;

 </description>
		<link>http://liconey.blogsome.com/2008/04/23/world-time/</link>
	</item>
	<item>
		<title>time</title>
		<description>	obj=new Object;obj.clockfile=&#8221;world001-blue.swf&#8221;;obj.TimeZone=&#8221;GMT-0800&#8243;;obj.width=480;obj.height=250;obj.wmode=&#8221;transparent&#8221;;showClock(obj);

 </description>
		<link>http://liconey.blogsome.com/2008/04/23/time/</link>
	</item>
	<item>
		<title>A Simple Example</title>
		<description>	mangosteen.cs.ttu.edu$ csp.out -f 3 3 3 3 1 3 1 The parameters of the random instances&nbsp; (n=3, d=3, e=3 , f=3 , t=1, # of instances=1, seed=3) &nbsp;Instance 0:The cn address is 0x960f0c8nt=9&nbsp; ft=3&#8212;&#8212;-all possible constraints&#8212;&#8212;&#8211;0 10 21 2&#8212;&#8212;&#8211;C/e constraints&#8212;&#8212;&#8212;&#8212;&#8211;1 20 10 2&#8212;&#8212;&#8211;2*C constraints&#8212;&#8212;&#8212;&#8211;1 22 10 11 00 22 0&#8212;&#8212;&#8212;F ...</description>
		<link>http://liconey.blogsome.com/2008/03/24/a-simple-example/</link>
	</item>
	<item>
		<title>adjGF</title>
		<description>	adjGF:0 : 8 1 : 2 : 5 3 : 4 4 : 3 6 5 : 7 8 6 : 7 : 8 : 3 &nbsp;funcross_link_list:0 : 8 1 : 6 2 : 4 5 3 : 4 8 4 : 2 3 6 5 : 2 7 8 ...</description>
		<link>http://liconey.blogsome.com/2008/03/23/adjgf/</link>
	</item>
	<item>
		<title>segmentation debug</title>
		<description>	&#8212;&#8212;&#8212;&#8212;Newcomposed CSP begin:&#8212;&#8212;&#8212; v:8 c_{3,4}[8]-1 cjk[v]-1 cjk[cij[v]]41 c_ik[v]-1 c_{3,6}: [ 0 8] c_{3,6}: [ 1 1] c_{3,6}: [ 2 3] c_{3,6}: [ 3 -1] c_{3,6}: [ 4 -1] c_{3,6}: [ 5 3] c_{3,6}: [ 6 4] c_{3,6}: [ 7 -1] c_{3,6}: [ 8 -1] ++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++ typecons=:2 removed v  ...</description>
		<link>http://liconey.blogsome.com/2008/03/22/segmentation-debug/</link>
	</item>
	<item>
		<title>Neural network -matlab implement</title>
		<description>	function sigmoid = sigmoid(var)&nbsp;&nbsp; sigmoid = 2/(1+exp(-var)) - 1; endfunction dsigmoid = dsigmoid(var)&nbsp;&nbsp; dsigmoid = 0.5 * (1 + sigmoid(var)) * (1 - sigmoid(var)); end
	[x,y,t] = textread(&#8217;hw3data.txt&#8217;,'%f %f %f&#8217;);m=1;n=1;for i =1 : length(t)&nbsp;&nbsp;&nbsp; if t(i) == 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x1(m) = x(i);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; y1(m) = y(i);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m = m + 1;&nbsp;&nbsp;&nbsp; else&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x2(n) ...</description>
		<link>http://liconey.blogsome.com/2008/03/11/neural-network-matlab-implement/</link>
	</item>
	<item>
		<title>P.R.</title>
		<description>	load HW2pos.dat
	load HW2neg.dat
	x1=HW2pos(:1);
	x1=HW2pos(:,1);
	y1=HW2pos(:,2);
	x2=HW2neg(:,1);
	y2=HW2neg(:,2);
	scatter(x1,y1,&#8217;+r&#8217;,x2,y2,&#8217;+b&#8217;)
	scatters(x1,y1,&#8217;+r&#8217;,x2,y2,&#8217;+b&#8217;)
	scatter(x1,y1,&#8217;+r&#8217;,x2,y2,&#8217;+b&#8217;)
	scatter(x1,y1,&#8217;+r&#8217;)
	hold on
	scatter(x2,y2,&#8217;+g&#8217;)
	title(&#8217;Homework2&#8242;)
	legend(&#8217;+r, data +1&#8242;,&#8217;+g, data -1&#8242;)
	legend(&#8217;data +1&#8242;,&#8217; data -1&#8242;)
	x1minusu=x1-4.0034;
	y1minusu=y1+0.0637;
	class1minusu1=[x1minusu y1minusu];
	m=class1minusu1*class1minusu1&#8242;;
	sumofm=sum(m);
	hold off
	%&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8211;%
	sumA=0
	for i=1:300
	A=[x1minusu(i) y1minusu(i)]&#8217;*[x1minusu(i) y1minusu(i)]
	sumA=sumA+A
	end
	sumA
	sumA./299
	sigma1=sumA./299
	inv(sigma1)
	inv6=inv(sigma1)
	W1=inv6.*(-0.5)
	x2minusu=x2.-4.0025
	x2minusu=x2-4.0025
	y2minusu=y2-2.0047
	sumB=0
	for i=1:300
	B=[x2minusu(i) y2minusu(i)]&#8217;*[x2minusu(i) y2minusu(i)]
	sumB=sumB+B
	end
	sigma2=sumB./299
	sumB
	inv62=inv(sigma2)
	W2=inv62*.(-0.5)
	W2=inv62.*(-0.5)
	W1-W2
	norm(sigma1)
	(-0.5)*lnnorm(sigma1)
	(-0.5)*ln(norm(sigma1))
	(-0.5)*log(norm(sigma1))
	u1=[4.0034 -0.0637]
	u2=[4.0025 2.0047]
	W100=(-0.5)* u1 * inv6 * u1&#8242;
	W100+0.0414+0.5
	W200=(-0.5)* u2 inv62 * u2&#8242;
	W200=(-0.5)* u2 * inv62 * u2&#8242;
	W200+(-0.5) * log(norm(sigma2)) +0.5
	(W1-W2)&#8217;
	w1=inv6*u1
	w1=inv6*u1&#8242;
	w2= inv62* u2&#8242;
	w1-w2
	-377.0874-(-25.2259)
	f=-0.8412
	g=f
	h=0.4546
	w22=2.6536;
	w11=173.5067;
	w0=-351.8615;
	e=-21.1271;
	for i=1 :300
	a=h
	b=(f+g)* x1(i)+ w22
	for i=1 :300
	a=h
	b=(f+g)* x1(i)+ w22;
 </description>
		<link>http://liconey.blogsome.com/2008/02/29/pr/</link>
	</item>
	<item>
		<title>Errata of Dr. Gelfond&#8217; Notes</title>
		<description>	Here only list some important one. 
	Then&#8211;&gt;Than
	Lower Bound Algorithm condition 3. Condition should be stronged as the one and the only one to fuarantee the conclusion.
	Example2 for the&nbsp; Lower Bound Algorithm. It should stop in the previous step. There is a contradiction in the final step.
	&nbsp;For other errors please contact ...</description>
		<link>http://liconey.blogsome.com/2008/01/12/errata-of-dr-gelfond-notes/</link>
	</item>
	<item>
		<title>Example of LE</title>
		<description>	SCC1:(A,B) (B,C)(C,D)(D,A)SCC2:(G,E)(E,F)(F,G)(E,H)(H,E)NonScc:(C,E)Suppose&nbsp; A&nbsp; is the base point(choose randomly),&nbsp;  the time of composition is at least 3.However, if we choose C as the base point , we only need 2 compositions around SCC1.&nbsp; The similar situation happen to SCC2. we delete B(composition (A,C)), and then C(composition (A,D);composition (A,E)): &#8212;&gt; we ...</description>
		<link>http://liconey.blogsome.com/2008/01/12/example-of-le/</link>
	</item>
	<item>
		<title>Linear Elimination Algorithm</title>
		<description>	Linear Elimination(inout(N,D,C)) // What does inout mean?{&nbsp; Found_Strongly_connected(GF); // the function is try to find all the SCC of GF of&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; // &nbsp; (N,D,C) &nbsp; for(m=1;m&lt;number_SCC;m++)&nbsp;&nbsp; // in each SCC?&nbsp; {&nbsp;&nbsp; SCC(m); &nbsp;&nbsp; substitution=i; &nbsp; ...</description>
		<link>http://liconey.blogsome.com/2008/01/12/linear-elimination-algorithm/</link>
	</item>
</channel>
</rss>
