<?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 eng.kulanov.org.ua</title>
	<atom:link href="http://eng.kulanov.org.ua/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://eng.kulanov.org.ua</link>
	<description>GRID Compiting, Grid in Ukraine, Science in Ukraine and in the world</description>
	<lastBuildDate>Fri, 06 Aug 2010 17:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Bayes’ Rule by Sergey Kulanov</title>
		<link>http://eng.kulanov.org.ua/archives/85/comment-page-1#comment-6</link>
		<dc:creator>Sergey Kulanov</dc:creator>
		<pubDate>Fri, 06 Aug 2010 17:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://eng.kulanov.org.ua/?p=85#comment-6</guid>
		<description>Posterior=(likelihood*Prior)/evidence</description>
		<content:encoded><![CDATA[<p>Posterior=(likelihood*Prior)/evidence</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markov Chain (Model) Builder&#8230; by Sergey Kulanov</title>
		<link>http://eng.kulanov.org.ua/archives/73/comment-page-1#comment-5</link>
		<dc:creator>Sergey Kulanov</dc:creator>
		<pubDate>Tue, 25 May 2010 06:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://eng.kulanov.org.ua/?p=73#comment-5</guid>
		<description>Yet another approach:
A=full(sparse(sequence(1:end-1),sequence(2:end),1));
T=normalize(A,2);</description>
		<content:encoded><![CDATA[<p>Yet another approach:<br />
A=full(sparse(sequence(1:end-1),sequence(2:end),1));<br />
T=normalize(A,2);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markov Chain (Model) Builder&#8230; by admin</title>
		<link>http://eng.kulanov.org.ua/archives/73/comment-page-1#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 25 May 2010 05:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://eng.kulanov.org.ua/?p=73#comment-4</guid>
		<description>A new approach was found in markovFit() function from PMTK toolkit, please refer http://pmtk3.googlecode.com/svn/trunk/docs/synopsis/Markov_models.html</description>
		<content:encoded><![CDATA[<p>A new approach was found in markovFit() function from PMTK toolkit, please refer <a href="http://pmtk3.googlecode.com/svn/trunk/docs/synopsis/Markov_models.html" rel="nofollow">http://pmtk3.googlecode.com/svn/trunk/docs/synopsis/Markov_models.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markov Chain (Model) Builder&#8230; by admin</title>
		<link>http://eng.kulanov.org.ua/archives/73/comment-page-1#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Apr 2010 06:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://eng.kulanov.org.ua/?p=73#comment-3</guid>
		<description>More elegant way was found from mk_stochastic function of BNT toolbox (Written by Kevin Murphy)

A=full(sparse(sequence(1:end-1),sequence(2:end),1));
Z = sum(A,2); 
S = Z + (Z==0);
norm = repmat(S, 1, size(A,2));
A = A ./ norm;</description>
		<content:encoded><![CDATA[<p>More elegant way was found from mk_stochastic function of BNT toolbox (Written by Kevin Murphy)</p>
<p>A=full(sparse(sequence(1:end-1),sequence(2:end),1));<br />
Z = sum(A,2);<br />
S = Z + (Z==0);<br />
norm = repmat(S, 1, size(A,2));<br />
A = A ./ norm;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
