projets:plim:20142015:gr13
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
projets:plim:20142015:gr13 [2014/10/14 10:11] – [MAIN INFORMATIONS about the Project] promoplim1415 | projets: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 : < | + | |
- | + | ||
- | + | ||
- | ==== GROUP GRX ==== | + | |
- | + | ||
- | //in cas of X=13, Your Web page is // < | + | |
- | + | ||
- | // Vous trouverez des consignes en bas de page pour remplir votre site// | + | |
- | + | ||
- | ==== MAIN INFORMATIONS about the Project ==== | + | |
- | + | ||
- | === MEMBERS === | + | |
- | + | ||
- | //Dans la suite, | + | |
- | [< | + | |
- | // | + | |
- | + | ||
- | === 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' |
- | // indiquer les données collectées sur le téléphone, le nom de l'API et du namespace .Net pour cela// | + | To gather data from the Light Sensor, we use the LightSensor class from the Windows.Devices.Sensors |
+ | 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' | + | 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' | + | * 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 | + | * 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 // | + | |
- | | + | |
- | //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:// |
- | // 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:// |
- | // Write a summary of the main results of the project | + | Windows Phone SDK : [[http://dev.windows.com/fr-fr/develop/ |
- | === 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 | + | To use our application, |
- | // | + | These values are all update every time the light sensor detect |
- | **A Paper ACM Format :** | + | === RESULTS |
- | [[http:// | + | |
- | + | ||
- | + | ||
- | === 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 :// < | + | |
- | - //For more informations on DokuWiki syntax go to// [[https:// | + | |
+ | 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, | ||
+ | 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