<?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>Thesis Neminis &#187; Dataset</title>
	<atom:link href="http://thesis.neminis.org/category/dataset/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesis.neminis.org</link>
	<description>Diario di lavoro della tesi di Vincenzo Russo / Work-log of Vincenzo Russo’s Thesis</description>
	<lastBuildDate>Mon, 04 Apr 2011 09:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Knowledge Discovery portal</title>
		<link>http://thesis.neminis.org/2008/01/09/knowledge-discovery-portal/</link>
		<comments>http://thesis.neminis.org/2008/01/09/knowledge-discovery-portal/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 13:27:55 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Classification]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Text Mining]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2008/01/09/knowledge-discovery-portal/</guid>
		<description><![CDATA[KDnuggets.com (KD stands for Knowledge Discovery) is the leading source of information on Data Mining, Web Mining, Knowledge Discovery, and Decision Support Topics, including News, Software, Solutions, Companies, Jobs, Courses, Meetings, Publications, and more. Go to KDnuggets.com]]></description>
			<content:encoded><![CDATA[<p>KDnuggets.com (KD stands for Knowledge Discovery) is the leading source of information on Data Mining, Web Mining, Knowledge Discovery, and Decision Support Topics, including News, Software, Solutions, Companies, Jobs, Courses, Meetings, Publications, and more.</p>
<p><a href="http://www.kdnuggets.com/index.html">Go to KDnuggets.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2008/01/09/knowledge-discovery-portal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astronomical Data, Missing Values and SVC</title>
		<link>http://thesis.neminis.org/2007/08/22/astronomical-data-missing-values-and-svc/</link>
		<comments>http://thesis.neminis.org/2007/08/22/astronomical-data-missing-values-and-svc/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 12:54:36 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Astrophysics]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[SVC]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/08/22/astronomical-data-missing-values-and-svc/</guid>
		<description><![CDATA[Un test effettuato più che per curiosità che per altro ha dato risultati inaspettati. Premessa: ho da poco introdotto l&#8217;utilizzo del kernel Laplaciano nel Support Vector Clustering. Senza soffermarmi troppo su questo particolare, sottolineo soltanto che l&#8217;utilizzo di questo Kernel &#8230; <a href="http://thesis.neminis.org/2007/08/22/astronomical-data-missing-values-and-svc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Un test effettuato più che per curiosità che per altro ha dato risultati inaspettati.</p>
<p><strong>Premessa</strong>: ho da poco introdotto l&#8217;utilizzo del <strong>kernel Laplaciano</strong> nel Support Vector Clustering. Senza soffermarmi troppo su questo particolare, sottolineo soltanto che l&#8217;utilizzo di questo Kernel permette spesso di trovare buone se non ottime soluzioni in 1/3 cicli, anche se non sempre superiori a quelle trovate col kernel Gaussiano.</p>
<p><strong>Veniamo al dunque</strong>. Avevo bisogno di dataset astronomici più managgevoli per fare dei test, così spulciando varie pubblicazioni in merito, trovo lo <a href="http://cas.sdss.org/dr6/en/">SDSS Sky Server</a>. Seguendo le linee guida e le pubblicazioni, ho estratto dai database dello SkyServer finora due piccoli dataset (i nomi li ho inventati io):</p>
<ul>
<li><strong>S2kG3k</strong> <br />
2000 stelle e 3000 galassie, rappresentate da 20 features (point spread function fluxes,  petrosian radii, in arcsec, small-scale roughness of object, shapes).<br />
Numero di oggetti riportanti missing values: 1364.<br />
Numero di missing values: 2354</li>
<li><strong>S3k5G1k5</strong> <br />
3500 stelle e 1500 galassie, rappresentate da 20 features (point spread function fluxes,  petrosian radii, in arcsec, small-scale roughness of object, shapes).<br />
Numero di oggetti riportanti missing values: 2352.<br />
Numero di missing values: 4157</li>
</ul>
<p>Dopo aver appurato che dataset simili ma senza missing values erano intrisecamente difficili da separare (strongly overlapping clusters), prima di tentare nuovi dataset per il Co-clustering, ho preferito, per curiosità, usare i succitati dataset con l&#8217;SVC.</p>
<p>Arriviamo direttamente al nocciolo, ovvero l&#8217;esecuzione dei test (separazione di stelle da galassie) con la seguente configurazione: <strong>SVC con Kernel Laplaciano e <a href="http://thesis.neminis.org/2007/08/20/contributi-al-support-vector-clustering/">distanza euclidea L1</a>.</strong></p>
<p>Trattamenti al dataset:</p>
<li>imputazione del valore 0 per i missing values</li>
<li>normalizzazione dei dati ai vettori unitari (processo implicito quando si usa il kernel Gaussiano)</li>
<p>.</p>
<p><strong>Risultati di SVC sul primo dataset (ottenuto in un solo ciclo di SVC): </strong></p>
<blockquote><p>Class 0<br />
        TP: 2000        FP: 318<br />
        FN: 0   TN: 2682</p>
<p>Precision: 86.2813 &#8211; Recall: 100 &#8211; F1: 92.6355</p>
<p>Class 1<br />
        TP: 2682        FP: 0<br />
        FN: 318 TN: 2000</p>
<p>Precision: 100 &#8211; Recall: 89.4 &#8211; F1: 94.4034</p>
<p>Accuracy: 93.64</p></blockquote>
<p><strong>Risultati di SVC sul secondo dataset (ottenuto in un due cicli di SVC):</strong></p>
<blockquote><p>Class 0<br />
    TP: 3500    FP: 16<br />
    FN: 0   TN: 1484</p>
<p>Precision: 99.5449 &#8211; Recall: 100 &#8211; F1: 99.7719</p>
<p>Class 1<br />
    TP: 1484    FP: 0<br />
    FN: 16  TN: 3500</p>
<p>Precision: 100 &#8211; Recall: 98.9333 &#8211; F1: 99.4638</p>
<p>Accuracy: 99.68
</p></blockquote>
<p>Questi test risultano incoraggianti per il clustering di dati astronomici tipicamente affetti dalla presenza di missing data values.</p>
<p><em>PS: nei test sopra la classe 0 è quella delle stelle, la 1 quelle delle galassie.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/08/22/astronomical-data-missing-values-and-svc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pandora: nuovi risultati</title>
		<link>http://thesis.neminis.org/2007/07/23/pandora-nuovi-risultati/</link>
		<comments>http://thesis.neminis.org/2007/07/23/pandora-nuovi-risultati/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 09:33:04 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Astrophysics]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/07/23/pandora-nuovi-risultati/</guid>
		<description><![CDATA[Impegni di lavoro non mi hanno permesso di lavorare al 100% sul test del Pandora Dataset, che data la mole di dati che produce a ogni test, ha necessitato, tra l&#8217;altro, la scrittura di strumenti di analisi, seppur abbastanza grezzi, &#8230; <a href="http://thesis.neminis.org/2007/07/23/pandora-nuovi-risultati/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Impegni di lavoro non mi hanno permesso di lavorare al 100% sul test del Pandora Dataset, che data la mole di dati che produce a ogni test, ha necessitato, tra l&#8217;altro, la scrittura di strumenti di analisi, seppur abbastanza grezzi, per il momento.</p>
<p>Ad ogni modo, ciò che è possibile fornire allo stato attuale delle cose è il numero di oggetti per cluster, sia nel caso di &#8220;Pandora depurato&#8221; sia nel caso di &#8220;Pandora originale&#8221;. Il numero di cluster richiesti in entrambi i casi è stato 21, numero che dovrebbe essere un&#8217;ottima stima della realtà, in seguito ai ripetuti test effettuati per stimare appunto tale numero. Ad ogni modo, ripeto ancora una volta, l&#8217;obiettivo primario di questi test è assicurare un comportamento stabile del Co-clustering in presenza di oggetti con <em>missing values</em>. Un raffinamento della stima dei cluster potrà essere ottenuto, ad esempio, applicando <em>relative criteria</em> per la valutazione dei risultati (<a href="http://thesis.neminis.org/2007/07/23/stesura-tesi-prima-bozza/">vedere prima bozza tesi</a>)</p>
<p>Di seguito si fa riferimento all&#8217; Information-Theoretic Co-clustering.</p>
<p><strong>Co-clustering di &#8220;Pandora depurato&#8221; &#8211; Richiesti 21 Cluster</strong></p>
<p>   2724<br />
   5840<br />
   8064<br />
   8365<br />
  11825<br />
  12340<br />
  15119<br />
  15591<br />
  18449<br />
  19838<br />
  20086<br />
  22064<br />
  23863<br />
  25575<br />
  26577<br />
  26650<br />
  28016<br />
  30956<br />
  33215<br />
  40045<br />
  40746<br />
 435948 tot</p>
<p><strong>Co-clustering di &#8220;Pandora originale&#8221; &#8211; Richiesti 21 Cluster</strong></p>
<p>666<br />
   5176<br />
   5999<br />
   9961<br />
  13076<br />
  13336<br />
  14091<br />
  16104<br />
  17879<br />
  18135<br />
  19523<br />
  20632<br />
  23703<br />
  25933<br />
  30699<br />
  31505<br />
  32621<br />
  33934<br />
  35085<br />
  38781<br />
  42432<br />
 449271 tot (i 13304 oggetti in più sono quelli riportanti missing values)</p>
<p>Di seguito si fa riferimento al Minimum Sum Squared Co-clustering (v. II)</p>
<p><strong>Co-clustering di &#8220;Pandora depurato&#8221; &#8211; Richiesti 21 Cluster</strong></p>
<p> 2427<br />
   3375<br />
   8471<br />
  10682<br />
  11176<br />
  11521<br />
  11702<br />
  12682<br />
  13262<br />
  15596<br />
  16760<br />
  19127<br />
  20744<br />
  20886<br />
  24549<br />
  28716<br />
  29123<br />
  30408<br />
  38123<br />
  41477<br />
  65141<br />
 435948 tot</p>
<p><strong>Co-clustering di &#8220;Pandora originale&#8221; &#8211; Richiesti 21 Cluster</strong></p>
<p>   1106<br />
   1441<br />
   2288<br />
   3350<br />
   3597<br />
   5492<br />
   8232<br />
   8329<br />
  13267<br />
  16174<br />
  19508<br />
  19696<br />
  21329<br />
  23955<br />
  24489<br />
  26848<br />
  29635<br />
  41147<br />
  55983<br />
  56935<br />
  66470<br />
 449271 tot</p>
<p>Si sta sviluppando un ulteriore strumento di analisi, per l&#8217;analisi incrociata dei cluster.<br />
Dato che il Co-clustering non produce i cluster sempre nello stesso ordine, è necessario un&#8217;analisi più complessa degli stessi per calcolare una misura di quanto il co-clustering sia rimasto stabile.</p>
<p>Inoltre si stanno riconducendo i test richiedendo 20 cluster, perché dagli ultimi test con 21 cluster, pur non essendoci cluster vuoti, è risultato in media, su 20 iterazioni, 1 cluster singleton.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/07/23/pandora-nuovi-risultati/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pandora Dataset: prime considerazioni</title>
		<link>http://thesis.neminis.org/2007/07/16/pandora-dataset-prime-considerazioni/</link>
		<comments>http://thesis.neminis.org/2007/07/16/pandora-dataset-prime-considerazioni/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 09:57:29 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Astrophysics]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/07/16/pandora-dataset-prime-considerazioni/</guid>
		<description><![CDATA[Innanzitutto, le prime operazioni sul dataset Pandora sono state quelle di &#8220;preparazione&#8221; all&#8217;esperimento: Eliminazione di alcune &#8220;feature&#8221; (quindi alcune colonne delle matrice dati) Eliminazione degli oggetti aventi missing values (13304 su 449271) in corrispondenza delle restanti feature (i missing value &#8230; <a href="http://thesis.neminis.org/2007/07/16/pandora-dataset-prime-considerazioni/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Innanzitutto, le prime operazioni sul dataset Pandora sono state quelle di &#8220;preparazione&#8221; all&#8217;esperimento:</p>
<ol>
<li>Eliminazione di alcune &#8220;feature&#8221; (quindi alcune colonne delle matrice dati)</li>
<li>Eliminazione degli oggetti aventi missing values (13304 su 449271) in corrispondenza delle restanti feature (i missing value erano riportati come -9999.0)</li>
</ol>
<p>Partendo da un numero sovrastimato di cluster che si voleva ottenere, 50, si è iniziato a far girare il Co-clustering. Una serie di esecuzioni successive hanno rilevato che 50 era effettivamente sovrastimato, riportando il numero di cluster che restavano vuoti. Questo numero è stato sottratto a 50 ed è stato poi ripetuta l&#8217;esecuzione del co-clustering.</p>
<p>Questa operazione è stata ripetuta finché non si è avuta una media di cluster vuoti su 20 iterazioni di al più 1 cluster. Il numero di cluster stimato sembra così essere 20-21.<br />
Già con input di 24 cluster richiesti, su 20 iterazioni si otteneva cmq una media di cluster vuoti di 1.5 cluster.</p>
<p>Ad ogni modo, questa prima fase non si è concentrata sulla stima esatta del numero di cluster, ma sul paragonare il comportamento dei test eseguiti sul dataset Pandora &#8220;depurato&#8221; dai missing values e quello originale.</p>
<p>Gli stessi test sono stati dunque ripetuti sul dataset originale, dove però al valore -9999.0 è stato sostituito 0, così come indicato dalla letteratura (una serie di test di prova direttamente col valore -9999.0 è stato effettuato e portava all&#8217;individuazione di soli 2-3 cluster). Il comportamento è stato praticamente simile, ottenendo la stessa stima di numero di cluster e un valore simile di funzione obiettivo alla fine del processo.</p>
<p>Tra l&#8217;altro, un controllo veloce dei cluster in entrambi i testi rivela che il contenuto dei cluster è molto simile, comunicandoci che la qualità del clustering non è stata gravemente inficiata dalla presenza di oggetti con missing values.</p>
<p>I successivi passi saranno questi:</p>
<ol>
<li>Eseguire i test nuovamente stavolta aumentando il numero di step per l&#8217;algoritmo di <em>local search</em>, al fine di ottenere un migliore valore per i minimo locali e pertanto avere una maggiore affidabilità della stima di cluster finale.</li>
<li>Elaborazione approfondita dell&#8217;output del co-clustering, al fine di paragonare accuratamente i cluster ottenuti dal dataset <em>depurato</em> con quelli ottenuti dal dataset <em>impuro</em></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/07/16/pandora-dataset-prime-considerazioni/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Astrophysics Dataset: Pandora</title>
		<link>http://thesis.neminis.org/2007/07/13/astrophysics-dataset-pandora/</link>
		<comments>http://thesis.neminis.org/2007/07/13/astrophysics-dataset-pandora/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 13:26:28 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Astrophysics]]></category>
		<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/07/13/astrophysics-dataset-pandora/</guid>
		<description><![CDATA[Inizio i lavori sul dataset Pandora fornitomi dal prof. Longo, basandomi sulle sue direttive. Verrà usato un sottoinsieme delle colonne Un primo clustering verrà effettuato depurando il dataset da missing values Un successivo clustering verrà effettuato sul dataset non depurato &#8230; <a href="http://thesis.neminis.org/2007/07/13/astrophysics-dataset-pandora/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Inizio i lavori sul dataset Pandora fornitomi dal prof. Longo, basandomi sulle sue direttive.</p>
<li>Verrà usato un sottoinsieme delle colonne</li>
<li>Un primo clustering verrà effettuato depurando il dataset da missing values</li>
<li>Un successivo clustering verrà effettuato sul dataset non depurato</li>
<li>I due clustering verranno confrontati, utilizzando il primo come baseline di riferimento.</li>
<p>Maggiori dettagli sul dataset saranno disponibili al più presto.</p>
<p>Il clustering verrà affrontato con Bregman Co-clustering, per affrontare il problema dei missing values.<br />
Il metodo di aggiornamento dei mediodi/centroidi sarà il Local Search, che evita minimi locali e ci permette, partendo da un numero iniziale sovrastimato di cluter, di &#8220;scovare&#8221; il numero effettivo di cluster (o nei casi difficili una buona approssimazione di esso), lavorando per raffinamenti successivi.<br />
In questo esperimento l&#8217;inizializzazione del co-clustering sarà lasciata casuale.</p>
<p>In successive prove proveremo ad utilizzare l&#8217;inizializzazione spettrale proposta in</p>
<ul>
</ul>
<p>per migliorare la qualità del risultato finale.</p>
<p>Infine, essendo presenti valori negativi nella matrice, l&#8217;istanza di Co-clustering basata su di divergenza KL e Mutua Informazione non potrà essere utilizzata</p>
<ul>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/07/13/astrophysics-dataset-pandora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVC Preliminary Experiments</title>
		<link>http://thesis.neminis.org/2007/07/04/svc-preliminary-experiments/</link>
		<comments>http://thesis.neminis.org/2007/07/04/svc-preliminary-experiments/#comments</comments>
		<pubDate>Wed, 04 Jul 2007 07:42:58 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SVC]]></category>
		<category><![CDATA[SVM]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/07/04/svc-preliminary-experiments/</guid>
		<description><![CDATA[In the section Documents is available for download the PDF with the configurations used for tests and related results; is also available the ZIP archive containing the data-sets used for the experiments.]]></description>
			<content:encoded><![CDATA[<p>In the section <a href="http://thesis.neminis.org/documenti/"><em>Documents</em></a> is available for download the <a href="http://thesis.neminis.org/wp-content/plugins/downloads-manager/upload/svc-experiments-results.pdf">PDF</a> with the configurations used for tests and related results; is also available the <a href="http://thesis.neminis.org/wp-content/plugins/downloads-manager/upload/datasets-preliminary-coclustering.zip">ZIP archive</a> containing the data-sets used for the experiments.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/07/04/svc-preliminary-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Co-clustering Preliminary Experiments</title>
		<link>http://thesis.neminis.org/2007/06/29/co-clustering-preliminary-experiments/</link>
		<comments>http://thesis.neminis.org/2007/06/29/co-clustering-preliminary-experiments/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 12:22:42 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Benchmark]]></category>
		<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/06/29/co-clustering-preliminary-experiments/</guid>
		<description><![CDATA[In the section Documents is available for download the PDF with the configurations used for tests and related results; is also available the ZIP archive containing the data-sets used for the experiments.]]></description>
			<content:encoded><![CDATA[<p>In the section <a href="http://thesis.neminis.org/documenti/"><em>Documents</em></a> is available for download the <a href="http://thesis.neminis.org/wp-content/plugins/downloads-manager/upload/experiments-results.pdf">PDF</a> with the configurations used for tests and related results; is also available the <a href="http://thesis.neminis.org/wp-content/plugins/downloads-manager/upload/datasets-preliminary-coclustering.zip">ZIP archive</a> containing the data-sets used for the experiments.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/06/29/co-clustering-preliminary-experiments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Co-clustering &#8211; Synthetic Dataset Test #1</title>
		<link>http://thesis.neminis.org/2007/06/22/co-clustering-synthetic-dataset-test-1/</link>
		<comments>http://thesis.neminis.org/2007/06/22/co-clustering-synthetic-dataset-test-1/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 15:40:56 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/06/22/co-clustering-synthetic-dataset-test-1/</guid>
		<description><![CDATA[Macchina usata: PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X Software usato: Dataset usato: Il dataset usato in questo test è un dataset sintetico, generato grazie a Il dataset è così composto: Oggetti: 1000 Attributi: 10 Classi: 5, per un &#8230; <a href="http://thesis.neminis.org/2007/06/22/co-clustering-synthetic-dataset-test-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Macchina usata:</strong><br />
PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X</p>
<p><strong>Software usato:</strong></p>
<ul>
</ul>
<p><strong>Dataset usato:</strong><br />
Il dataset usato in questo test è un dataset sintetico, generato grazie a</p>
<ul>
</ul>
<p>Il dataset è così composto:<br />
Oggetti: 1000<br />
Attributi: 10<br />
Classi: 5, per un totale di 888 punti (Cluster 0: 327, Cluster 1: 134, Cluster 2: 162, Cluster 3: 132, Cluster 4: 133)<br />
<strong>Punti di disturbo: 112 (punti non classificabili)</strong></p>
<p><strong>Algoritmo di co-clustering usato:</strong> Euclidean Distance Based, Minimum Sum Squared, Information Theoretic</p>
<p><strong>Problemi:</strong> Da questo primo test condotto su un dataset <em>disturbato</em>, lo schema di co-clustering sembra non essere pensato per identificare il rumore e separarlo dal resto della classificazione, col risultato che tutte le istanze di co-clustering tendono a classificare il rumore in una delle cinque classi richieste, sfalsando i risultati.</p>
<p><strong>Eliminazione punti di rumore:</strong> Eliminando i punti di rumore, abbiamo ottenuto un dataset di 888 punti e l&#8217;algoritmo (Euclidean Distance Based, con 5 co-cluster richiesti) ha separato perfettamente le 5 classi senza alcun errore in un tempo così espresso:<br />
  User     = 0 second(s) 138552 ms<br />
  System   = 0 second(s) 6630 ms<br />
  Time/Run = 0.138552 second(s)</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/06/22/co-clustering-synthetic-dataset-test-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Co-clustering &#8211; Real World Dataset Test #2</title>
		<link>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-2/</link>
		<comments>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-2/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 14:16:17 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Bregman]]></category>
		<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Missing values]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-2/</guid>
		<description><![CDATA[Macchina usata: PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X Software usato: Dataset Usato: Mushrooms Database Number of instances: 8124 Number of Attributes: 22 2480 missing values for attribute #12 Original Class Distribution: edible: 4208 (51.8%), poisonous: 3916 (48.2%) Mushroom &#8230; <a href="http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Macchina usata:</strong><br />
PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X</p>
<p><strong>Software usato:</strong></p>
<ul>
</ul>
<p><strong>Dataset Usato:</strong><br />
<a href="ftp://ftp.ics.uci.edu/pub/machine-learning-databases/musk">Mushrooms Database</a><br />
Number of instances: 8124<br />
Number of Attributes: 22<br />
2480 <strong>missing values</strong> for attribute #12<br />
Original Class Distribution: edible: 4208 (51.8%), poisonous: 3916 (48.2%)<br />
Mushroom records drawn from The Audubon Society Field Guide to North<br />
American Mushrooms (1981). G. H. Lincoff (Pres.), New York: Alfred A. Knopf<br />
Donor: Jeff Schlimmer (Jeffrey.Schlimmer@a.gp.cs.cmu.edu)<br />
Date: 27 April 1987</p>
<p><strong>Algoritmo di co-clustering usato: </strong>Minimum Sum Squared Residue</p>
<p><strong>Prova #1</strong><br />
Richiesti 2 cluster di riga e 1 di colonna. Totale: 2 co-cluster</p>
<p><em>Tempo impiegato</em>: User     = 2 second(s) 127370 ms, System   = 0 second(s) 40949 ms, Time/Run = 2.12737 second(s)</p>
<p><em>Risultato</em>: 3670 elementi nella classe &#8220;poisonous&#8221;, 4454 elementi nella classe &#8220;edible&#8221;.</p>
<p><em>Percentuale d&#8217;errore (elementi non classificati correttamente)</em>: ~3%</p>
<p><strong>Prova #2</strong><br />
Richiesti 2 cluster di riga e 2 di colonna. Totale: 4 co-cluster</p>
<p><em>Tempo impiegato</em>: User     = 2 second(s) 158490 ms, System   = 0 second(s) 40654 ms, Time/Run = 2.15849 second(s)</p>
<p><em>Risultato</em>: 3915 elementi nella classe &#8220;poisonous&#8221;, 4209 elementi nella classe &#8220;edible&#8221;.</p>
<p><em>Percentuale d&#8217;errore</em>: ~1.23 x 10^-4 (1 solo elemento è stato classificato erroneamente)</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Co-clustering &#8211; Real World Dataset Test #1</title>
		<link>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-1/</link>
		<comments>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-1/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 09:01:02 +0000</pubDate>
		<dc:creator>vincenzo russo</dc:creator>
				<category><![CDATA[Co-clustering]]></category>
		<category><![CDATA[Dataset]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-1/</guid>
		<description><![CDATA[Macchina usata: PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X Software usato: Dataset usato: Iris Plant Database From Fisher, 1936 3 classes, 4 numeric attributes, 150 instances 1 class is linearly separable from the other 2, but the other 2 &#8230; <a href="http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Macchina usata:</strong><br />
PowerPC G4, 1.5GHz, 768MB RAM, Mac OS X</p>
<p><strong>Software usato:</strong></p>
<ul>
</ul>
<p><strong>Dataset usato:</strong><br />
<em><a href="ftp://ftp.ics.uci.edu/pub/machine-learning-databases/iris">Iris Plant Database</a></em><br />
From Fisher, 1936<br />
3 classes, 4 numeric attributes, 150 instances<br />
1 class is linearly separable from the other 2, but the other 2 are not linearly separable from each other</p>
<p><strong>Algoritmo di co-clustering usato:</strong> Euclidean Distance Based.</p>
<p><strong>Prova #1: </strong><br />
Richiesti 3 cluster di riga (sulle righe abbiamo gli oggeti, sulle colonne gli attributi) e 1 solo cluster di colonna. In tal modo non viene effettuato alcun feature clustering (che ricordiamo è contestuale al data clustering).</p>
<p><em>Tempo impiegato</em>: User     = 0 second(s) 9193 ms, System   = 0 second(s) 2709 ms, Time/Run = 0.009193 second(s)</p>
<p><em>Risultato</em>: Co-Cluster 1: 54 elementi di riga, Co-Cluster 2: 40 elementi di riga, Co-Cluster 3: 56 elementi di riga. Avendo specificato 1 solo cluster per le colonne, tutti i co-cluster hanno gli stessi elementi di colonna.</p>
<p><em>Conclusioni</em>: L&#8217;algoritmo è riuscito a separare i cluster sovrapposti (classi 2 e 3 del dataset), ma ha commesso svariati errori di classificazioni. Al cluster 2 mancano 10 elementi, 4 dei quali sono nel primo cluster e i restanti 6 nel terzo cluster.</p>
<p><strong>Prova #2: </strong><br />
Richiesti 3 cluster di riga e 2 cluster di colonna.</p>
<p><em>Tempo impiegato:</em> User = 0 second(s) 8397 ms, System   = 0 second(s) 3042 ms, Time/Run = 0.008397 second(s)</p>
<p><em>Risultato:</em> Le tre classi sono state perfettamente separate. Nello specifico, sono stati prodotti 6 co-cluster, poiché, detto C il numero di cluster di colonna, e R il numero di cluster di riga, si ottengono sempre C*R co-cluster. Per ogni cluster di riga chiesto, si ottengono in pratica C co-cluster.</p>
<p><em>Conclusioni:</em> Separare 2 cluster (classi 2 e 3 del dataset in esame) non linearmente separabili è notevole per un algoritmo non kernel-based.</p>
]]></content:encoded>
			<wfw:commentRss>http://thesis.neminis.org/2007/06/22/co-clustering-real-world-dataset-test-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

