<?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>FANN</title>
	<atom:link href="http://leenissen.dk/fann/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://leenissen.dk/fann/wp</link>
	<description>Fast Artificial Neural Network Library</description>
	<lastBuildDate>Tue, 24 Jan 2012 07:45:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>FANN 2.2.0 Released</title>
		<link>http://leenissen.dk/fann/wp/2012/01/fann-2-2-0-released/</link>
		<comments>http://leenissen.dk/fann/wp/2012/01/fann-2-2-0-released/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 06:31:43 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=196</guid>
		<description><![CDATA[FANN 2.2.0 has been released, after almost 5 years since the last release. Since the last release there has been more than 230,000 FANN downloads, so hoping that this new release will be just as popular. Version 2.2.0 is backwards compatible and adds the following new features: Added Sarprop training Added fann_create_train for creating an [...]]]></description>
			<content:encoded><![CDATA[<p>FANN 2.2.0 has been released, after almost 5 years since the last release.</p>
<p>Since the last release there has been more than 230,000 FANN downloads, so hoping that this new release will be just as popular.</p>
<p>Version 2.2.0 is backwards compatible and adds the following new features:</p>
<ul>
<li> Added Sarprop training</li>
<li> Added fann_create_train for creating an empty training data struct</li>
<li> Added fann_copy for copying an ANN</li>
<li> Added cascade_min_out_epochs and cascade_min_cand_epochs to improve cascade training</li>
<li> Added extra checks when training, to ensure that data and network input and output sizes matches</li>
<li> Added Visual Studio 2010 solution</li>
<li> Added support for 64bit architecture</li>
<li> Cleanup in sources</li>
<li> Moved source from CVS to GIT</li>
</ul>
<p>For now there is only a source release (includes windows binaries), but have been playing around with CPACK, and a binary release should be coming soon.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2012/01/fann-2-2-0-released/&via=SteffenNissen&text=FANN 2.2.0 Released&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2012/01/fann-2-2-0-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Kinect + Neural Network = Gesture Recognition</title>
		<link>http://leenissen.dk/fann/wp/2011/05/kinect-neural-network-gesture-recognition/</link>
		<comments>http://leenissen.dk/fann/wp/2011/05/kinect-neural-network-gesture-recognition/#comments</comments>
		<pubDate>Fri, 13 May 2011 00:48:44 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=174</guid>
		<description><![CDATA[Cool use of the FANN library The creators write: gesture recognition using a kinect an a neural network. We using the openNI and the NITE librairies with a Kinect to track body parts (hands, elbow, head, &#8230;). Then we use FANN (Fast Artificial Neural Network) library for the recognition system. For now, It is able [...]]]></description>
			<content:encoded><![CDATA[<p>Cool use of the FANN library</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/WI80eGO17jc" frameborder="0" allowfullscreen></iframe></p>
<p>The creators write:</p>
<blockquote><p>gesture recognition using a kinect an a neural network.<br />
We using the openNI and the NITE librairies with a Kinect to track body parts (hands, elbow, head, &#8230;). Then we use FANN (Fast Artificial Neural Network) library for the recognition system.<br />
For now, It is able to recognize only two moves, one means &#8216;hello&#8217; (&#8220;bonjour&#8221; in franch), the other mean &#8216;sorry&#8217; (&#8220;désole&#8221; in french).<br />
We just need to record new moves to train the neural network to be able to recognize other &#8220;words&#8221;/moves.</p></blockquote>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2011/05/kinect-neural-network-gesture-recognition/&via=SteffenNissen&text=Kinect + Neural Network = Gesture Recognition&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2011/05/kinect-neural-network-gesture-recognition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Native C# .Net wrapper for FANN released</title>
		<link>http://leenissen.dk/fann/wp/2011/02/native-c-net-wrapper-for-fann-released/</link>
		<comments>http://leenissen.dk/fann/wp/2011/02/native-c-net-wrapper-for-fann-released/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 04:30:53 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=167</guid>
		<description><![CDATA[For a long time there has only been a SOAP wrapper to use from .Net languages, so there has been a need for creating a real native wrapper. Some people have created small custom wrappers for smaller parts of the FANN library (see here), but finally a full wrapper is available for .Net languages fanndotnetwrapper. [...]]]></description>
			<content:encoded><![CDATA[<p>For a long time there has only been a SOAP wrapper to use from .Net languages, so there has been a need for creating a real native wrapper. Some people have created small custom wrappers for smaller parts of the FANN library (see <a href="http://leenissen.dk/fann/forum/viewtopic.php?f=3&amp;t=736">here</a>), but finally a full wrapper is available for .Net languages <a href="http://code.google.com/p/fanndotnetwrapper/">fanndotnetwrapper</a>.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2011/02/native-c-net-wrapper-for-fann-released/&via=SteffenNissen&text=Native C# .Net wrapper for FANN released&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2011/02/native-c-net-wrapper-for-fann-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>OpenCL enhanced version of FANN</title>
		<link>http://leenissen.dk/fann/wp/2011/02/opencl-enhanced-version-of-fann/</link>
		<comments>http://leenissen.dk/fann/wp/2011/02/opencl-enhanced-version-of-fann/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 01:00:14 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=162</guid>
		<description><![CDATA[A while back Seth made an OpenCL enhanced version of FANN. This is still a separate download, but there are plans to include this GPU enhanced version in the main repository. Tweet]]></description>
			<content:encoded><![CDATA[<p>A while back Seth made an <a href="http://leenissen.dk/fann/forum/viewtopic.php?f=2&amp;t=658&amp;start=0">OpenCL enhanced version of FANN</a>. This is still a separate download, but there are plans to include this GPU enhanced version in the main repository.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2011/02/opencl-enhanced-version-of-fann/&via=SteffenNissen&text=OpenCL enhanced version of FANN&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2011/02/opencl-enhanced-version-of-fann/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New FANN website</title>
		<link>http://leenissen.dk/fann/wp/2011/02/new-fann-website/</link>
		<comments>http://leenissen.dk/fann/wp/2011/02/new-fann-website/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 05:22:04 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=152</guid>
		<description><![CDATA[The FANN website has not been updated for quite a while, partly because of laziness, but also because the update process has been somewhat complicated. But now, the FANN website has gone through a complete makeover, and it is now based on the WordPress system, which allows for easy updating of the site, site comments, [...]]]></description>
			<content:encoded><![CDATA[<p>The FANN website has not been updated for quite a while, partly because of laziness, but also because the update process has been somewhat complicated.</p>
<p>But now, the FANN website has gone through a complete makeover, and it is now based on the WordPress system, which allows for easy updating of the site, site comments, and a FANN blog with news stories about FANN.</p>
<p>Please let me know what you think about the new site, by commenting below.</p>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2011/02/new-fann-website/&via=SteffenNissen&text=New FANN website&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2011/02/new-fann-website/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>FANN more popular than ever</title>
		<link>http://leenissen.dk/fann/wp/2011/01/fann-more-popular-than-ever/</link>
		<comments>http://leenissen.dk/fann/wp/2011/01/fann-more-popular-than-ever/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 07:18:31 +0000</pubDate>
		<dc:creator>Steffen Nissen</dc:creator>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">http://leenissen.dk/fann/wp/?p=84</guid>
		<description><![CDATA[November of 2010 was saw the second highest number of downloads ever for the FANN library, with a total of 4,679 downloads during the month. 4,679 Tweet]]></description>
			<content:encoded><![CDATA[<p>November of 2010 was saw the second highest number of downloads ever for the FANN library, with a total of <a href="http://sourceforge.net/projects/fann/files/stats/timeline?dates=2010-11-01+to+2010-11-30">4,679 downloads</a> during the month.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4,679</div>
<div style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http://leenissen.dk/fann/wp/2011/01/fann-more-popular-than-ever/&via=SteffenNissen&text=FANN more popular than ever&related=:&lang=en&count=horizontal" class="twitter-share-button">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://leenissen.dk/fann/wp/2011/01/fann-more-popular-than-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.804 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-23 15:43:41 -->

