<?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>fs4learning &#187; Improve your skills</title>
	<atom:link href="http://robotics.icstweb.org/fs4learning/category/improve-your-skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://robotics.icstweb.org/fs4learning</link>
	<description>Just another Robotics.icstweb.org weblog</description>
	<lastBuildDate>Thu, 16 Apr 2009 19:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>F# and WPF</title>
		<link>http://robotics.icstweb.org/fs4learning/2008/12/01/f-and-wpf/</link>
		<comments>http://robotics.icstweb.org/fs4learning/2008/12/01/f-and-wpf/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 12:40:28 +0000</pubDate>
		<dc:creator>xni</dc:creator>
				<category><![CDATA[Improve your skills]]></category>
		<category><![CDATA[Using neural networks for solving partial differential equations]]></category>

		<guid isPermaLink="false">http://robotics.icstweb.org/fs4learning/?p=33</guid>
		<description><![CDATA[By the moment I have a solution of the problem: I have the simplest artificial neural network that solves elliptic equation. For further research process I need a visualization of my solution. There are three way to have this done: Text output into file and writing application on other language to show the results. This [...]]]></description>
			<content:encoded><![CDATA[<p>By the moment I have a solution of the problem: I have the simplest artificial neural network that solves elliptic equation. For further research process I need a visualization of my solution.</p>
<p>There are three way to have this done:</p>
<ul>
<li>Text output into file and writing application on other language to show the results. This is a fast and simple solution. But my F# program returns list of weights, widths and centers. So I need to write the neural network modeler again! Oh, no&#8230; I don&#8217;t like this way.</li>
<li> Use the ability of Microsoft Visual Studio to call procedures, written on other languages inside one project. At first I wanted to use this ability, but yesterday I find the best way to do the modeler.</li>
<li>Windows Presentation Foundation (WPF). It&#8217;s a part of .NET framework 3 and gives us an opportunity to have separate code and markup written.</li>
</ul>
<p>I need to have my visualizer finished in 3 days, so results are coming soon!</p>
<p>There are a lot of materials about F# and WPF, but I liked this <a href="http://blogs.msdn.com/dsyme/archive/2008/01/05/learning-wpf-through-f-and-vice-versa-by-john-liao.aspx">one</a>.</p>
 <img src="http://robotics.icstweb.org/fs4learning/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=33" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://robotics.icstweb.org/fs4learning/2008/12/01/f-and-wpf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why F#?</title>
		<link>http://robotics.icstweb.org/fs4learning/2008/10/11/why-f/</link>
		<comments>http://robotics.icstweb.org/fs4learning/2008/10/11/why-f/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:21:13 +0000</pubDate>
		<dc:creator>xni</dc:creator>
				<category><![CDATA[Improve your skills]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[get started]]></category>
		<category><![CDATA[learn F#]]></category>
		<category><![CDATA[quick start]]></category>

		<guid isPermaLink="false">http://robotics.icstweb.org/fs4learning/?p=9</guid>
		<description><![CDATA[When I started using F# I didn&#8217;t know what it would be like. But when I coded the Runge-Kutta method and a core of my ballistic calculation project in a few hours, without any errors and bugs, spending no time debugging, I realised that functional programming is a very handy idiom for various computations. I [...]]]></description>
			<content:encoded><![CDATA[<p>When I started using F# I didn&#8217;t know what it would be like. But when I coded the Runge-Kutta method and a core of my ballistic calculation project in a few hours, without any errors and bugs, spending no time debugging, I realised that functional programming is a very handy idiom for various computations.</p>
<p>I don&#8217;t know all of advantages of F#, but during this month I found what F# is</p>
<ul>
<li>Easy to learn and understand. You may not have a wide knowledge to start.</li>
<li>Usually it&#8217;s much more expressive.</li>
<li>It&#8217;s really difficult to make a bug! <img src='http://robotics.icstweb.org/fs4learning/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>You can use .NET libraries and classes.</li>
<li>You can combine Functional abilities with object oriented and imperative idioms.</li>
</ul>
<p>Don&#8217;t be afraid of using it! It takes about two weeks to get accustomed to F#. You just need to have <a href="http://research.microsoft.com/fsharp/release.aspx" target="_blank">F# compiler</a> to start. If you want to have IDE, my advise is downloading <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=40646580-97FA-4698-B65F-620D4B4B1ED7&amp;displaylang=en">Microsoft Visual Studio 2008 Shell</a>.</p>
<p>I use following books as a source of information about F# and functional programming:</p>
<ul>
<li><a href="http://www.itstudy8.org/ShowBook.asp?BookId=3579" target="_blank">Foundations of F#</a></li>
<li><a href="http://www.itstudy8.org/showbook.asp?BookID=3879" target="_blank">Expert F#</a></li>
<li>A. Field, P. Harrison: Functional Programming, Addison-Wesley, 1988</li>
</ul>
 <img src="http://robotics.icstweb.org/fs4learning/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=9" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://robotics.icstweb.org/fs4learning/2008/10/11/why-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
