<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MauroVerdirosa</id>
		<title>AIRWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://airwiki.deib.polimi.it/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MauroVerdirosa"/>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php/Special:Contributions/MauroVerdirosa"/>
		<updated>2026-04-19T21:11:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=5429</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=5429"/>
				<updated>2009-03-07T18:14:41Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. This device can react to a gas substance by providing signals that can be analyzed to classify the input. It is composed of a sensor array (MOS sensors, in our case) and a pattern classification process based on machine learning techniques. Each sensor reacts in a different way to the analyzed substance, providing multidimensional data that can be considered as a unique olfactory blueprint of the analyzed substance. In our work, we used an array composed of six Metal Oxide Semiconductor (MOS) sensors.&lt;br /&gt;
In this project, we have been using an electronic nose based on an array of six MOS sensors, to recognize the presence of lung cancer in breaths' subjects, diagnosing the disease with a non invasive and low cost method. &lt;br /&gt;
&lt;br /&gt;
During a first pilot study of our research, we have evaluated the possibility and accuracy of lung cancer diagnosis by classifying the&lt;br /&gt;
olfactory signal associated to exhalations of subjects. Results have been very satisfactory and promising: we achieved an average accuracy of 92.6%, sensitivity of 95.3% and specificity of 90.5%. In particular we analyzed the breath of 101 individuals, of which 58 control subjects, and 43 suffer from&lt;br /&gt;
different types of lung cancer (primary and not) at different stages.&lt;br /&gt;
In order to find the components able to discriminate between the two classes ‘healthy’ and ‘sick’ at best, and to reduce the dimensionality&lt;br /&gt;
of the problem, we have extracted the most significant features and projected them into a lower dimensional space using Non Parametric&lt;br /&gt;
Linear Discriminant Analysis. Finally, we have used these features as input to several supervised pattern classification algorithms, based&lt;br /&gt;
on different k-nearest neighbors (k-NN) approaches (classic, modified and Fuzzy k-NN), linear and quadratic discriminant classifiers&lt;br /&gt;
and on a feed-forward artificial neural network (ANN). The observed results have all been validated using cross-validation. &lt;br /&gt;
&lt;br /&gt;
The achieved satisfactory results pushed us to begin a new study, in order to confirm the obtained promising results and to evaluate the ripetibility of our results. We analyzed 104 breath samples of 52 subjects, 22 healthy subjects and 30 subjects with primary lung cancer at different stages. The acquisition has been done inviting subjects to breath into a nalophan bag, later input into the electronic nose. In order to find the best statistical model able to discriminate between the two classes ‘healthy’ and ‘lung cancer’ subjects, and to reduce the dimensionality of the problem, we implemented a genetic algorithm (GA) that found the best combination of feature selection, feature projection and classifier. In particular, according to the feature selection issue, we considered methods based on exponential, sequential and randomized algorithms. Principal Component Analysis (PCA), Fisher’s Linear Discriminant Analysis (LDA) and Non Parametric Linear Discriminant Analysis (NPLDA) have been considered to project features into a lower dimensional space. Classification has been performed implementing several supervised pattern classification algorithms, based on different k-nearest neighbors (k-NN) approaches (classic, modified and fuzzy k-NN), on linear and quadratic discriminant classifiers and on a feed-forward artificial neural network (ANN). The best solution provided from the genetic algorithm, has been the projection of the found subset of features into a single component using the Fisher’s Linear Discriminant Analysis (LDA) and a classification based on the k-Nearest Neighbours (k-NN) method. Performing a Student’s t-test between all pair of considered models, no significative differences emerged, suggesting that all computational intelligence methods that we have applied provided satisfying results. The observed results, all validated using cross-validation, have been very satisfactory achieving an average accuracy of 96.2%, an average sensitivity of 93.3% and an average specificity of 100%, as well as very small confidence intervals. These results confirmed a previous pilot study where we achieved an average accuracy of 92.6%, sensitivity of 95.3% and specificity of 90.5% (on 58 control subjects and 43 lung cancer subjects). We also investigated the possibility of performing early diagnosis, building a model able to predict a sample belonging to a subject with primary lung cancer at stage I, compared to healthy subjects. Also in this analysis results have been excellent, achieving an average accuracy of 92.85%, an average sensitivity of 75.5% and an average specificity of 97.72%. &lt;br /&gt;
&lt;br /&gt;
The research demonstrate that an instrument as the electronic nose, combined with the appropriate artificial intelligence techniques, is a promising alternative to current lung cancer diagnostic techniques: the obtained predictive errors are lower than those achieved by present diagnostic methods, and the cost of the analysis, both in money, time and resources, is lower. Moreover, the instrument is completely non invasive. The introduction of this technology will lead to very important social and business effects: its low price and small dimensions allow a large scale distribution, giving the opportunity to perform non invasive, cheap, quick, and massive early diagnosis and screening.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2007/01/01&lt;br /&gt;
&lt;br /&gt;
End date: --&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[User:AndreaBonarini | Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[User:MatteoMatteucci | Matteo Matteucci]]&lt;br /&gt;
&lt;br /&gt;
===== PhD Students =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[User:RossellaBlatt | Rossella Blatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[User:ClaudioTrameri | Claudio Trameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[User:MauroVerdirosa | Mauro Verdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
Dott. Ugo Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
Dott. Elisa Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at the Istituto Nazionale dei Tumori di Milano, where the acquisistion of subjects' breath, both sick and healthy will be done. &lt;br /&gt;
For this kind of work, there are not potential risks.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Link to project documents and files ===&lt;br /&gt;
&lt;br /&gt;
Results obtained from this work have been presented at different conferences:&lt;br /&gt;
&lt;br /&gt;
* '''Prestigious Applications of Intelligent Systems (PAIS 2008), Patras, Greece''' &lt;br /&gt;
:The 5th Prestigious Applications of Intelligent Systems (PAIS 2008) is a sub-conference of the 18th European Conference on Artificial Intteligence (ECAI 2008) that will be held at the University of Patras, Greece, from July 21st to 25th. &lt;br /&gt;
:[[Image:PAIS.pdf|Paper-PAIS2008]] &lt;br /&gt;
&lt;br /&gt;
* '''International Joint Conference on Neural Networks (IJCNN 2007), Orlando, FL, USA'''&lt;br /&gt;
:'''Lung Cancer Identification by an Electronic Nose based on array of MOS Sensors''', Blatt Rossella, Bonarini Andrea, Calabrò Elisa, Della Torre Matteo, Matteucci Matteo, Pastorino Ugo. Proceedings of the 2007 International Joint Conference on Neural Networks (IJCNN 2007), Orlando, FL, USA: [[Image:IJCNNfinal.pdf|Paper-IJCNN2007]] &lt;br /&gt;
&lt;br /&gt;
:Short presentation of the ''Lung Cancer Identification by an Electronic Nose based on an array of MOS Sensors'' paper: [[Image:LungCancerIdentificationIJCNN2007.pdf|Presentation-IJCNN2007]]&lt;br /&gt;
&lt;br /&gt;
* '''International Workshop on Fuzzy Logic and Applications (WILF 2007), Ruta di Camogli, Genova, Italy'''&lt;br /&gt;
&lt;br /&gt;
: '''Fuzzy k-NN Lung Cancer Identification by an Electronic Nose''', Blatt Rossella, Bonarini Andrea, Calabrò Elisa, Della Torre Matteo, Matteucci Matteo, Pastorino Ugo. Proceedings of the 7th International Workshop on Fuzzy Logic and Applications, WILF 2007, Lecture Notes in Computer Science (LNAI), LNAI 4578, pages 261-268, Springer. Camogli (GE), Italy, July 2007.&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=5428</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=5428"/>
				<updated>2009-03-07T18:08:25Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. This device can react to a gas substance by providing signals that can be analyzed to classify the input. It is composed of a sensor array (MOS sensors, in our case) and a pattern classification process based on machine learning techniques. Each sensor reacts in a different way to the analyzed substance, providing multidimensional data that can be considered as a unique olfactory blueprint of the analyzed substance. In our work, we used an array composed of six Metal Oxide Semiconductor (MOS) sensors.&lt;br /&gt;
In this project, we have been using an electronic nose based on an array of six MOS sensors, to recognize the presence of lung cancer in breaths' subjects, diagnosing the disease with a non invasive and low cost method. &lt;br /&gt;
&lt;br /&gt;
During a first pilot study of our research, we have evaluated the possibility and accuracy of lung cancer diagnosis by classifying the&lt;br /&gt;
olfactory signal associated to exhalations of subjects. Results have been very satisfactory and promising: we achieved an average accuracy of 92.6%, sensitivity of 95.3% and specificity of 90.5%. In particular we analyzed the breath of 101 individuals, of which 58 control subjects, and 43 suffer from&lt;br /&gt;
different types of lung cancer (primary and not) at different stages.&lt;br /&gt;
In order to find the components able to discriminate between the two classes ‘healthy’ and ‘sick’ at best, and to reduce the dimensionality&lt;br /&gt;
of the problem, we have extracted the most significant features and projected them into a lower dimensional space using Non Parametric&lt;br /&gt;
Linear Discriminant Analysis. Finally, we have used these features as input to several supervised pattern classification algorithms, based&lt;br /&gt;
on different k-nearest neighbors (k-NN) approaches (classic, modified and Fuzzy k-NN), linear and quadratic discriminant classifiers&lt;br /&gt;
and on a feed-forward artificial neural network (ANN). The observed results have all been validated using cross-validation. &lt;br /&gt;
&lt;br /&gt;
The achieved satisfactory results pushed us to begin a new study, in roder to confirm the obtained promising results and to evaluate the ripetibility of our results. We analyzed 104 breath samples of 52 subjects, 22 healthy subjects and 30 subjects with primary lung cancer at different stages. The acquisition has been done inviting subjects to breath into a nalophan bag, later input into the electronic nose. In order to find the best statistical model able to discriminate between the two classes ‘healthy’ and ‘lung cancer’ subjects, and to reduce the dimensionality of the problem, we implemented a genetic algorithm (GA) that found the best combination of feature selection, feature projection and classifier. In particular, according to the feature selection issue, we considered methods based on exponential, sequential and randomized algorithms. Principal Component Analysis (PCA), Fisher’s Linear Discriminant Analysis (LDA) and Non Parametric Linear Discriminant Analysis (NPLDA) have been considered to project features into a lower dimensional space. Classification has been performed implementing several supervised pattern classification algorithms, based on different k-nearest neighbors (k-NN) approaches (classic, modified and fuzzy k-NN), on linear and quadratic discriminant classifiers and on a feed-forward artificial neural network (ANN). The best solution provided from the genetic algorithm, has been the projection of the found subset of features into a single component using the Fisher’s Linear Discriminant Analysis (LDA) and a classification based on the k-Nearest Neighbours (k-NN) method. Performing a Student’s t-test between all pair of considered models, no significative differences emerged, suggesting that all computational intelligence methods that we have applied provided satisfying results. The observed results, all validated using cross-validation, have been very satisfactory achieving an average accuracy of 96.2%, an average sensitivity of 93.3% and an average specificity of 100%, as well as very small confidence intervals. These results confirmed a previous pilot study where we achieved an average accuracy of 92.6%, sensitivity of 95.3% and specificity of 90.5% (on 58 control subjects and 43 lung cancer subjects). We also investigated the possibility of performing early diagnosis, building a model able to predict a sample belonging to a subject with primary lung cancer at stage I, compared to healthy subjects. Also in this analysis results have been excellent, achieving an average accuracy of 92.85%, an average sensitivity of 75.5% and an average specificity of 97.72%. &lt;br /&gt;
&lt;br /&gt;
The research demonstrate that an instrument as the electronic nose, combined with the appropriate artificial intelligence techniques, is a promising alternative to current lung cancer diagnostic techniques: the obtained predictive errors are lower than those achieved by present diagnostic methods, and the cost of the analysis, both in money, time and resources, is lower. Moreover, the instrument is completely non invasive. The introduction of this technology will lead to very important social and business effects: its low price and small dimensions allow a large scale distribution, giving the opportunity to perform non invasive, cheap, quick, and massive early diagnosis and screening.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2007/01/01&lt;br /&gt;
&lt;br /&gt;
End date: --&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[User:AndreaBonarini | Andrea Bonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[User:MatteoMatteucci | Matteo Matteucci]]&lt;br /&gt;
&lt;br /&gt;
===== PhD Students =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[User:RossellaBlatt | Rossella Blatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[User:ClaudioTrameri | Claudio Trameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[User:MauroVerdirosa | Mauro Verdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
Dott. Ugo Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
Dott. Elisa Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at the Istituto Nazionale dei Tumori di Milano, where the acquisistion of subjects' breath, both sick and healthy will be done. &lt;br /&gt;
For this kind of work, there are not potential risks.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Link to project documents and files ===&lt;br /&gt;
&lt;br /&gt;
Results obtained from this work have been presented at different conferences:&lt;br /&gt;
&lt;br /&gt;
* '''Prestigious Applications of Intelligent Systems (PAIS 2008), Patras, Greece''' &lt;br /&gt;
:The 5th Prestigious Applications of Intelligent Systems (PAIS 2008) is a sub-conference of the 18th European Conference on Artificial Intteligence (ECAI 2008) that will be held at the University of Patras, Greece, from July 21st to 25th. &lt;br /&gt;
:[[Image:PAIS.pdf|Paper-PAIS2008]] &lt;br /&gt;
&lt;br /&gt;
* '''International Joint Conference on Neural Networks (IJCNN 2007), Orlando, FL, USA'''&lt;br /&gt;
:'''Lung Cancer Identification by an Electronic Nose based on array of MOS Sensors''', Blatt Rossella, Bonarini Andrea, Calabrò Elisa, Della Torre Matteo, Matteucci Matteo, Pastorino Ugo. Proceedings of the 2007 International Joint Conference on Neural Networks (IJCNN 2007), Orlando, FL, USA: [[Image:IJCNNfinal.pdf|Paper-IJCNN2007]] &lt;br /&gt;
&lt;br /&gt;
:Short presentation of the ''Lung Cancer Identification by an Electronic Nose based on an array of MOS Sensors'' paper: [[Image:LungCancerIdentificationIJCNN2007.pdf|Presentation-IJCNN2007]]&lt;br /&gt;
&lt;br /&gt;
* '''International Workshop on Fuzzy Logic and Applications (WILF 2007), Ruta di Camogli, Genova, Italy'''&lt;br /&gt;
&lt;br /&gt;
: '''Fuzzy k-NN Lung Cancer Identification by an Electronic Nose''', Blatt Rossella, Bonarini Andrea, Calabrò Elisa, Della Torre Matteo, Matteucci Matteo, Pastorino Ugo. Proceedings of the 7th International Workshop on Fuzzy Logic and Applications, WILF 2007, Lecture Notes in Computer Science (LNAI), LNAI 4578, pages 261-268, Springer. Camogli (GE), Italy, July 2007.&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5419</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5419"/>
				<updated>2009-03-07T10:08:43Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SMWUser&lt;br /&gt;
|firstname=Mauro&lt;br /&gt;
|lastname=Verdirosa&lt;br /&gt;
|email=[mailto:mauro.verdirosa@gmail.com mauro.verdirosa@gmail.com]&lt;br /&gt;
|advisor=RossellaBlatt&lt;br /&gt;
|projectpage=Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
|photo=MauroVerdirosa.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa was born in Melfi (Potenza), Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
His interests are Reinforcement Learning, Unsupervised/Supervised Learning and Data analysis.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a Thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri|Claudio Trameri]].&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5418</id>
		<title>File:MauroVerdirosa.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5418"/>
				<updated>2009-03-07T10:07:47Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: uploaded a new version of &amp;quot;Image:MauroVerdirosa.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5413</id>
		<title>File:MauroVerdirosa.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5413"/>
				<updated>2009-03-07T10:04:20Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: uploaded a new version of &amp;quot;Image:MauroVerdirosa.jpg&amp;quot;: Reverted to version as of 09:56, 7 March 2009&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:ClaudioTrameri.jpg&amp;diff=5409</id>
		<title>File:ClaudioTrameri.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:ClaudioTrameri.jpg&amp;diff=5409"/>
				<updated>2009-03-07T10:00:25Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: uploaded a new version of &amp;quot;Image:ClaudioTrameri.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5406</id>
		<title>File:MauroVerdirosa.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5406"/>
				<updated>2009-03-07T09:58:50Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: uploaded a new version of &amp;quot;Image:MauroVerdirosa.jpg&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5405</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5405"/>
				<updated>2009-03-07T09:57:29Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SMWUser&lt;br /&gt;
|firstname=Mauro&lt;br /&gt;
|lastname=Verdirosa&lt;br /&gt;
|email=[mailto:mauro.verdirosa@gmail.com mauro.verdirosa@gmail.com]&lt;br /&gt;
|advisor=RossellaBlatt&lt;br /&gt;
|projectpage=Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
|photo=MauroVerdirosa.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa was born in Melfi (Potenza), Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
His interests are Reinforcement Learning, Unsupervised/Supervised Learning and Data analysis.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a Thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5404</id>
		<title>File:MauroVerdirosa.jpg</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=File:MauroVerdirosa.jpg&amp;diff=5404"/>
				<updated>2009-03-07T09:56:42Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5394</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5394"/>
				<updated>2009-03-07T09:33:35Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi (Potenza), Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
His interests are Reinforcement Learning, Unsupervised/Supervised Learning and Data analysis.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a Thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5393</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5393"/>
				<updated>2009-03-07T09:30:37Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi(Potenza), Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
His interests are: Reinforcement Learning, Unsupervised/Supervised Learning and Data analysis.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a Thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5392</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5392"/>
				<updated>2009-03-07T09:30:17Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi(Potenza), Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
His interests are: Reinforcement Learning, Unsupervised/Supervised Learning and Data analysis.&lt;br /&gt;
From January 2008 he is a Thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5390</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5390"/>
				<updated>2009-03-07T09:22:32Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi, Potenza, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5389</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5389"/>
				<updated>2009-03-07T09:21:42Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi, Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory Signal Acquisition by an Electronic Nose. In particular, the target of his work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is: [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5388</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=5388"/>
				<updated>2009-03-07T09:14:11Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi, Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab Laboratory)&lt;br /&gt;
working on a project regards Olfactory signal acquisition by an electronic nose. In particular the target of the work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath. &lt;br /&gt;
&lt;br /&gt;
A link of this project is [[Lung_Cancer_Detection_by_an_Electronic_Nose|Olfactory Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with [[User:ClaudioTrameri]].&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2780</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2780"/>
				<updated>2008-04-30T16:09:44Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project short description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. In particular we will implement a system able to recognize lung cancer diseased individuals from healthy individuals, analyzing only their breath. Now we want to acquire a larger number of samples, considering a higher number of classes.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2008/01/31&lt;br /&gt;
&lt;br /&gt;
End date: 2008/10/31&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[User:AndreaBonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[User:MatteoMatteucci]]&lt;br /&gt;
&lt;br /&gt;
===== Other Politecnico di Milano people =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[User:RossellaBlatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[User:ClaudioTrameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[User:MauroVerdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
dott. U. Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
dott. E. Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
''describe here what you actually do or will do in the AIRLab for your project; it is especially important to specify any activity that can lead to potential risks for you or other people and how you will ensure that no one is harmed. A list of potentially dangerous (if not correctly performed) activities is included into the [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] of the AIRLab, which you MUST know to work at the AIRLab.''&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at AIRLab/Lambrate. It will include significant amounts of mechanical work as well as of electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of high-voltage circuits. Special gloves and a current limiter will be used.&lt;br /&gt;
* Transportation of heavy loads (e.g. robot parts).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Death ray testing: on the robot will be mounted professor Azzoide's death ray projector. When testing it on live animals (e.g. pigeons, pigs, camels) we will make sure that people stay away from the test area.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
''Put here all the scientific and technical information about the project. Feel free to insert titles and sections as needed. Remember that [http://www.mediawiki.org/wiki/Help:Contents here] you can find help about wiki syntax.''&lt;br /&gt;
&lt;br /&gt;
Just to give you some ideas:&lt;br /&gt;
* state of the art;&lt;br /&gt;
* preliminary studies and sketches;&lt;br /&gt;
* design notes and guidelines;&lt;br /&gt;
* link to project documents and files (you can upload them using the [[Special:Upload]] page);&lt;br /&gt;
* description and results of experiments;&lt;br /&gt;
* photos and videos (they must have been uploaded with [[Special:Upload]] before you can insert them into this page);&lt;br /&gt;
* link to source code of the software written for the project (you can upload it with [[Special:Upload]]);&lt;br /&gt;
* advice about the configuration and the use of hardware and software;&lt;br /&gt;
* useful internet links;&lt;br /&gt;
* anything else that you think is useful to describe the project or could help people who will work on it in the future. Think about what ''you'' would have liked to find clearly explained when you started your work, instead of discovering it all by yourself the hard way. (By the way, if some of those missing information belong to other pages of this wiki, please update those pages: future users will be grateful.)&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2779</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2779"/>
				<updated>2008-04-30T16:09:06Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project short description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. In particular we will implement a system able to recognize lung cancer diseased individuals from healthy individuals, analyzing only their breath. Now we want to acquire a larger number of samples, considering a higher number of classes.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2008/01/31&lt;br /&gt;
&lt;br /&gt;
End date: 2008/10/31&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[AndreaBonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[MatteoMatteucci]]&lt;br /&gt;
&lt;br /&gt;
===== Other Politecnico di Milano people =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[RossellaBlatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[ClaudioTrameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[User:MauroVerdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
dott. U. Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
dott. E. Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
''describe here what you actually do or will do in the AIRLab for your project; it is especially important to specify any activity that can lead to potential risks for you or other people and how you will ensure that no one is harmed. A list of potentially dangerous (if not correctly performed) activities is included into the [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] of the AIRLab, which you MUST know to work at the AIRLab.''&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at AIRLab/Lambrate. It will include significant amounts of mechanical work as well as of electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of high-voltage circuits. Special gloves and a current limiter will be used.&lt;br /&gt;
* Transportation of heavy loads (e.g. robot parts).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Death ray testing: on the robot will be mounted professor Azzoide's death ray projector. When testing it on live animals (e.g. pigeons, pigs, camels) we will make sure that people stay away from the test area.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
''Put here all the scientific and technical information about the project. Feel free to insert titles and sections as needed. Remember that [http://www.mediawiki.org/wiki/Help:Contents here] you can find help about wiki syntax.''&lt;br /&gt;
&lt;br /&gt;
Just to give you some ideas:&lt;br /&gt;
* state of the art;&lt;br /&gt;
* preliminary studies and sketches;&lt;br /&gt;
* design notes and guidelines;&lt;br /&gt;
* link to project documents and files (you can upload them using the [[Special:Upload]] page);&lt;br /&gt;
* description and results of experiments;&lt;br /&gt;
* photos and videos (they must have been uploaded with [[Special:Upload]] before you can insert them into this page);&lt;br /&gt;
* link to source code of the software written for the project (you can upload it with [[Special:Upload]]);&lt;br /&gt;
* advice about the configuration and the use of hardware and software;&lt;br /&gt;
* useful internet links;&lt;br /&gt;
* anything else that you think is useful to describe the project or could help people who will work on it in the future. Think about what ''you'' would have liked to find clearly explained when you started your work, instead of discovering it all by yourself the hard way. (By the way, if some of those missing information belong to other pages of this wiki, please update those pages: future users will be grateful.)&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2778</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2778"/>
				<updated>2008-04-30T16:08:05Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project short description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. In particular we will implement a system able to recognize lung cancer diseased individuals from healthy individuals, analyzing only their breath. Now we want to acquire a larger number of samples, considering a higher number of classes.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2008/01/31&lt;br /&gt;
&lt;br /&gt;
End date: 2008/10/31&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[AndreaBonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[MatteoMatteucci]]&lt;br /&gt;
&lt;br /&gt;
===== Other Politecnico di Milano people =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[RossellaBlatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[ClaudioTrameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[MauroVerdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
dott. U. Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
dott. E. Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
''describe here what you actually do or will do in the AIRLab for your project; it is especially important to specify any activity that can lead to potential risks for you or other people and how you will ensure that no one is harmed. A list of potentially dangerous (if not correctly performed) activities is included into the [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] of the AIRLab, which you MUST know to work at the AIRLab.''&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at AIRLab/Lambrate. It will include significant amounts of mechanical work as well as of electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of high-voltage circuits. Special gloves and a current limiter will be used.&lt;br /&gt;
* Transportation of heavy loads (e.g. robot parts).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Death ray testing: on the robot will be mounted professor Azzoide's death ray projector. When testing it on live animals (e.g. pigeons, pigs, camels) we will make sure that people stay away from the test area.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
''Put here all the scientific and technical information about the project. Feel free to insert titles and sections as needed. Remember that [http://www.mediawiki.org/wiki/Help:Contents here] you can find help about wiki syntax.''&lt;br /&gt;
&lt;br /&gt;
Just to give you some ideas:&lt;br /&gt;
* state of the art;&lt;br /&gt;
* preliminary studies and sketches;&lt;br /&gt;
* design notes and guidelines;&lt;br /&gt;
* link to project documents and files (you can upload them using the [[Special:Upload]] page);&lt;br /&gt;
* description and results of experiments;&lt;br /&gt;
* photos and videos (they must have been uploaded with [[Special:Upload]] before you can insert them into this page);&lt;br /&gt;
* link to source code of the software written for the project (you can upload it with [[Special:Upload]]);&lt;br /&gt;
* advice about the configuration and the use of hardware and software;&lt;br /&gt;
* useful internet links;&lt;br /&gt;
* anything else that you think is useful to describe the project or could help people who will work on it in the future. Think about what ''you'' would have liked to find clearly explained when you started your work, instead of discovering it all by yourself the hard way. (By the way, if some of those missing information belong to other pages of this wiki, please update those pages: future users will be grateful.)&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2777</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2777"/>
				<updated>2008-04-30T16:07:31Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== '''Part 1: project profile''' ==&lt;br /&gt;
&lt;br /&gt;
=== Project name ===&lt;br /&gt;
&lt;br /&gt;
Lung Cancer Detection by an Electronic Nose&lt;br /&gt;
&lt;br /&gt;
=== Project short description ===&lt;br /&gt;
&lt;br /&gt;
The electronic nose is an instrument able to detect and recognize odors, that is the volatile substances in the atmosphere or emitted by the analyzed substance. In particular we will implement a system able to recognize lung cancer diseased individuals from healthy individuals, analyzing only their breath. Now we want to acquire a larger number of samples, considering a higher number of classes.&lt;br /&gt;
&lt;br /&gt;
=== Dates ===&lt;br /&gt;
Start date: 2008/01/31&lt;br /&gt;
&lt;br /&gt;
End date: 2008/10/31&lt;br /&gt;
&lt;br /&gt;
=== Website(s) ===&lt;br /&gt;
&lt;br /&gt;
At the moment no website avaible&lt;br /&gt;
&lt;br /&gt;
=== People involved ===&lt;br /&gt;
&lt;br /&gt;
===== Project head(s) =====&lt;br /&gt;
&lt;br /&gt;
A. Bonarini - [[User:AndreaBonarini]]&lt;br /&gt;
&lt;br /&gt;
M. Matteucci - [[User:MatteoMatteucci]]&lt;br /&gt;
&lt;br /&gt;
===== Other Politecnico di Milano people =====&lt;br /&gt;
&lt;br /&gt;
R. Blatt - [[User:RossellaBlatt]]&lt;br /&gt;
&lt;br /&gt;
===== Students currently working on the project =====&lt;br /&gt;
&lt;br /&gt;
Claudio Trameri - [[User:ClaudioTrameri]]&lt;br /&gt;
&lt;br /&gt;
Mauro Verdirosa - [[User:MauroVerdirosa]]&lt;br /&gt;
&lt;br /&gt;
===== Students who worked on the project in the past =====&lt;br /&gt;
&lt;br /&gt;
===== External personnel: =====&lt;br /&gt;
&lt;br /&gt;
dott. U. Pastorino (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
dott. E. Calabrò (Istituto dei Tumori - Milano)&lt;br /&gt;
&lt;br /&gt;
=== Laboratory work and risk analysis ===&lt;br /&gt;
''describe here what you actually do or will do in the AIRLab for your project; it is especially important to specify any activity that can lead to potential risks for you or other people and how you will ensure that no one is harmed. A list of potentially dangerous (if not correctly performed) activities is included into the [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] of the AIRLab, which you MUST know to work at the AIRLab.''&lt;br /&gt;
&lt;br /&gt;
Laboratory work for this project will be mainly performed at AIRLab/Lambrate. It will include significant amounts of mechanical work as well as of electrical and electronic activity. Potentially risky activities are the following:&lt;br /&gt;
* Use of mechanical tools. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of soldering iron. Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Use of high-voltage circuits. Special gloves and a current limiter will be used.&lt;br /&gt;
* Transportation of heavy loads (e.g. robot parts).  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Robot testing.  Standard safety measures described in [http://airlab.elet.polimi.it/index.php/airlab/content/download/461/4110/file/documento_valutazione_rischi_AIRLab.pdf Safety norms] will be followed.&lt;br /&gt;
* Death ray testing: on the robot will be mounted professor Azzoide's death ray projector. When testing it on live animals (e.g. pigeons, pigs, camels) we will make sure that people stay away from the test area.&lt;br /&gt;
&lt;br /&gt;
== '''Part 2: project description''' ==&lt;br /&gt;
''Put here all the scientific and technical information about the project. Feel free to insert titles and sections as needed. Remember that [http://www.mediawiki.org/wiki/Help:Contents here] you can find help about wiki syntax.''&lt;br /&gt;
&lt;br /&gt;
Just to give you some ideas:&lt;br /&gt;
* state of the art;&lt;br /&gt;
* preliminary studies and sketches;&lt;br /&gt;
* design notes and guidelines;&lt;br /&gt;
* link to project documents and files (you can upload them using the [[Special:Upload]] page);&lt;br /&gt;
* description and results of experiments;&lt;br /&gt;
* photos and videos (they must have been uploaded with [[Special:Upload]] before you can insert them into this page);&lt;br /&gt;
* link to source code of the software written for the project (you can upload it with [[Special:Upload]]);&lt;br /&gt;
* advice about the configuration and the use of hardware and software;&lt;br /&gt;
* useful internet links;&lt;br /&gt;
* anything else that you think is useful to describe the project or could help people who will work on it in the future. Think about what ''you'' would have liked to find clearly explained when you started your work, instead of discovering it all by yourself the hard way. (By the way, if some of those missing information belong to other pages of this wiki, please update those pages: future users will be grateful.)&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=2776</id>
		<title>User:MauroVerdirosa</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=User:MauroVerdirosa&amp;diff=2776"/>
				<updated>2008-04-30T15:35:08Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mauro Verdirosa was born in Melfi, Italy, in 19/09/1982.&lt;br /&gt;
&lt;br /&gt;
From January 2008 he is a thesist at the Department of Electronics and Information of the Politecnico di Milano (AIRLab laboratory)&lt;br /&gt;
working on a project regards Olfactory signal acquisition by an electronic nose. In particular the target of the work is to implement a system able to recognize lung cancer of diseased individuals from healty ones analyzing only their breath.&lt;br /&gt;
&lt;br /&gt;
The thesis in developed in collaboration with Claudio Trameri.&lt;br /&gt;
&lt;br /&gt;
Email Address: mauro(dot)verdirosa(at)gmail(dot)com&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2669</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2669"/>
				<updated>2008-04-24T13:33:18Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	<entry>
		<id>https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2668</id>
		<title>Lung Cancer Detection by an Electronic Nose</title>
		<link rel="alternate" type="text/html" href="https://airwiki.deib.polimi.it/index.php?title=Lung_Cancer_Detection_by_an_Electronic_Nose&amp;diff=2668"/>
				<updated>2008-04-24T13:33:01Z</updated>
		
		<summary type="html">&lt;p&gt;MauroVerdirosa: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;prova&lt;/div&gt;</summary>
		<author><name>MauroVerdirosa</name></author>	</entry>

	</feed>