<?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 &#187; Research</title>
	<atom:link href="http://zitnik.si/wordpress/category/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://zitnik.si/wordpress</link>
	<description>Born to challenge everything</description>
	<lastBuildDate>Sun, 25 Dec 2011 18:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<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>
		<item>
		<title>ESSIR 2011, Day 3</title>
		<link>http://zitnik.si/wordpress/2011/08/31/essir-2011-day-3/</link>
		<comments>http://zitnik.si/wordpress/2011/08/31/essir-2011-day-3/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 22:09:06 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=429</guid>
		<description><![CDATA[Today Ricardo Baeza-Yates was the keynote speaker. He is very famous researcher in the field of Information Retrieval and leads the Yahoo! Research Labs. The keynote was mostly about webscale algorithms and some interesting IR insights. One of them is the notion of adversarial level of access for the internet which seems to be more [...]]]></description>
			<content:encoded><![CDATA[<p>Today <a href="http://www.dcc.uchile.cl/~rbaeza/">Ricardo Baeza-Yates</a> was the keynote speaker. He is very famous researcher in the field of Information Retrieval and leads the Yahoo! Research Labs. The keynote was mostly about webscale algorithms and some interesting IR insights. One of them is the notion of adversarial level of access for the internet which seems to be more than just public. Another interesting thing is that this year&#8217;s internet usage research showed there are about 400million of servers and 800million of clients &#8211; so there exits 1 server for 2 clients. Another phenomenon is that many people think Google PageRank is still very important, but it is only one of the many features at Learning To Rank task.</p>
<p>Keynote presentation:<br />
<iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/04_RicardoBaezaYates_keynote.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>The next speaker <a href="http://www.kde.cs.uni-kassel.de/hotho">Andreas Hotho</a> talked about IR in Social Media. He focused on collaborative tagging, folksonomies and some network properties (for example on Delicio.us). At their site <a href="http://www.bibsonomy.org/">http://www.bibsonomy.org/</a> a number of documents are tagged for bookmarks sharing or scientific use. By Golder &amp; Huberman the tags could be clustered into 7 groups. To me the more interesting notions seem the definition of Folksonomies &#8211; &#8220;Folksonomies allow users to assign tags to resources&#8221;, and Logsonomies &#8211; &#8220;Logsonomies allow users to assign resources to query terms&#8221;. At the end he also mentioned his algorithm FolkRank (it&#8217;s purpose can be identified from the name) and some recommendations for folksonomies.</p>
<p>Another interesting product he mentioned is also <a href="http://simile.mit.edu/wiki/Piggy_Bank">Piggy Bank</a> &#8211; Firefox plugin, developed at MIT and is intended to extract data from the web depending on manually predefined site scrappers.</p>
<p>Andreas&#8217; presentations:</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/05_AndreasHotto_IRInSocialMedia.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>The last lecture was conducted by <a href="http://sites.google.com/site/kimducthanh/">Tran Duc Thanh</a>, which has recently got his PhD and is very successful scientist. He was lecturing about semantic search. At slides around 22 there are some indentical ideas to our IOBIE system. Then the majority of the talk was about matching at three dimensions and top-K algorithms for ranking. The ObjectRanking (slide 63) could be useful for ranking recognized entities in IOBIE.</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/06_ThanhTrann_IROnStructuredDataSemanticSearch.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>The last session was the Plenary Discussion &#8211; Sharing PhD experiences and recommendations from ESSIR lecturers. Some interesting answers / reccomendations were (mostly by Ricardo):</p>
<ul>
<li>&#8220;Research, you have to live it&#8221;</li>
<li>&#8220;Do not think what you have to do &#8211; just do it!&#8221;</li>
<li>&#8220;Why do you need PhD to start the company?&#8221;</li>
<li>&#8220;Do PhD or not?&#8221;, &#8220;Depends on passion. If not sure, do not do it.&#8221;</li>
<li>For PhD research you need a life-label: &#8220;Invent problems, &#8230;, incremental research may not be appropriate&#8221;</li>
<li>&#8220;Go to as many seminars as you can, even if you do not understand the title.&#8221;</li>
</ul>
<p>The most I liked the following one: &#8220;<strong>If you get through PhD, you are emotionally robust!</strong>&#8221;</p>
<p>Our ESSIR lecturers during the discussion:</p>
<p><a href="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8306734.jpg" rel="lightbox[429]"><img class="size-medium wp-image-430 aligncenter" title="OLYMPUS DIGITAL CAMERA" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8306734-300x225.jpg" alt="" width="300" height="225" /></a><strong><br />
</strong></p>
<p>In the evening we went to the informal walk around Koblenz, guided by dr. Sergej Sizov, the main organizer of ESSIR 2011.</p>
<p>&nbsp;<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/08/31/essir-2011-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Day 2</title>
		<link>http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/</link>
		<comments>http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 17:01:55 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=415</guid>
		<description><![CDATA[Yesterday, on monday the first lectures have began. At 9a.m. we first got our ids. Then I &#8220;outsourced&#8221; the printing of my poster to organization team at info-point . After some coffee, the keynote of Nigel Shadbolt started. Nigel is a professor of Artificial Intelligence (AI) at the University of Southampton. As I had supposed before, [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, on monday the first lectures have began. At 9a.m. we first got our ids. Then I &#8220;outsourced&#8221; the printing of my poster to organization team at info-point <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>After some coffee, the keynote of <a href="http://users.ecs.soton.ac.uk/nrs/">Nigel Shadbolt</a> started. Nigel is a professor of Artificial Intelligence (AI) at the University of Southampton. As I had supposed before, Tim-Berners Lee and hid proposal of internet was mentioned. Then he presented the overview of the Information Extraction field as it is supposed to be for opening talks. His also introduced us his notion about the importance of people over algorithms we are forgetting about. The next big words I remember were that subfields of IR are not connected to traditional Artificial Intelligence, but may be better to say Augmented Intelligence.</p>
<p>As the keynote presentation is too big, you can retrieve it here:<a href="http://zitnik.si/temp/essir2011/01_NigelShatbolt_keynote.pdf" target="_blank"> http://zitnik.si/temp/essir2011/01_NigelShatbolt_keynote.pdf</a></p>
<p>The next two-part lecture Foundations: Models and Methods was given by Hinrich Schuetze. He was one of the authors of the book Introduction to information retrieval which I read before writing my bachelor thesis. That is why I was very familiar with presentation. His presentations and links are also available on <a href="http://informationretrieval.org/essir2011" target="_blank">http://informationretrieval.org/essir2011</a>. He lectured some introduction to Boolean model (he emphasized about feast or famine mostly), Vector model, Ranking (interesting was what is the sequence user looks at the results, that 30% users will click even the nonrelevant result, nicely presented difference between Euclidean and cosine similarity, pivot normalization, &#8230;), Probabilistic models, Language models and finally Learning to Rank.</p>
<p style="text-align: center;"><a href="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0049.jpg" rel="lightbox[415]"><img class="aligncenter size-medium wp-image-420" title="Hinrich Schuetze" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0049-179x300.jpg" alt="" width="179" height="300" /></a></p>
<p>Schuetze&#8217;s presentation:</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/02_HinrichSchuetze_foundations.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>The las lecture was given by <a href="http://vlado.fmf.uni-lj.si/vlado/vlado.htm" target="_blank">Vladimir Batagelj</a>, the &#8220;godfather&#8221; of <a href="http://pajek.imfm.si/" target="_blank">Pajek</a>. He presented the program Pajek and many interesting properties of network analysis, which I&#8217;ve also heard about at his course on Large network analysis during my PhD study.</p>
<p><iframe style="width: 600px; height: 350px;" src="http://docs.google.com/gview?url=http://zitnik.si/temp/essir2011/03_VladimirBatagelj_Pajek.pdf&amp;embedded=true" frameborder="0" width="320" height="240"></iframe></p>
<p>In the evening the beachvolley was planned but because of the wind we went to mexican restaurant <a href="http://www.enchilada.de/" target="_blank">Enchiliada</a>. There Lars showed us some game with glasses (by that you may separate stupid and smart people &#8211; maybe <img src='http://zitnik.si/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> :), I successfully passed the test).</p>
<p>Before going back to hotel Sholz we needed to go to the German corner to take some pictures:</p>
<p>
<a href='http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/imag0049/' title='Hinrich Schuetze'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0049-150x150.jpg" class="attachment-thumbnail" alt="Hinrich Schuetze" title="Hinrich Schuetze" /></a>
<a href='http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/olympus-digital-camera/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8296726-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/olympus-digital-camera-2/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8296727-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/olympus-digital-camera-3/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8296728-150x150.jpg" class="attachment-thumbnail" alt="OLYMPUS DIGITAL CAMERA" title="OLYMPUS DIGITAL CAMERA" /></a>
<a href='http://zitnik.si/wordpress/2011/08/30/essir-2011-day-2/olympus-digital-camera-4/' title='OLYMPUS DIGITAL CAMERA'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/P8296729-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/08/30/essir-2011-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESSIR 2011, Day 1</title>
		<link>http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/</link>
		<comments>http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 23:28:32 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=359</guid>
		<description><![CDATA[On the 28th of August 2011, Kaja Vidmar and I went to Koblenz to attent to the 8th European Summer School of Information Retrieval &#8211; ESSIR 2011. First we flew from Brnik to Frankfurt at 8 a.m. in the morning. In Frankfurt we bought tickets for regional train to Koblenz at 10:37. As there were [...]]]></description>
			<content:encoded><![CDATA[<p>On the 28th of August 2011, Kaja Vidmar and I went to Koblenz to attent to the 8th European Summer School of Information Retrieval &#8211; <a href="http://essir.uni-koblenz.de/" target="_blank">ESSIR 2011</a>.</p>
<p>First we flew from Brnik to Frankfurt at 8 a.m. in the morning. In Frankfurt we bought tickets for regional train to Koblenz at 10:37. As there were no data about the route, we somehow managed to get some information from sour lady at DBahn info-point. At around 1 p.m. we got to <a href="http://www.hotelscholz.de/" target="_blank">Sholz hotel</a>, where we checked in and first unpacked our laptops.</p>
<p>After some time, we got out. We got over almost the whole Koblenz on foot, eat at MacDonald&#8217;s and got acquainted with the city. At 7:40 p.m. we entered the Gecko lounge where there was a Get-together event for the participants. We got to know some nice people, mostly younger researchers, mainly from the fields of Information Retrival, Data Mining, Social Network Analysis and also Software Engineering.</p>
<p>At around midnight we arrived to Sholz hotel, where I am writing this post.</p>

<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0028/' title='IMAG0028'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0028-150x150.jpg" class="attachment-thumbnail" alt="IMAG0028" title="IMAG0028" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0029/' title='IMAG0029'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0029-150x150.jpg" class="attachment-thumbnail" alt="IMAG0029" title="IMAG0029" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0030/' title='IMAG0030'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0030-150x150.jpg" class="attachment-thumbnail" alt="IMAG0030" title="IMAG0030" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0031/' title='IMAG0031'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0031-150x150.jpg" class="attachment-thumbnail" alt="IMAG0031" title="IMAG0031" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0032/' title='IMAG0032'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0032-150x150.jpg" class="attachment-thumbnail" alt="IMAG0032" title="IMAG0032" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0033/' title='IMAG0033'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0033-150x150.jpg" class="attachment-thumbnail" alt="IMAG0033" title="IMAG0033" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0034/' title='IMAG0034'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0034-150x150.jpg" class="attachment-thumbnail" alt="IMAG0034" title="IMAG0034" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0035/' title='IMAG0035'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0035-150x150.jpg" class="attachment-thumbnail" alt="IMAG0035" title="IMAG0035" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0036/' title='IMAG0036'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0036-150x150.jpg" class="attachment-thumbnail" alt="IMAG0036" title="IMAG0036" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0037/' title='IMAG0037'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0037-150x150.jpg" class="attachment-thumbnail" alt="IMAG0037" title="IMAG0037" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0038/' title='IMAG0038'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0038-150x150.jpg" class="attachment-thumbnail" alt="IMAG0038" title="IMAG0038" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0039/' title='IMAG0039'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0039-150x150.jpg" class="attachment-thumbnail" alt="IMAG0039" title="IMAG0039" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0040/' title='IMAG0040'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0040-150x150.jpg" class="attachment-thumbnail" alt="IMAG0040" title="IMAG0040" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0041/' title='IMAG0041'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0041-150x150.jpg" class="attachment-thumbnail" alt="IMAG0041" title="IMAG0041" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0042/' title='IMAG0042'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0042-150x150.jpg" class="attachment-thumbnail" alt="IMAG0042" title="IMAG0042" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0043/' title='IMAG0043'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0043-150x150.jpg" class="attachment-thumbnail" alt="IMAG0043" title="IMAG0043" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0044/' title='IMAG0044'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0044-150x150.jpg" class="attachment-thumbnail" alt="IMAG0044" title="IMAG0044" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0045/' title='IMAG0045'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0045-150x150.jpg" class="attachment-thumbnail" alt="IMAG0045" title="IMAG0045" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0046/' title='IMAG0046'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0046-150x150.jpg" class="attachment-thumbnail" alt="IMAG0046" title="IMAG0046" /></a>
<a href='http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/imag0047/' title='IMAG0047'><img width="150" height="150" src="http://zitnik.si/wordpress/wp-content/uploads/2011/08/IMAG0047-150x150.jpg" class="attachment-thumbnail" alt="IMAG0047" title="IMAG0047" /></a>

<p><center><iframe src="http://www.youtube.com/embed/wqUvYghlE1M" frameborder="0" width="560" height="345"></iframe></center><br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2011/08/29/essir-2011-day-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting &#8230;</title>
		<link>http://zitnik.si/wordpress/2010/08/02/starting/</link>
		<comments>http://zitnik.si/wordpress/2010/08/02/starting/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:03:19 +0000</pubDate>
		<dc:creator>Slavko Zitnik</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://zitnik.si/wordpress/?p=234</guid>
		<description><![CDATA[&#8220;Sometimes a research is a lot of hard work in looking for the easy way.&#8221;]]></description>
			<content:encoded><![CDATA[<p>&#8220;Sometimes a research is a lot of hard work in looking for the easy way.&#8221;<br />
</p>
]]></content:encoded>
			<wfw:commentRss>http://zitnik.si/wordpress/2010/08/02/starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

