Energy efficiency through an on-line learning approach for - - PowerPoint PPT Presentation

energy efficiency through an on line learning approach
SMART_READER_LITE
LIVE PREVIEW

Energy efficiency through an on-line learning approach for - - PowerPoint PPT Presentation

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Energy efficiency through an on-line learning approach for forecasting of indoor temperature F. Zamora-Mart nez, P . Romeu, J. Pardo , P .


slide-1
SLIDE 1

Energy efficiency through an on-line learning approach for forecasting of indoor temperature

Energy efficiency through an on-line learning approach for forecasting of indoor temperature

  • F. Zamora-Mart´

ınez, P . Romeu, J. Pardo, P . Botella-Rocamora juan.pardo@uch.ceu.es

Embedded Systems and Artificial Intelligence group Departamento de ciencias f´ ısicas, matem´ aticas y de la computaci´

  • n

Escuela Superior de Ense˜ nanzas T´ ecnicas (ESET) Universidad CEU Cardenal Herrera, 46115 Alfara del Patriarca, Valencia (Spain)

1st International e-Conference on Energies – 14-31 March 2014

slide-2
SLIDE 2

Energy efficiency through an on-line learning approach for forecasting of indoor temperature

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-3
SLIDE 3

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Introduction

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-4
SLIDE 4

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Introduction

SMLsystem

slide-5
SLIDE 5

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Introduction

Introduction and motivation

SMLsystem is a domotic solar house project presented at the SolarDecathlon. Indoor temperature is related with comfort and power consumption. Artificial Neural Networks (ANNs) are a powerful tool for pattern classification and forecasting. This work test the ability of on-line learning algorithms in a real forecasting task.

slide-6
SLIDE 6

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Data

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-7
SLIDE 7

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Data

Data details

Acquisition

The data temperature signal is a sequence s1s2 ...sN of values, Sampled with a period of 1 minute. Smoothed with 15 minutes averages. Multivariate forecasting based on previous work: indoor temperature (◦C), sun irradiance (W/m2), current hour. Dataset: two consecutive sequences of 2764 and 1373 time instants (28 and 14 days respectively). Available at UCI machine learning repository.

slide-8
SLIDE 8

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Data

Segment of the dinning room temperature data

15 16 17 18 19 20 21 22 23 24 25 26 2000 4000 6000 8000 10000

ºC Time (minutes)

slide-9
SLIDE 9

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-10
SLIDE 10

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Neural Network description

At time step i:

the ANN input receives:

the hour component of the current time (locally encoded); a window of the previous temperature values (x0); a window of the previous sun irradiance values (x1). More inputs could be possible, but not done in this work.

slide-11
SLIDE 11

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Neural Network description

At time step i:

and computes a window with the next predicted temperature values (Z is forecast horizon):

s′′

i+1s′′ i+2s′′ i+3 ...s′′ i+Z

Known as multi-step-ahead direct forecasting.

slide-12
SLIDE 12

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Learning modes

For Gradient Descent (GD) learning, traditionally this learning modes are available: Batch mode allows fast matrix operations, not feasible with large datasets. On-line mode faster convergence than batch, but could be noisier. Mini-batch mode a trade-off between both strategies. This work studies the on-line learning mode for the integration of predictive models in totally unknown scenarios.

slide-13
SLIDE 13

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Training details

Error back-propagation algorithm with momentum term. The ANN learn to map predicted output values (oi) with corresponding true values (p⋆

i ),

minimizing the MSE function

E =

MSE

1 2 ∑

i

(oi − p⋆

i )2

slide-14
SLIDE 14

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Neural Network description

Training details

Error back-propagation algorithm with momentum term. The ANN learn to map predicted output values (oi) with corresponding true values (p⋆

i ),

minimizing the MSE function, adding weight decay L2 regularization

E =

MSE

1 2 ∑

i

(oi − p⋆

i )2

weight decay

+ ε

w∈{W HO W IH}

w2 2

slide-15
SLIDE 15

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Results

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-16
SLIDE 16

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Results

Results

Evaluation measures

Mean Absolute Error (MAE):

MAE = 1 N ∑

i

|pi − p⋆

i |

Root Mean Square Error (RMSE):

RMSE =

i

(pi − p⋆

i )2

i

( ¯ pi − p⋆

i )2

slide-17
SLIDE 17

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Results

Results

Mean Absolute Error

0.20 0.40 0.60 0.80 1.00 1.20 1.40 1.60 1.80 2.00

10 20 30 40

MAE Days GD-Lin

slide-18
SLIDE 18

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Results

Results

Root Mean Squared Error

0.20 0.40 0.60 0.80 1.00 1.20 1.40 1.60 1.80 2.00

10 20 30 40

RMSE Days GD-Lin

slide-19
SLIDE 19

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Conclusions and future work

Index

1

Introduction

2

Data

3

Neural Network description

4

Results

5

Conclusions and future work

slide-20
SLIDE 20

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Conclusions and future work

Conclusions

An on-line learning approach was presented. It allows to integrate predictive models in totally unknown scenarios. A GD on-line algorithm has been studied, using linear models. Promising performance results has been obtained. A deeper analysis is needed in order to state the dependence between the dataset size and the model complexity.

slide-21
SLIDE 21

Energy efficiency through an on-line learning approach for forecasting of indoor temperature Conclusions and future work

Energy efficiency through an on-line learning approach for forecasting of indoor temperature

  • F. Zamora-Mart´

ınez, P . Romeu, J. Pardo, P . Botella-Rocamora juan.pardo@uch.ceu.es

Embedded Systems and Artificial Intelligence group Departamento de ciencias f´ ısicas, matem´ aticas y de la computaci´

  • n

Escuela Superior de Ense˜ nanzas T´ ecnicas (ESET) Universidad CEU Cardenal Herrera, 46115 Alfara del Patriarca, Valencia (Spain)

1st International e-Conference on Energies – 14-31 March 2014