<?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>Slavko's weblog</title>
	<atom:link href="http://zitnik.si/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://zitnik.si/wordpress</link>
	<description>Born to challenge everything</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:40:32 +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>Mac OSX Lion: Time Machine to PC share</title>
		<link>http://zitnik.si/wordpress/2012/02/12/mac-osx-lion-time-machine-to-linux-share/</link>
		<comments>http://zitnik.si/wordpress/2012/02/12/mac-osx-lion-time-machine-to-linux-share/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 22:40:12 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Prosti čas]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=598</guid>
		<description><![CDATA[There are problems backing up Mac OSX computers to network shares (other than Apple ) because Apple uses some proprietary protocols (to better sell other products ). Instead of searching workarounds such as creating virtual disks on remote shares, I&#8217;ve found out a nicer option by searching the web. SOLUTION: Installation of a) Netatalk &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>There are problems backing up Mac OSX computers to network shares (other than Apple <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) because Apple uses some proprietary protocols (to better sell other products <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). Instead of searching workarounds such as creating virtual disks on remote shares, I&#8217;ve found out a nicer option by searching the web.</p>
<p><strong>SOLUTION</strong>: Installation of<br />
a) <a href="http://en.wikipedia.org/wiki/Netatalk" target="_blank">Netatalk</a> &#8211; an open-source implementation of AppleTalk protocols<br />
b) <a href="http://en.wikipedia.org/wiki/Avahi_%28software%29" target="_blank">Avahi</a> &#8211; system for multicast service discovery in local networks</p>
<p>I own an older desktop PC &#8220;Barsabass&#8221;, running Ubuntu 11.10, which also serves me as DLNA, file server and from now on also as Time Machine backup server. In the following a simple procedure to get Time Machine from Mac to PC working is described. You can further add other shares or properties (conf files are nicely documented).</p>
<p><strong>INSTALLATION</strong>:</p>
<p>Step 1: Install netatalk and avahi packages.</p>
<p style="padding-left: 30px;"><em><strong>apt-get install netatalk avahi-daemon</strong></em></p>
<p>Step 2: Enable netatalk server by editing /etc/netatalk/afpd.conf. Add following line.</p>
<p style="padding-left: 30px;"><strong><em>&#8220;Barsabass&#8221; -tcp</em></strong></p>
<p>Step 3: Enable some Apple shares by editing <em>/etc/netatalk/AppleVolumes.default</em>. Add line containg path to share folder (= TimeMachine bakup location), name of share, allowed users.</p>
<p style="padding-left: 30px;"><strong>/media/Dokumenti/bcpks/slavko_mbpro_tm &#8220;slavko_mbpro_tm&#8221; allow:slavkoz</strong></p>
<p>Step 4: Enable netatalk server run parameters in <em>/etc/default/netatalk</em>.</p>
<div id="_mcePaste" style="padding-left: 30px;"><strong><em>CNID_METAD_RUN=yes</em></strong></div>
<div id="_mcePaste" style="padding-left: 30px;"><strong><em>AFPD_RUN=yes</em></strong></div>
<div id="_mcePaste" style="padding-left: 30px;"><strong><em>TIMELORD_RUN=yes</em></strong></div>
<p>Step 5: Setup afpd for broadcast. Create file <em>/etc/avahi/services/afpd.service</em>.</p>
<p style="padding-left: 30px;"><em><strong>&lt;?xml version=&#8221;1.0&#8243; standalone=&#8217;no&#8217;?&gt;&lt;!&#8211;*-nxml-*&#8211;&gt; </strong></em><br />
<em><strong>&lt;!DOCTYPE service-group SYSTEM &#8220;avahi-service.dtd&#8221;&gt; </strong></em><br />
<em><strong>&lt;service-group&gt; </strong></em><br />
<em><strong>&lt;name replace-wildcards=&#8221;yes&#8221;&gt;%h&lt;/name&gt; </strong></em><br />
<em><strong>&lt;service&gt; </strong></em><br />
<em><strong>&lt;type&gt;_afpovertcp._tcp&lt;/type&gt; </strong></em><br />
<em><strong>&lt;port&gt;548&lt;/port&gt; </strong></em><br />
<em><strong>&lt;/service&gt; </strong></em><br />
<em><strong>&lt;service&gt; </strong></em><br />
<em><strong>&lt;type&gt;_device-info._tcp&lt;/type&gt; </strong></em><br />
<em><strong>&lt;port&gt;0&lt;/port&gt; </strong></em><br />
<em><strong>&lt;txt-record&gt;model=Xserve&lt;/txt-record&gt; </strong></em><br />
<em><strong>&lt;/service&gt; </strong></em><br />
<em><strong>&lt;/service-group&gt;</strong></em></p>
<p>Step 6: Restart both services.</p>
<p style="padding-left: 30px;"><strong><em>/etc/init.d/netatalk restart</em></strong></p>
<p style="padding-left: 30px;"><strong><em>restart avahi-daemon</em></strong></p>
<p>Step 7: Use Time Machine backup and enjoy! Your configured share should be now visible like on the picture below. After you successful share access by Finder, you can select the network drive in Time Machine and begin backing up you Mac.</p>
<p><a href="http://zitnik.si/wordpress/wp-content/uploads/2012/02/Screen-Shot-2012-02-11-at-11.29.34-PM.png" rel="lightbox[598]"><img class="size-medium wp-image-599 aligncenter" title="Share, visible on Mac" src="http://zitnik.si/wordpress/wp-content/uploads/2012/02/Screen-Shot-2012-02-11-at-11.29.34-PM-300x143.png" alt="" width="300" height="143" /></a><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2012/02/12/mac-osx-lion-time-machine-to-linux-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LG TV and .mkv via DLNA</title>
		<link>http://zitnik.si/wordpress/2011/12/25/lg-tv-and-mkv-via-dlna/</link>
		<comments>http://zitnik.si/wordpress/2011/12/25/lg-tv-and-mkv-via-dlna/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 18:59:04 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Prosti čas]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=595</guid>
		<description><![CDATA[My LG TV played .mkv files from USB, but not via DLNA. After selecting .mkv file, &#8220;This file is invalid&#8221; dialog showed and TV restarted. I have used various DLNA servers on Windows, Linux and today I tried Serviio. I just deleted &#8220;transcoding&#8221; tag int &#8220;profiles.xml&#8221; for &#8220;LG TV&#8221; profile and videos are played smoothly [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zitnik.si/wordpress/wp-content/uploads/2011/12/logo.png" rel="lightbox[595]"><img class="alignleft size-medium wp-image-596" title="logo" src="http://zitnik.si/wordpress/wp-content/uploads/2011/12/logo-300x79.png" alt="" width="300" height="79" /></a>My LG TV played .mkv files from USB, but not via DLNA. After selecting .mkv file, &#8220;This file is invalid&#8221; dialog showed and TV restarted.</p>
<p>I have used various DLNA servers on Windows, Linux and today I tried <a href="http://www.serviio.org/" target="_blank">Serviio</a>. I just deleted &#8220;transcoding&#8221; tag int &#8220;profiles.xml&#8221; for &#8220;LG TV&#8221; profile and videos are played smoothly (without transcoding on my AMD64 3200+, 2GB@333Mhz).</p>
<p>Another nice thing <a href="http://www.serviio.org/" target="_blank">Serviio</a> does is automatically identifying series, grouping them and showing half-watched videos.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/12/25/lg-tv-and-mkv-via-dlna/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Nutch 1.4 &#8211; Form authentication [SOLVED]</title>
		<link>http://zitnik.si/wordpress/2011/12/20/apache-nutch-1-4-form-authentication-solved/</link>
		<comments>http://zitnik.si/wordpress/2011/12/20/apache-nutch-1-4-form-authentication-solved/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:08:38 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=590</guid>
		<description><![CDATA[As I have been searching over the internet, I found out lots of people having problems with Form-based authentication when using Apache Nutch crawler. All posts I have found ended with no solution, so I am giving you one option here. By default, Nutch uses protocol-http plugin to retrieve pages. The plugin protocol-httpclient supports several [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zitnik.si/wordpress/wp-content/uploads/2011/12/nutch_logo_tm.gif" rel="lightbox[590]"><img class="alignleft size-full wp-image-591" title="nutch_logo_tm" src="http://zitnik.si/wordpress/wp-content/uploads/2011/12/nutch_logo_tm.gif" alt="" width="121" height="48" /></a>As I have been searching over the internet, I found out lots of people having problems with Form-based authentication when using Apache Nutch crawler. All posts I have found ended with no solution, so I am giving you one option here.</p>
<p>By default, Nutch uses <strong>protocol-http</strong> plugin to retrieve pages. The plugin <strong>protocol-httpclient</strong> supports several HTTP authentication schemes out of the box and uses (still <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ) HttpClient v3.x (to use this plugin, you will need to update <strong>conf/nutch-site.xml</strong> <strong>plugin.includes</strong> properties). Credentials for specific hosts are read from <strong>conf/httpclient-auth.xml</strong> file.</p>
<p>Good option is to define xml for saving forms credentials. I for example, used:</p>
<pre>&lt;credentials username="myUsn" password="myPass"&gt;
      &lt;formscope loginPage="httpMethodPageUrl" 
                 className="si.zitnik.pathToClassName"
                 port="portNum" /&gt;
&lt;/credentials&gt;</pre>
<p>Then I edited <strong>setCredentials</strong> method inside <strong>Http</strong> class in <strong>protocol-httpclient</strong> plugin to read new type of credentials. In the method <strong>resolveCredentials</strong> I instantiate class given by className and call the login function (build your prefered way of abstract classes/interfaces to make the procedure as generic as possible). In the plugin, httpclient uses BROWSER_COMPATIBILITY Cookie policy, so we need no further changes.</p>
<p>The last thing is writing your own login class that accepts previously read parameters and authenticates to the page. The easiest way is to write it directly inside protocol-httpclient plugin. (If you want to write it somewhere else, you will need to modify dependencies in plugin&#8217;s build xmls).</p>
<p>After that enjoy crawling!<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/12/20/apache-nutch-1-4-form-authentication-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: PubLoOnSteroids Limited Edition</title>
		<link>http://zitnik.si/wordpress/2011/11/15/publoonsteroids-limited-edition/</link>
		<comments>http://zitnik.si/wordpress/2011/11/15/publoonsteroids-limited-edition/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 00:03:57 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=585</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://zitnik.si/wordpress/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-585">Password:<br />
<input name="post_password" id="pwbox-585" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/11/15/publoonsteroids-limited-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Natural Language Processing in Slovene language</title>
		<link>http://zitnik.si/wordpress/2011/10/16/natural-language-processing-in-slovene-language/</link>
		<comments>http://zitnik.si/wordpress/2011/10/16/natural-language-processing-in-slovene-language/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 14:10:47 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=577</guid>
		<description><![CDATA[I have checked tools for text processing in Slovene language. As I have found out, there are no published named entity recognizers, relation extractors or co-reference resolution systems. Good news is that there has been some work done in lemmatizing (sl. lematizacija) and POS tagging (sl. oblikoslovno označevanje) which will be very important for text [...]]]></description>
			<content:encoded><![CDATA[<p>I have checked tools for text processing in Slovene language. As I have found out, there are no published named entity recognizers, relation extractors or co-reference resolution systems.</p>
<p>Good news is that there has been some work done in lemmatizing (sl. lematizacija) and POS tagging (sl. oblikoslovno označevanje) which will be very important for text preprocessing. The entry point where you can find more information is <a href="http://bos.zrc-sazu.si/" target="_blank">http://bos.zrc-sazu.si/</a>. There are published some theories, references to scientific articles and research project. For me, the important resources are tagged datasets and learned models.</p>
<p>For Slovene, there are three main datasets that are woth mentioning (tagged according to TEI P5 standard):</p>
<ul>
<li><a href="http://nl.ijs.si/jos/index-sl.html" target="_blank">JOS datasets</a>: It consists of two datasets jos100k and jos1M with 100.000 and 1.000.000 hand-checked linguistical annotations.</li>
<li><a href="http://www.fidaplus.net/" target="_blank">FidaPLUS dataset</a>: It contains a part of MULTEXT-East texts and is reference dataset for Slovene language as it is very representative.</li>
<li><a href="http://nl.ijs.si/ME/" target="_blank">MULTEXT-East</a>: This is a spin-off of MULTEXT project. It contains morphological annotations for eastern languages: Bulgarian, Croatian, Czech, English, Estonian, Hungarian, Lithuanian, Macedonian, Persian, Polish, Resian, Romanian, Russian, Serbian, Slovak, Slovene and Ukrainian.</li>
</ul>
<p>Learned models for lemmatizer and POS tagger can be found here: <a href="http://oznacevalnik.slovenscina.eu/Vsebine/Sl/ProgramskaOprema/Oblikoslovni.aspx" target="_blank">http://oznacevalnik.slovenscina.eu/Vsebine/Sl/ProgramskaOprema/Oblikoslovni.aspx</a>. Sofware is unfortunatelly (unix user now <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> ) written in .NET, but it contains training data some examples. Maybe I could get the source code from the developers to rewrite it to Java or I will do it on my own. On videolectures.net there is <a href="http://videolectures.net/korpusi2010_grcar_oos/" target="_blank">a nice presentation</a> of work done on this project. Another lemmatiser can be found here: <a href="http://lemmatise.ijs.si/Software">http://lemmatise.ijs.si/Software</a> &#8211; it may be the same as previous one as it is writen by researchers from the same department.</p>
<p>For Slovene there also exists a version of Wordnet like lexicon, named <a href="http://lojze.lugos.si/~darja/slownet.html" target="_blank">sloWNet</a> 2.2. Currently it contains 20.000 synsets along with 17.000 literals.</p>
<p>More information can also be found on Josef Stefan&#8217;s reasearch group site: <a href="http://nl.ijs.si/" target="_blank">http://nl.ijs.si/</a>. Commercially available tools are available from company <a href="www.amebis.si" target="_blank">Amebis</a>. The most products they have are rule based and from my point of view can only be used as helpers for research.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/10/16/natural-language-processing-in-slovene-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick intro to Weka</title>
		<link>http://zitnik.si/wordpress/2011/09/25/quick-intro-to-weka/</link>
		<comments>http://zitnik.si/wordpress/2011/09/25/quick-intro-to-weka/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 10:15:21 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=568</guid>
		<description><![CDATA[Weka (http://www.cs.waikato.ac.nz/ml/weka/) is Data Mining software from The University of Waikato. In Slovenia, The Bioinformatics Laboratory has also developed well known software Orange (http://orange.biolab.si/). Both tools have GUI interface and a library for programmatic access. The main difference is that Weka is Java and Orange is python -based. Here I will give a short example [...]]]></description>
			<content:encoded><![CDATA[<p>Weka (<a href="http://www.cs.waikato.ac.nz/ml/weka/" target="_blank">http://www.cs.waikato.ac.nz/ml/weka/</a>) is Data Mining software from The University of Waikato. In Slovenia, The Bioinformatics Laboratory has also developed well known software Orange (<a href="http://orange.biolab.si/" target="_blank">http://orange.biolab.si/</a>). Both tools have GUI interface and a library for programmatic access. The main difference is that Weka is Java and Orange is python -based.</p>
<p>Here I will give a short example how to use Weka within Java. Tha Java file is accessible here: <a href="http://zitnik.si/temp/Weka.java" target="_blank">Weka.java</a>. All you need to do is put weka.jar to classpath, compile and run Weka.java (of course you need to have c:\\temp folder or choose another one).</p>
<p>For classification problems we normally have to identify features. In Weka standard types of attributes are numeric, nominal, string, date and relation. Relation attribute can represent a whole dataset. There are also some functions for data preprocessing available. Here we define some attributes:</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdt_1" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_1"></a><a id="wpshat_1" class="wp-synhighlighter-title" href="#codesyntax_1"  onClick="javascript:wpsh_toggleBlock(1)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_1" onClick="javascript:wpsh_code(1)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_1" onClick="javascript:wpsh_print(1)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//1.ATTRIBUTES</span>
<span class="co1">//numeric</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a> attr <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a><span class="br0">&#40;</span><span class="st0">&quot;my-numeric&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>attr.<span class="me1">isNumeric</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//nominal</span>
FastVector myNomVals <span class="sy0">=</span> <span class="kw1">new</span> FastVector<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="kw1">for</span> <span class="br0">&#40;</span><span class="kw4">int</span> i<span class="sy0">=</span><span class="nu0">0</span><span class="sy0">;</span> i<span class="sy0">&lt;</span><span class="nu0">10</span><span class="sy0">;</span> i<span class="sy0">++</span><span class="br0">&#41;</span>
	myNomVals.<span class="me1">addElement</span><span class="br0">&#40;</span><span class="st0">&quot;value_&quot;</span><span class="sy0">+</span>i<span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a> attr1 <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a><span class="br0">&#40;</span><span class="st0">&quot;my-nominal&quot;</span>, myNomVals<span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>attr1.<span class="me1">isNominal</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//string</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a> attr2 <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a><span class="br0">&#40;</span><span class="st0">&quot;my-string&quot;</span>, <span class="br0">&#40;</span>FastVector<span class="br0">&#41;</span><span class="kw2">null</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>attr2.<span class="me1">isString</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//date</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a> attr3 <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aattribute+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Attribute</span></a><span class="br0">&#40;</span><span class="st0">&quot;my-date&quot;</span>, <span class="st0">&quot;dd-MM-yyyy&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>attr3.<span class="me1">isDate</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//whole relation can also be an attr</span>
<span class="co1">//Attribute attr4 = new Attribute(&quot;my-relation&quot;, new Instances(...));</span></pre></div></div>
<p>When we have attributes, we can form the dataset aka. relation (reading and writing from files will come later):</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdt_2" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_2"></a><a id="wpshat_2" class="wp-synhighlighter-title" href="#codesyntax_2"  onClick="javascript:wpsh_toggleBlock(2)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_2" onClick="javascript:wpsh_code(2)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_2" onClick="javascript:wpsh_print(2)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//2.create dataset</span>
FastVector attrs <span class="sy0">=</span> <span class="kw1">new</span> FastVector<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
    attrs.<span class="me1">addElement</span><span class="br0">&#40;</span>attr<span class="br0">&#41;</span><span class="sy0">;</span>
    attrs.<span class="me1">addElement</span><span class="br0">&#40;</span>attr1<span class="br0">&#41;</span><span class="sy0">;</span>
    attrs.<span class="me1">addElement</span><span class="br0">&#40;</span>attr2<span class="br0">&#41;</span><span class="sy0">;</span>
    attrs.<span class="me1">addElement</span><span class="br0">&#40;</span>attr3<span class="br0">&#41;</span><span class="sy0">;</span>
Instances dataset <span class="sy0">=</span> <span class="kw1">new</span>	Instances<span class="br0">&#40;</span><span class="st0">&quot;my_dataset&quot;</span>, attrs, 0<span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>Now we have defined the relation structure. There are a few possible ways to fill the dataset and here we present few of them:</p>
<div id="wpshdo_3" class="wp-synhighlighter-outer"><div id="wpshdt_3" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_3"></a><a id="wpshat_3" class="wp-synhighlighter-title" href="#codesyntax_3"  onClick="javascript:wpsh_toggleBlock(3)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_3" onClick="javascript:wpsh_code(3)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_3" onClick="javascript:wpsh_print(3)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_3" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//3.add instances</span>
<span class="co1">//first instance</span>
<span class="kw4">double</span><span class="br0">&#91;</span><span class="br0">&#93;</span> attValues <span class="sy0">=</span> <span class="kw1">new</span> <span class="kw4">double</span><span class="br0">&#91;</span>dataset.<span class="me1">numAttributes</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#93;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span>0<span class="br0">&#93;</span> <span class="sy0">=</span> <span class="nu0">55</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="st0">&quot;my-nominal&quot;</span><span class="br0">&#41;</span>.<span class="me1">indexOfValue</span><span class="br0">&#40;</span><span class="st0">&quot;value_5&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
        attValues<span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="st0">&quot;my-string&quot;</span><span class="br0">&#41;</span>.<span class="me1">addStringValue</span><span class="br0">&#40;</span><span class="st0">&quot;Slavko&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span><span class="nu0">3</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="st0">&quot;my-date&quot;</span><span class="br0">&#41;</span>.<span class="me1">parseDate</span><span class="br0">&#40;</span><span class="st0">&quot;7-6-1987&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
dataset.<span class="me1">add</span><span class="br0">&#40;</span><span class="kw1">new</span> Instance<span class="br0">&#40;</span>1.0, attValues<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//second instance</span>
attValues <span class="sy0">=</span> <span class="kw1">new</span> <span class="kw4">double</span><span class="br0">&#91;</span>dataset.<span class="me1">numAttributes</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#93;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span>0<span class="br0">&#93;</span> <span class="sy0">=</span> Instance.<span class="me1">missingValue</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="nu0">1</span><span class="br0">&#41;</span>.<span class="me1">indexOfValue</span><span class="br0">&#40;</span><span class="st0">&quot;value_9&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span><span class="nu0">2</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="nu0">2</span><span class="br0">&#41;</span>.<span class="me1">addStringValue</span><span class="br0">&#40;</span><span class="st0">&quot;Marinka&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	attValues<span class="br0">&#91;</span><span class="nu0">3</span><span class="br0">&#93;</span> <span class="sy0">=</span> dataset.<span class="me1">attribute</span><span class="br0">&#40;</span><span class="nu0">3</span><span class="br0">&#41;</span>.<span class="me1">parseDate</span><span class="br0">&#40;</span><span class="st0">&quot;23-4-1989&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
dataset.<span class="me1">add</span><span class="br0">&#40;</span><span class="kw1">new</span> Instance<span class="br0">&#40;</span>1.0, attValues<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//third instance</span>
Instance example <span class="sy0">=</span> <span class="kw1">new</span> Instance<span class="br0">&#40;</span>4<span class="br0">&#41;</span><span class="sy0">;</span>
	example.<span class="me1">setValue</span><span class="br0">&#40;</span>attr, 16<span class="br0">&#41;</span><span class="sy0">;</span>
	example.<span class="me1">setValue</span><span class="br0">&#40;</span>attr1, <span class="st0">&quot;value_7&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	example.<span class="me1">setValue</span><span class="br0">&#40;</span>attr2, <span class="st0">&quot;Mirko&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span>
	example.<span class="me1">setValue</span><span class="br0">&#40;</span>attr3, attr3.<span class="me1">parseDate</span><span class="br0">&#40;</span><span class="st0">&quot;1-1-1988&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
dataset.<span class="me1">add</span><span class="br0">&#40;</span>example<span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>Up to here we have the dataset in the memory. We can use it (class attribute needs yet to be set), print it to stdout or file:</p>
<div id="wpshdo_4" class="wp-synhighlighter-outer"><div id="wpshdt_4" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_4"></a><a id="wpshat_4" class="wp-synhighlighter-title" href="#codesyntax_4"  onClick="javascript:wpsh_toggleBlock(4)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_4" onClick="javascript:wpsh_code(4)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_4" onClick="javascript:wpsh_print(4)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_4" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//4.output dataset</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>dataset<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//5.save dataset</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Astring+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">String</span></a> file <span class="sy0">=</span> <span class="st0">&quot;C:<span class="es0">\\</span>temp<span class="es0">\\</span>weka_test.arff&quot;</span><span class="sy0">;</span>
ArffSaver saver <span class="sy0">=</span> <span class="kw1">new</span> ArffSaver<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
saver.<span class="me1">setInstances</span><span class="br0">&#40;</span>dataset<span class="br0">&#41;</span><span class="sy0">;</span>
saver.<span class="me1">setFile</span><span class="br0">&#40;</span><span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afile+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">File</span></a><span class="br0">&#40;</span>file<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
saver.<span class="me1">writeBatch</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//6.read dataset</span>
ArffLoader loader <span class="sy0">=</span> <span class="kw1">new</span> ArffLoader<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
loader.<span class="me1">setFile</span><span class="br0">&#40;</span><span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afile+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">File</span></a><span class="br0">&#40;</span>file<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
dataset <span class="sy0">=</span> loader.<span class="me1">getDataSet</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>As we have one string attribute, we need to properly preprocess it as very few classifiers support them. We can accomplish this with filters, for example changin it to nominal attribute:</p>
<div id="wpshdo_5" class="wp-synhighlighter-outer"><div id="wpshdt_5" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_5"></a><a id="wpshat_5" class="wp-synhighlighter-title" href="#codesyntax_5"  onClick="javascript:wpsh_toggleBlock(5)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_5" onClick="javascript:wpsh_code(5)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_5" onClick="javascript:wpsh_print(5)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_5" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//7.preprocess strings (almost no classifier supports them)</span>
StringToWordVector filter <span class="sy0">=</span> <span class="kw1">new</span> StringToWordVector<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
filter.<span class="me1">setInputFormat</span><span class="br0">&#40;</span>dataset<span class="br0">&#41;</span><span class="sy0">;</span>
dataset <span class="sy0">=</span> Filter.<span class="me1">useFilter</span><span class="br0">&#40;</span>dataset, filter<span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>dataset<span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>We have the data. The next thing is building a classifier. Weka contains a lot well known classifiers like naive Bayes, decision trees, perceptrons, etc.. I like SVMs and I use LibSVM with Weka. Weka already has built-in LibSVM API, so the only thing you need to do is to include libsvm.jar to classpath and use LibSVM as classifier instance.</p>
<p>Another very easy task is also saving and retrieving back classifiers. The only thing to be aware of is the class index! You must set it before learning the classifier. Best practice is to always set class attribute as last one.</p>
<div id="wpshdo_6" class="wp-synhighlighter-outer"><div id="wpshdt_6" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_6"></a><a id="wpshat_6" class="wp-synhighlighter-title" href="#codesyntax_6"  onClick="javascript:wpsh_toggleBlock(6)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_6" onClick="javascript:wpsh_code(6)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_6" onClick="javascript:wpsh_print(6)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_6" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//8.build classifier</span>
dataset.<span class="me1">setClassIndex</span><span class="br0">&#40;</span>1<span class="br0">&#41;</span><span class="sy0">;</span>
Classifier classifier <span class="sy0">=</span> <span class="kw1">new</span> J48<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
classifier.<span class="me1">buildClassifier</span><span class="br0">&#40;</span>dataset<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//9.save classifier</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aoutputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">OutputStream</span></a> os <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afileoutputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">FileOutputStream</span></a><span class="br0">&#40;</span>file<span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobjectoutputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">ObjectOutputStream</span></a> objectOutputStream <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobjectoutputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">ObjectOutputStream</span></a><span class="br0">&#40;</span>os<span class="br0">&#41;</span><span class="sy0">;</span>
objectOutputStream.<span class="me1">writeObject</span><span class="br0">&#40;</span>classifier<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//10. read classifier back</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Ainputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">InputStream</span></a> is <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Afileinputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">FileInputStream</span></a><span class="br0">&#40;</span>file<span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobjectinputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">ObjectInputStream</span></a> objectInputStream <span class="sy0">=</span> <span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Aobjectinputstream+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">ObjectInputStream</span></a><span class="br0">&#40;</span>is<span class="br0">&#41;</span><span class="sy0">;</span>
classifier <span class="sy0">=</span> <span class="br0">&#40;</span>Classifier<span class="br0">&#41;</span> objectInputStream.<span class="me1">readObject</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span>
objectInputStream.<span class="me1">close</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>Usually we need to know how good the classifications are. Weka supports a number of evaluation tools, like CV and different measures. Here we will resample our dataset, create the train and learn dataset and output some results.</p>
<div id="wpshdo_7" class="wp-synhighlighter-outer"><div id="wpshdt_7" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_7"></a><a id="wpshat_7" class="wp-synhighlighter-title" href="#codesyntax_7"  onClick="javascript:wpsh_toggleBlock(7)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_7" onClick="javascript:wpsh_code(7)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_7" onClick="javascript:wpsh_print(7)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_7" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//11.evaluate</span>
&nbsp;
<span class="co1">//resample if needed</span>
dataset <span class="sy0">=</span> dataset.<span class="me1">resample</span><span class="br0">&#40;</span><span class="kw1">new</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Arandom+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Random</span></a><span class="br0">&#40;</span>42<span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//split to 70:30 learn and test set</span>
<span class="kw4">double</span> percent <span class="sy0">=</span> <span class="nu0">70.0</span><span class="sy0">;</span>
<span class="kw4">int</span> trainSize <span class="sy0">=</span> <span class="br0">&#40;</span><span class="kw4">int</span><span class="br0">&#41;</span> <a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Amath+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">Math</span></a>.<span class="me1">round</span><span class="br0">&#40;</span>dataset.<span class="me1">numInstances</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="sy0">*</span> percent <span class="sy0">/</span> 100<span class="br0">&#41;</span><span class="sy0">;</span>
<span class="kw4">int</span> testSize <span class="sy0">=</span> dataset.<span class="me1">numInstances</span><span class="br0">&#40;</span><span class="br0">&#41;</span> <span class="sy0">-</span> trainSize<span class="sy0">;</span>
Instances train <span class="sy0">=</span> <span class="kw1">new</span> Instances<span class="br0">&#40;</span>dataset, 0, trainSize<span class="br0">&#41;</span><span class="sy0">;</span>
Instances test <span class="sy0">=</span> <span class="kw1">new</span> Instances<span class="br0">&#40;</span>dataset, trainSize, testSize<span class="br0">&#41;</span><span class="sy0">;</span>
train.<span class="me1">setClassIndex</span><span class="br0">&#40;</span>1<span class="br0">&#41;</span><span class="sy0">;</span>
test.<span class="me1">setClassIndex</span><span class="br0">&#40;</span>1<span class="br0">&#41;</span><span class="sy0">;</span>
&nbsp;
<span class="co1">//do eval</span>
Evaluation eval <span class="sy0">=</span> <span class="kw1">new</span> Evaluation<span class="br0">&#40;</span>train<span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//trainset</span>
eval.<span class="me1">evaluateModel</span><span class="br0">&#40;</span>classifier, test<span class="br0">&#41;</span><span class="sy0">;</span> <span class="co1">//testset</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>eval.<span class="me1">toSummaryString</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>eval.<span class="me1">weightedFMeasure</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>eval.<span class="me1">weightedPrecision</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>eval.<span class="me1">weightedRecall</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>When classifying new instances, we must be aware to transform classifier&#8217;s result to the class attribute value &#8211; it returns only the index of a value (for classification purposes)!</p>
<div id="wpshdo_8" class="wp-synhighlighter-outer"><div id="wpshdt_8" class="wp-synhighlighter-expanded"><table border="0" width="100%"><tr><td align="left" width="80%"><a name="#codesyntax_8"></a><a id="wpshat_8" class="wp-synhighlighter-title" href="#codesyntax_8"  onClick="javascript:wpsh_toggleBlock(8)" title="Click to show/hide code block">Source code</a></td><td align="right"><a href="#codesyntax_8" onClick="javascript:wpsh_code(8)" title="Show code only"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/code.png" /></a>&nbsp;<a href="#codesyntax_8" onClick="javascript:wpsh_print(8)" title="Print code"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/printer.png" /></a>&nbsp;<a href="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/About.html" target="_blank" title="Show plugin information"><img border="0" style="border: 0 none" src="http://zitnik.si/wordpress/wp-content/plugins/wp-synhighlight/themes/default/images/info.gif" /></a>&nbsp;</td></tr></table></div><div id="wpshdi_8" class="wp-synhighlighter-inner" style="display: block;"><pre class="java" style="font-family:monospace;"><span class="co1">//12.classify</span>
<span class="co1">//result</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>classifier.<span class="me1">classifyInstance</span><span class="br0">&#40;</span>dataset.<span class="me1">firstInstance</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="co1">//classified result value</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>dataset.<span class="me1">attribute</span><span class="br0">&#40;</span>dataset.<span class="me1">classIndex</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span>.<span class="me1">value</span><span class="br0">&#40;</span><span class="br0">&#40;</span><span class="kw4">int</span><span class="br0">&#41;</span>dataset.<span class="me1">firstInstance</span><span class="br0">&#40;</span><span class="br0">&#41;</span>.<span class="me1">classValue</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span>
<a href="http://www.google.com/search?hl=en&amp;q=allinurl%3Asystem+java.sun.com&amp;btnI=I%27m%20Feeling%20Lucky"><span class="kw3">System</span></a>.<span class="me1">out</span>.<span class="me1">println</span><span class="br0">&#40;</span>classifier.<span class="me1">distributionForInstance</span><span class="br0">&#40;</span>dataset.<span class="me1">firstInstance</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>
<p>I hope this example was useful to you. I tried to show how to use weka for some quick tasks.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/09/25/quick-intro-to-weka/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Videolectures</title>
		<link>http://zitnik.si/wordpress/2011/09/25/essir-2011-videolectures/</link>
		<comments>http://zitnik.si/wordpress/2011/09/25/essir-2011-videolectures/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 08:17:29 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=564</guid>
		<description><![CDATA[As I have already mentioned, the Videolectures.net team was capturing the main summer school&#8217;s track. You can access their material at: http://videolectures.net/essir2011_koblenz/]]></description>
			<content:encoded><![CDATA[<p>As I have already mentioned, the Videolectures.net team was capturing the main summer school&#8217;s track. You can access their material at:</p>
<p><a href="http://videolectures.net/essir2011_koblenz/" target="_blank">http://videolectures.net/essir2011_koblenz/</a><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/09/25/essir-2011-videolectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Day 6</title>
		<link>http://zitnik.si/wordpress/2011/09/03/essir-2011-day-6/</link>
		<comments>http://zitnik.si/wordpress/2011/09/03/essir-2011-day-6/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 03:07:52 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=556</guid>
		<description><![CDATA[On the last day of the summer school, Peter Ingwersen was giving a double lecture of information seeking. He introduced us some theoretical models, variables and their uses. This models are meant for the architecture of a search engine and are independent of index implementation. In the last part, he covered some experiments their were [...]]]></description>
			<content:encoded><![CDATA[<p>On the last day of the summer school, Peter Ingwersen was giving a double lecture of information seeking. He introduced us some theoretical models, variables and their uses. This models are meant for the architecture of a search engine and are independent of index implementation. In the last part, he covered some experiments their were conducting and problems we must be aware of when experimenting. When improving results, he also provided an example of two models with around 5% difference in F-score. The point was that everybody can be happy, accept your paper for giant improvement, but in practice the improvement is not noticeable. </p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/09_PeterIngwersen_HumanAspectsInIR.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/09_PeterIngwersen_HumanAspectsInIR_bib.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>After the second lecture ddr. Sergej Sizov officially ended the summer school:</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/11_SergejSizov_Closing.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>Then we went for a lunch in the university&#8217;s canteen. </p>
<p>In the evening we met with the participant who were still in Koblenz on a few more drinks:</p>

<a href='http://zitnik.si/wordpress/2011/09/03/essir-2011-day-6/324800_10150361088601085_536916084_9853703_3357241_o/' title='324800_10150361088601085_536916084_9853703_3357241_o'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/324800_10150361088601085_536916084_9853703_3357241_o-150x150.jpg" class="attachment-thumbnail" alt="324800_10150361088601085_536916084_9853703_3357241_o" title="324800_10150361088601085_536916084_9853703_3357241_o" /></a>
<a href='http://zitnik.si/wordpress/2011/09/03/essir-2011-day-6/334110_10150361088431085_536916084_9853701_3043496_o/' title='334110_10150361088431085_536916084_9853701_3043496_o'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/334110_10150361088431085_536916084_9853701_3043496_o-150x150.jpg" class="attachment-thumbnail" alt="334110_10150361088431085_536916084_9853701_3043496_o" title="334110_10150361088431085_536916084_9853701_3043496_o" /></a>

<p>Tomorrow (today as of time of writing) I and Kaja are going to Frankfurt by train and then by plane to Slovenia.<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/09/03/essir-2011-day-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Day 5</title>
		<link>http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/</link>
		<comments>http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 13:57:01 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=491</guid>
		<description><![CDATA[Yesterday the first two lessons were held by Stefan Rueger from Knowledge media institute. He talked about multimedia search (images, videos), indexing etc. There were some similarities to wednesday&#8217;s symposium on bias. The main problem he addressed is about semantic gap in image recognition. We have methods to extract data or features from images, but [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday the first two lessons were held by Stefan Rueger from Knowledge media institute. He talked about multimedia<a href="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0060.jpg" rel="lightbox[491]"><br />
</a> search (images, videos), indexing etc. There were some similarities to wednesday&#8217;s symposium on bias. The main problem he addressed is about semantic gap in image recognition. We have methods to extract data or features from images, but it is still hard to classify the whole image, for example victory or championship events.</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/07_StefanRueger_MIR.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>&nbsp;</p>
<p>In the afternoon, Ricardo Baeza-Yates was talking about crawling, comparing algorithms and some recent results from articles. He also spoked about idea of searching without explicitly providing a query to an information retrieval system. Then he was talking about distributed web search and the 09&#8242; article on star topology. The interesting here was the paper was rejected twice, but then it got best paper award on th CIKM09 conference.</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/08_RicardoBaezaYates_DistributedWebSearch.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>At around 4p.m. we went to a boat-cruise with dinner on the Rhein and Mosel. We drove up to Lorelei and then back to Koblenz.</p>
<p><center><a href="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0060.jpg" rel="lightbox[491]"><img class="aligncenter" title="IMAG0060" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0060-179x300.jpg" alt="" width="179" height="300" /></a></center></p>
<p>When we got back at 10p.m., we attended a party in a local club:</p>
<p><center><iframe width="425" height="349" src="http://www.youtube.com/embed/qqwSVwVLISo?hl=en&#038;fs=1" frameborder="0" allowfullscreen></iframe></center></p>
<p>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0060/' title='IMAG0060'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0060-150x150.jpg" class="attachment-thumbnail" alt="IMAG0060" title="IMAG0060" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0057/' title='IMAG0057'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0057-150x150.jpg" class="attachment-thumbnail" alt="IMAG0057" title="IMAG0057" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0058/' title='IMAG0058'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0058-150x150.jpg" class="attachment-thumbnail" alt="IMAG0058" title="IMAG0058" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0059/' title='IMAG0059'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0059-150x150.jpg" class="attachment-thumbnail" alt="IMAG0059" title="IMAG0059" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0060-2/' title='IMAG0060'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG00601-150x150.jpg" class="attachment-thumbnail" alt="IMAG0060" title="IMAG0060" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0061/' title='IMAG0061'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0061-150x150.jpg" class="attachment-thumbnail" alt="IMAG0061" title="IMAG0061" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0062/' title='IMAG0062'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0062-150x150.jpg" class="attachment-thumbnail" alt="IMAG0062" title="IMAG0062" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0063/' title='IMAG0063'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0063-150x150.jpg" class="attachment-thumbnail" alt="IMAG0063" title="IMAG0063" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0064/' title='IMAG0064'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0064-150x150.jpg" class="attachment-thumbnail" alt="IMAG0064" title="IMAG0064" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0065/' title='IMAG0065'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0065-150x150.jpg" class="attachment-thumbnail" alt="IMAG0065" title="IMAG0065" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0066/' title='IMAG0066'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0066-150x150.jpg" class="attachment-thumbnail" alt="IMAG0066" title="IMAG0066" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0067/' title='IMAG0067'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0067-150x150.jpg" class="attachment-thumbnail" alt="IMAG0067" title="IMAG0067" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0068/' title='IMAG0068'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0068-150x150.jpg" class="attachment-thumbnail" alt="IMAG0068" title="IMAG0068" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0069/' title='IMAG0069'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0069-150x150.jpg" class="attachment-thumbnail" alt="IMAG0069" title="IMAG0069" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0070/' title='IMAG0070'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0070-150x150.jpg" class="attachment-thumbnail" alt="IMAG0070" title="IMAG0070" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0071/' title='IMAG0071'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0071-150x150.jpg" class="attachment-thumbnail" alt="IMAG0071" title="IMAG0071" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0072/' title='IMAG0072'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0072-150x150.jpg" class="attachment-thumbnail" alt="IMAG0072" title="IMAG0072" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0073/' title='IMAG0073'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0073-150x150.jpg" class="attachment-thumbnail" alt="IMAG0073" title="IMAG0073" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0074/' title='IMAG0074'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0074-150x150.jpg" class="attachment-thumbnail" alt="IMAG0074" title="IMAG0074" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0075/' title='IMAG0075'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0075-150x150.jpg" class="attachment-thumbnail" alt="IMAG0075" title="IMAG0075" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0077/' title='IMAG0077'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0077-150x150.jpg" class="attachment-thumbnail" alt="IMAG0077" title="IMAG0077" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0078/' title='IMAG0078'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0078-150x150.jpg" class="attachment-thumbnail" alt="IMAG0078" title="IMAG0078" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0079/' title='IMAG0079'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0079-150x150.jpg" class="attachment-thumbnail" alt="IMAG0079" title="IMAG0079" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0080/' title='IMAG0080'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0080-150x150.jpg" class="attachment-thumbnail" alt="IMAG0080" title="IMAG0080" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0081/' title='IMAG0081'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0081-150x150.jpg" class="attachment-thumbnail" alt="IMAG0081" title="IMAG0081" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0082/' title='IMAG0082'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0082-150x150.jpg" class="attachment-thumbnail" alt="IMAG0082" title="IMAG0082" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0083/' title='IMAG0083'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0083-150x150.jpg" class="attachment-thumbnail" alt="IMAG0083" title="IMAG0083" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/imag0084/' title='IMAG0084'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/IMAG0084-150x150.jpg" class="attachment-thumbnail" alt="IMAG0084" title="IMAG0084" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-55/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016846-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-56/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016849-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-57/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016853-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-58/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016854-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-59/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016858-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-60/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016860-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-61/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016861-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-62/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016862-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-63/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016863-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-64/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016864-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-65/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016865-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-66/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016866-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-67/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016867-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-68/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016872-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-69/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016874-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-70/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016875-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-71/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016880-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-72/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016883-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-73/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016885-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-74/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016889-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-75/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016890-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-76/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016891-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-77/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016893-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-78/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016895-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-79/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016896-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-80/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016897-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-81/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016898-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-82/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016899-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-83/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016901-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-84/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016910-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-85/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016911-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/olympus-digital-camera-86/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/09/P9016913-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/09/02/essir-2011-day-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Day 4</title>
		<link>http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/</link>
		<comments>http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 22:16:13 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=433</guid>
		<description><![CDATA[On the fourth day of the ESSIR we had PhD symposiums or presentation of Livingknowledge project work. I have chosen Livingknowledge project: Bias and diversity sessions. In the first part Richard Johannson from Trento presented us Opinion Extraction from coarse to fine-grained methods. For coarse classification (useful for larger text chunks) they developed SentiWordnet, inspired [...]]]></description>
			<content:encoded><![CDATA[<p>On the fourth day of the ESSIR we had PhD symposiums or presentation of Livingknowledge project work.</p>
<p>I have chosen Livingknowledge project: Bias and diversity sessions.</p>
<p>In the first part Richard Johannson from Trento presented us Opinion Extraction from coarse to fine-grained methods. For coarse classification (useful for larger text chunks) they developed <a href="http://sentiwordnet.isti.cnr.it/">SentiWordnet</a>, inspired by Wordnet. For example word &#8220;boring&#8221; is not problematic, but &#8220;good&#8221; has few senses and the system must decide which to use. Sequencers they have developed are using the standard IOB scheme. The recent research from LK is about temporal fact extraction, disambiguation and evolution. For example: Extracting roles of Arnold Schwarzenegger through time. Their system &#8211; Prospera works similar like IOBIE, but learns rules like Sofie, in an iterative way. The system was learned from ClueWeb09 corpus (around 500mio english web pages) on hadoop cluster 10&#215;16 cores with 10x48GB RAM.</p>
<p>Then in the second part, Jonathan from Southhampton gave us a brief introduction to extracting information from images. From his research he found out that the best feature is a histogram of changing pixels for angles around pixels. He also compared IE from images with text IE. In the end he showed us the open-source tools like OpenIMAJ &#8211; library for working with IE on images and ImageTerrier &#8211; an extension for Terrier to index also images.</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/bidiv_images.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>After this, Stefan Siersdorfer presented us the IE from multimedia content on social web. As I imagined he is helping himself with graph representation. The thing I think is most interestinf is the wisdom of croud &#8211; the collective intelligence is better comparing to single. The first research on that happened on the 7th March 1907 in an article, published in Nature. A researcher was asking people &#8220;How much does a bull weight?&#8221;. The average results were very close to the real answer. After such introduction he focused more on photos and videos.</p>
<p>In the last part Michael Mathews from Yahoo! Labs Barcelona guided use to practical use of their Diversity engine on some datasets. The tutorial we went through is presented on the following slides:</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/bidiv_tutorial.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>From 4-6p.m. we had poster sessions. My poster was printed by the organizers &#8211; I just needed to paste it on the rollup. During the presentation I&#8217;ve got some useful tips and found out that one group is working on a very similar thing to IOBIE. The second hour I was watching other&#8217;s posters presentations and eating some fingersnacks.</p>
<p>My poster:</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/iCORE_plakat_sp2_print.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>This evening there was no organized event, so we went to a close castle on foot. Some pictures are published in a gallery below:</p>
<p>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-6/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316786-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-7/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316787-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-8/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316788-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-9/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316789-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-10/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316790-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-11/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316791-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-12/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316792-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-13/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316793-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-14/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316794-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-15/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316795-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-16/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316796-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-17/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316797-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-18/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316798-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-19/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316803-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-20/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316804-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-21/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316805-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-22/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316809-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-23/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316810-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-24/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316812-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-25/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316813-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-26/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316814-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-27/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316815-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-28/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316816-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-29/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316817-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-30/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316818-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-31/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316819-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-32/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316820-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-33/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316821-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-34/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316822-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-35/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316823-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-36/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316824-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-37/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316825-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-38/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316826-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-39/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316827-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-40/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316828-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-41/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316831-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-42/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316832-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-43/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316833-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-44/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316835-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-45/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316836-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-46/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316837-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-47/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316838-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-48/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316839-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-49/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316840-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-50/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316841-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-51/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316842-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-52/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316843-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-53/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316844-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/olympus-digital-camera-54/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8316845-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/09/01/essir-2011-day-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

