2013
DOI: 10.2172/1220236
|View full text |Cite
|
Sign up to set email alerts
|

Electric Energy Management in the Smart Home: Perspectives on Enabling Technologies and Consumer Behavior

Abstract: Smart homes hold the potential for increasing energy efficiency, decreasing costs of energy use, decreasing the carbon footprint by including renewable resources, and transforming the role of the occupant. At the crux of the smart home is an efficient electric energy management system that is enabled by emerging technologies in the electricity grid and consumer electronics. This article presents a discussion of the state-of-theart in electricity management in smart homes, the various enabling technologies that… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
31
0
8

Year Published

2017
2017
2020
2020

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 47 publications
(39 citation statements)
references
References 1 publication
(1 reference statement)
0
31
0
8
Order By: Relevance
“…• the model has been trained according to 20 training periods with a dataset size of 60 samples • for the evaluation of the error is performed by the "Mean Squarred Error" and the gradient with the "Adam" optimizer Below is listed the code executing LSTM algorithm: model = Sequential() model.add(LSTM(100, input_shape=(train_X.shape [1], train_X.shape [2]))) model.add (Dropout(0.2)) model.add (Dense(1)) model.compile(loss='mean_squared_error', optimizer='adam') # fit network history = model. fit(train_X, train_y, epochs=20, batch_size=60, validation_data=(test_X, test_y) In Fig.…”
Section: Lstm Neural Network Predictive Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…• the model has been trained according to 20 training periods with a dataset size of 60 samples • for the evaluation of the error is performed by the "Mean Squarred Error" and the gradient with the "Adam" optimizer Below is listed the code executing LSTM algorithm: model = Sequential() model.add(LSTM(100, input_shape=(train_X.shape [1], train_X.shape [2]))) model.add (Dropout(0.2)) model.add (Dense(1)) model.compile(loss='mean_squared_error', optimizer='adam') # fit network history = model. fit(train_X, train_y, epochs=20, batch_size=60, validation_data=(test_X, test_y) In Fig.…”
Section: Lstm Neural Network Predictive Resultsmentioning
confidence: 99%
“…In [1], some authors highlighted the importance of Machine Learning (ML) algorithms for the planning of the activation of electric utilities starting from the distribution of electrical energy and by analyzing predictive data [1]. Other researchers studied accurately the topic of electric energy management in the smart home, by analyzing the combined architecture of the electric power transmission together with the communication network using smart meters [2]. The use of the smart meters is useful for the real time reading of the electrical power providing, though an external control unit, information about the "status" of the power consumption and reconstruction of periodic load curve.…”
Section: Introduction: State Of the Art And Main Project Specificatmentioning
confidence: 99%
“…Consumer behavior is dependent on weather and seasons and has a variable influence on energy consumption decisions. Thereby, actively engaging consumers in personalized energy management by facilitating well-timed feedback on energy consumption and related cost is key to steering suitable energy saving schemes or programs [3]. Therefore, designing models that are capable of analyzing energy time series from smart meters that is capable of intelligently infer and forecast the energy usage is very critical.…”
Section: Introductionmentioning
confidence: 99%
“…For examples, extensive arguments in support of exploiting behavioral energy consumption information to encourage and obtain greater energy efficiency are made in [2,3]. The impact of behavioral changes for energy savings was also examined by [4,5] and end-user participation towards effective and improved energy savings were emphasized.…”
Section: Introductionmentioning
confidence: 99%
“…The increasing deployment of smart meters to people's homes results in abundant quantities of data that need to be processed by power utilities [25]. Cloud computing platforms can bring great scalability and availability concerning network computational resources, bandwidth, and storage.…”
Section: Introductionmentioning
confidence: 99%