SCAF
Project overview
This 4th-year Computer Science project is a collaboration between students, the LACODAM research team and Energiency, a start-up based in Rennes. Our goal is to design and build a software pipeline that will enable the user to derive insight from the energy consumption data, in the form of frequent sequences. Our software will also give the opportunity to simulate a production system, to work on non-noisy data.
Simulator
The aim of the simulator is to allow the design of an industrial production system, that can contain multiple machines. These are represented by a timed automaton, with states, transitions and variables, which is given by the user. The software uses these automatons to generate the corresponding consumption data. The simulation outputs a detailed description of the run, describing each machine's evolution through time as well as their consumption patterns.
Generator
The data generator aims at translating consumption patterns (such as those outputted by the simulator) into real-valued data. This data has a discrete step, which can be chosen by the user
Data Mining
Finally, we wish to analyse the data generated by the previous components with data mining algorithms. These algorithms, already designed and written, should allow the extraction of recurrent patterns that will allow the analysis of a system's electrical consumption. Multiple algorithms will be given to the user, who will be able to try them out and compare their results on simulated data. The algorithms that are already implemented are SAX (for data discretisation) and BIDE+ (for closed frequent sequence mining). The user will visualise the data as well as the detected patterns thanks to a Graphical User Interface. He should also be able to export the results in JSON format, for later import in MongoDB (the database system used by Energiency).