Outils pour utilisateurs

Outils du site


projets:plim:20142015:gr13

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
projets:plim:20142015:gr13 [2014/10/14 10:11] – [MAIN INFORMATIONS about the Project] promoplim1415projets:plim:20142015:gr13 [2014/11/23 20:30] (Version actuelle) – [GROUP GR13] alfonsi
Ligne 1: Ligne 1:
 ====== Projets Objets Connectés et Services (OCS) ====== ====== Projets Objets Connectés et Services (OCS) ======
 +==== GROUP GR13 ====
  
- +=== Title of the Project : Light Sensor to Weather ===
-// Becareful : as soon as you want to add a file, you must post it on an external repository like google, dropbox,... or your own web site. You don't have permission to add files here. You can only edit and modify this page.//  +
-The syntax to integrate external link in this page is : <code> [[http://example.com|Lien externe]] </code>  +
- +
- +
-==== GROUP GRX ==== +
- +
-//in cas of X=13, Your Web page is // <code> [[http://www.tigli.fr/doku.php?id=projets:plim:20142015:gr13|Web of the Project PLIM GR13]]</code> +
- +
-// Vous trouverez des consignes en bas de page pour remplir votre site// +
- +
-==== MAIN INFORMATIONS about the Project ==== +
- +
-=== MEMBERS === +
- +
-//Dans la suite,  +
-[<nom1>] [<nom2>] [<nom3> est la liste des noms des membres d'une groupe de travail. +
-// +
- +
-=== Title of the Project : Reconnaissance de profils de luminosité ===+
  
 === Name of the members of the Group === === Name of the members of the Group ===
Ligne 28: Ligne 10:
     * IHM      * IHM 
     * alfonsi@polytech.unice.fr     * alfonsi@polytech.unice.fr
 +
     * VICARD     * VICARD
-    * Axel +    * Axel
     * IHM      * IHM 
     * vicard@polytech.unice.fr     * vicard@polytech.unice.fr
Ligne 41: Ligne 24:
 === Content of the Project === === Content of the Project ===
  
-// quelques lignes sur le projet //+Our project aims is to detect the current weather using the Windows Phone's Light Sensor combine to the current time.
  
-// indiquer les données collectées sur le téléphonele nom de l'API et du namespace .Net pour cela//+To gather data from the Light Sensorwe use the LightSensor class from the  Windows.Devices.Sensors namespace, which is available since Windows Phone 8.1 SDK is up. This class returns the ambient-light reading as a LUX value. 
 +To get the current time, we also use the DateTime class from the System namespace. For our detection we round the current time to the below hour.
  
-// indiquer les informations que vous voulez obtenir après traitement (classification ...) des données collectées// 
  
-// indiquer la manière dont vous présenterez les informations obtenues à l'utilisateur/+To get the weather from these values, we use a neural network. To create this neural network with use the [[http://www.alglib.net/|alglib library]] . We trained this neural network with several values which respect these hypothesis : 
- +  * dark indoor : 0-50 lux, from 7am to 6pm 
-// indiquer si vous souhaitez utiliser les informations obtenues pour d'autres fonctionnalités comme des actions sur votre téléphone//+  * very cloudy : 51-5000 lux, from 7am to 6pm 
 +  * sunny with some cloud : 5001-30000 lux, from 7am to 6pm 
 +  * sunset : 10001-30000 lux, at 6pm 
 +  * sunny without cloud : 30001-100000 lux, from 7am to 6pm 
 +  * moonless night : 0-10 lux, from 7pm to 6am 
 +  * fullmoon night : 11-50 lux, from 7pm to 6am 
 +  * home light : 51-100000 lux, from 7pm to 6am 
 +  * sunrise : 10001-30000 lux, at 6am
  
  
 === SOFTWARE PACKAGES of the Project === === SOFTWARE PACKAGES of the Project ===
  
-   * README File  +   * README
-// an README file to explain all you install from Visual Studio 2013 SP2 with the SDK WP8.0 or later, to deploy and execute your project on the Windows Phone //+
  
-   * Project zip file  +To execute our project, you will need to have Visual Studio 2013 SP2 (or later) and the Windows Phone 8.1 SDK (or later) installed on your computer. Then you can should create a new Windows Phone 8.1 project and import our project files to it. You should be able to run the project without adding any .dll.
-// add the zip file of the Project //+
  
-   All required softwares  +   Project 
-//Put all the links and explanations to install and to configure required softwares, before your WP8.X C# project// +
  
-=== HOW TO USE IT  ===+zip file : [[https://drive.google.com/file/d/0B7i70Bg2z72QN05tbFRfcU9kZTg/view?usp=sharing]]
  
-// here write step by step how to use your project //  +   * All required softwares 
-// you can add copies of screen in it //+
  
-=== RESULTS  ===+Visual Studio 2013 : [[http://www.microsoft.com/fr-fr/download/details.aspx?id=44921]]
  
-// Write a summary of the main results of the project //+Windows Phone SDK : [[http://dev.windows.com/fr-fr/develop/download-phone-sdk]]
  
-=== Optionnal but considered in the evaluation : An 2 pages ACM paper on your results ==== 
  
-// Optionnal but considered in the evaluation //+=== HOW TO USE IT  ===
  
-//if you finnd enough time, you can write a 2 pages paper about your project in a professional ACM formatThis paper will be submitted to other researchers in the field and perhaps to present  poster in a conference and/or Workshop +To use our application, just launch it. [[https://drive.google.com/file/d/0B7i70Bg2z72Qa3RTWkxNVmxVdEE/view?usp=sharing|There is only 1 view.]] On this view you can see the current LUX value from the light sensor, the current time, and the current weather deduct by the previous values. 
-//+These values are all update every time the light sensor detect change of the lux value.
  
-**A Paper ACM Format :** +=== RESULTS  ===
-[[http://www.acm.org/sigs/publications/pubform.doc|Word ACM Format]] +
- +
- +
-=== CONSIGNES ET RAPPELS === +
- +
-== Quelques consignes : == +
- +
-  - //  Warning : everything must be written in english ....//  +
-  - // Warning : every added file (ex. figures, picture, sources, binaries, video ...) must be added through a web links on a Web repository. You can use such a syntax to integrate the link in this page :// <code> [[http://example.com|Lien externe]] </code> +
-  - //For more informations on DokuWiki syntax go to// [[https://www.tigli.fr/doku.php?id=wiki:syntax|syntax dokuwiki]]+
  
 +As expected, once the neural network is trained, we can determine the weather using this network, the current lux value and the current time.
  
 +Unfortunately, we didn't have a Windows Phone during the last test phase, and the simulator can only simulate the presence of a Light Sensor, we couldn't change its lux value. So the accuracy of our application might be really bad.
 +To fix this problem, we should make a better dataset, looking for lux values with a Windows Phone for each time and each weather. Then use this dataset in stead of our actual values to train the neural network.
projets/plim/20142015/gr13.1413281468.txt.gz · Dernière modification : 2014/10/14 10:11 de promoplim1415