fhessel / smartpeg

Project "Smarte Wäscheklammer" for Ambient Intelligence at TU Darmstadt, winter term 2017/18
0 stars 1 forks source link

Create Training/Test Data for ML #24

Closed fhessel closed 6 years ago

fhessel commented 6 years ago

For the machine learning process we need input files, see image below: deeplearning

Files should consist of (t,h,c)-tuples with the moving average already applied.

fhessel commented 6 years ago

23 should be solved before.

fhessel commented 6 years ago

Training data is now generated every 8 hours based on all data in the database.

You have to take care of separating the data into training and test set!

Data (CSV) can be accessed via: http://smartpeg.fhessel.de/smartpeg/training/DHT22 (One sensor) http://smartpeg.fhessel.de/smartpeg/training/HDC1080 (Other sensor)

(Code seems to be broken on tomcat8, working on it...)