18
20
22
24
26
28
30
0 2000 4000 6000 8000 10000
ºC
Time (minutes)
NN−MIX
Ground Truth
Figure 6: Plot of the forecasted mean temperature versus
ground truth mean temperature using a forecasting window
of 0–60 and the NN–MIX model on the test partition.
For comparison purposes we trained an ANN to
predict only the next future value, building iteratively
a window of 180 minutes forecasted values (iterative
multi-step-ahead forecasting). Table 4 shows their re-
sults denoted by NN–ITE. We observe that our ap-
proach outperforms NN–ITE because ANNs trained
using a future window of size greater than one, could
update all their weights using the whole output pre-
diction, and better results are expected (Zhang et al.,
1998).
6 CONCLUSIONS AND FUTURE
WORK
The present paper has shown, in a slightly manner,
the architecture of both hardware and software CAES
system. This has been developed for the SMLhouse
project at our University, which will compete in in-
ternational events. The system is already running and
preliminary data for system validation has been ob-
tained. At the first stage, it has been developed all the
monitoring and control architecture, ensuring overall
system reliability. Regarding the intelligent control of
the house, a preliminary version of a rule-based sys-
tem has been developed .
An ANN for indoor temperature prediction has
been implemented, which seems very promising, but
it has to be applied to the rest of the subsystems. Er-
ror achieved by ANNs is little enough to be accepted
by a human being, i.e. it is not perceptible by a per-
son. The proposed ANN model achieve its goals; it is
possible to obtain predictions about maximum, min-
imum and average temperature up to 3 hours with a
MAE close to 0.6
◦
C, and a prediction from one to two
hours with a MAE less than 0.5
◦
C. Such error degree
allows us to think about the possibility of developing
a more complex intelligent module as stated before. It
will be necessary to include other parameters such as
solar intensity, external temperature, humidity, CO
2
,
etc. as inputs of the neural network to improve the
predictions. Another idea is to calculate the level of
confidence in the prediction, based on works as (Car-
ney et al., 1999). Other interesting future work will
be to replace current feed-forward ANN with a Long-
Short Term Memory (LSTM) (Graves et al., 2009)
which are a kind of recurrent neural network that is
obtaining impressive results on automatic process and
labeling of sequences due to their superior ability to
model long term dependencies.
ACKNOWLEDGEMENTS
This work was partially supported by IDIT-Santander.
REFERENCES
Bishop, C. M. (1995). Neural networks for pattern recog-
nition. Oxford University Press.
Carney, J., Cunningham, P., Bhagwan, U., and England, L.
(1999). Confidence and Prediction Intervals for Neu-
ral Network Ensembles. In IEEE IJCNN, pages 1215–
1218.
Cheng, H., Tan, P.-n., Gao, J., and Scripps, J. (2006).
Multistep-ahead time series prediction. LNCS,
3918:765–774.
Graves, A. et al. (2009). A Novel Connectionist System
for Unconstrained Handwriting Recognition. IEEE
TPAMI, 31(5):855–868.
Instituto para la diversificaci
´
on y ahorro de la energ
´
ıa
(IDAE) (2011). Practical Guide to Energy. Efficient
and Responsible Consumption. Madrid.
Kreuzer, K. and Eichst
¨
adt-Engelen, T. (2011). The
OSGI-based Open Home Automation Bus.
http://www.openhab.org.
Thomas, B. and Soleimani-Mohseni, M. (2006). Artificial
neural network models for indoor temperature predic-
tion: investigations in two buildings. Neural Comput.
Appl., 16(1):81–89.
Yu, L., Wang, S., and Lai, K. K. (2008). Forecasting crude
oil price with an EMD-based neural network ensemble
learning paradigm. Energy Economics, 30(5):2623–
2635.
Zhang, G., Patuwo, B. E., and Hu, M. Y. (1998). Forecast-
ing with artificial neural networks: The state of the art.
International Journal of Forecasting, 14(1):35–62.
SomeEmpiricalEvaluationsofaTemperatureForecastingModulebasedonArtificialNeuralNetworksforaDomotic
HomeEnvironment
211