SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
論文紹介
A hybrid model for building energy consumption
forecasting using long short term memory networks
北海道大学 大学院情報科学研究院
情報理工学部門 複合情報工学分野 調和系工学研究室
劉兆邦
2021年6月30日
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• 著者
– Nivethitha Somu, Gauthama Raman M R, Krithi
Ramamrithama
• 発表
– Applied Energy Volume 261, 1 March 2020, 114131
• 論文リンク
– https://www.sciencedirect.com/science/article/pii/S03062619
19318185?via%3Dihub
• コード
Paper information 2
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
 eDemand: an energy consumption forecasting model
which employs long short term memory networks
and improved sine cosine optimization algorithm
(ISCOA-LSTM) for building energy consumption
forecasting
 Outperforms the state-of-the-art energy consumption
forecast models in terms of MAE,MAPE,MSE, RMS,
and Theil statistics.
Abstract 3
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
 Energy demand management has become an important
research area due to the shortage of energy resources,
ever-increasing global energy demand.
 non-linear, non-stationary and multi-seasonality nature.
weather conditions (indoor and outdoor), building
context and dynamics, time, occupancy, etc
Background 4
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
eDemand – Architecture
 Data acquisition and storage layer
 Data pre-processing layer
 Data analytics layer
 Application layer
Energy consumption forecasting model 5
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
LSTM
 RNN performs better than traditional model
(autoregressive moving average model)
 LSTM can solve the “vanishing and exploding gradient
problem”
Sine Cosine Optimization Algorithm(SCOA)
1. Inherent benefits from high exploration and avoid
trap at local optimal based on a set of random
candidate solutions and intensive search space with
simple sine and cosine functions
2. adaptive range of SCOA makes it to switch from
exploration [<1,>1] to exploitation [−1,1] using
simple sine and cosine functions
Why LSTM and ISCOA 6
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
Sine cosine optimization algorithm 7
Sine Cosine Optimization Algorithm (SCOA) is a population
based meta heuristic algorithm proposed by Seyedali Mirjalili
that uses simple sine and cosine mathematical operators for
solving optimization problems
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• r1 is responsible for determining the next search
region to be explored
• r2 defines the direction of movement towards or away
from the best solution and lies in the range [0, 2pi]
• r3 is a random weight that stochastically emphasizes
or deemphasizes the effect of destination on the
current movement
• r4 is a random number in the range of [0,1], that
balance between the exploration and exploitation of
the search space, by switching between the sine and
cosine functions
Sine cosine optimization algorithm 8
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
Sine cosine optimization algorithm 9
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
ISCOA-LSTM
 Encoding strategy, i.e., generation of population
 Hyperparameter optimization
 Population updation, i.e., update the position of each
population using Haar wavelet based mutation
operator and
 Performance evaluation of ISCOA-LSTM
ISCOA-LSTM 10
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• Encoding strategy
SCOA: populations were generated randomly
within a specified range ([Lowerlimit,
Upperlimit])
ISCOA: a vector encoding strategy for the
generation of initial population each with a
unique range
ISCOA-LSTM 11
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
Energy consumption forecasting model 12
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
DATA 13
Data: Kanwal Rekhi School of Information Technology
(KReSIT), an academic building in Indian Institute of
Technology (IIT), Mumbai, Indian
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• Long term(LT) forecasting – Energy demand over a number of
years
• Mid term(MT) forecasting – Energy demand for weeks to months
Summer, Winter, Monsoon
• Short term(ST) forecasting – Energy demand for days or weeks
Summer, Winter, Monsoon
Output is every day’s energy consumption
Experiments 14
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• Demonstrate the improvement of ISCOA-LSTM over
the considered data-driven approaches(MAE,MAPE
and so on are used to evaluate how the model
performs, lower value is better )
Experiments 15
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
Experiments 16
For long term
forecasting, MAE
of ISCOA-LSTM is
the lowest
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
Experiments 17
Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.
• ISCOA can used to find optimal hyperparameters
(learning rate, weight decay, momentum and
number of hidden layers) in LSTM
• ISCOA-LSTM provides accurate and reliable energy
demand predictions for efficient energy planning,
management, and conservation
Conclusion 18

Weitere ähnliche Inhalte

Was ist angesagt?

Application To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural NetworksApplication To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural Networks
IJSRED
 
Using Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in ImagesUsing Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in Images
ijtsrd
 
2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇
butest
 
Can Generative Adversarial Networks Model Imaging Physics?
Can Generative Adversarial Networks Model Imaging Physics?Can Generative Adversarial Networks Model Imaging Physics?
Can Generative Adversarial Networks Model Imaging Physics?
Debdoot Sheet
 

Was ist angesagt? (19)

Disentangling semantics and syntax in sentence embeddings with pre trained la...
Disentangling semantics and syntax in sentence embeddings with pre trained la...Disentangling semantics and syntax in sentence embeddings with pre trained la...
Disentangling semantics and syntax in sentence embeddings with pre trained la...
 
Personalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchorsPersonalized outfit recommendation with learnable anchors
Personalized outfit recommendation with learnable anchors
 
Anomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing SystemAnomaly Detection for an E-commerce Pricing System
Anomaly Detection for an E-commerce Pricing System
 
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
家庭料理における調理効率化に向けた料理レシピの構造化に関する研究
 
灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究灯油残量推定に基づく灯油配送計画の最適化に関する研究
灯油残量推定に基づく灯油配送計画の最適化に関する研究
 
IRJET - Cryptanalysis of a Text Encryption Scheme based on Bit Plane Extraction
IRJET - Cryptanalysis of a Text Encryption Scheme based on Bit Plane ExtractionIRJET - Cryptanalysis of a Text Encryption Scheme based on Bit Plane Extraction
IRJET - Cryptanalysis of a Text Encryption Scheme based on Bit Plane Extraction
 
Application To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural NetworksApplication To Monitor And Manage People In Crowded Places Using Neural Networks
Application To Monitor And Manage People In Crowded Places Using Neural Networks
 
Using Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in ImagesUsing Mask R CNN to Isolate PV Panels from Background Object in Images
Using Mask R CNN to Isolate PV Panels from Background Object in Images
 
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
MOST READ ARTICLES IN ARTIFICIAL INTELLIGENCE - International Journal of Arti...
 
2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇2005年EI收录浙江财经学院论文7篇
2005年EI收录浙江财经学院论文7篇
 
January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering January 2021: Top Ten Cited Article in Computer Science, Engineering
January 2021: Top Ten Cited Article in Computer Science, Engineering
 
Lecture on AI and Machine Learning
Lecture on AI and Machine LearningLecture on AI and Machine Learning
Lecture on AI and Machine Learning
 
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
(2021.3) 不均一系触媒研究のための機械学習と最適実験計画
 
Grid07 3 Gasos
Grid07 3 GasosGrid07 3 Gasos
Grid07 3 Gasos
 
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
(2019.9) 不均一系触媒研究のための機械学習と最適実験計画
 
Can Generative Adversarial Networks Model Imaging Physics?
Can Generative Adversarial Networks Model Imaging Physics?Can Generative Adversarial Networks Model Imaging Physics?
Can Generative Adversarial Networks Model Imaging Physics?
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
Multitask Adversarial Learning of Deep Neural Networks for Medical Imaging an...
Multitask Adversarial Learning of Deep Neural Networks for Medical Imaging an...Multitask Adversarial Learning of Deep Neural Networks for Medical Imaging an...
Multitask Adversarial Learning of Deep Neural Networks for Medical Imaging an...
 
Machine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and InterveningMachine Learning for Chemistry: Representing and Intervening
Machine Learning for Chemistry: Representing and Intervening
 

Ähnlich wie A hybrid model for building energy consumption forecasting using long short term memory networks

Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
ijtsrd
 
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
IAEME Publication
 
MATLAB training program Brochure modified.docx
MATLAB training program Brochure modified.docxMATLAB training program Brochure modified.docx
MATLAB training program Brochure modified.docx
Priyanka Reddy
 
Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...
IJECEIAES
 
Machine Learning 5G Federated Learning.pdf
Machine Learning 5G Federated Learning.pdfMachine Learning 5G Federated Learning.pdf
Machine Learning 5G Federated Learning.pdf
adeyimikaipaye
 

Ähnlich wie A hybrid model for building energy consumption forecasting using long short term memory networks (20)

A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...A Transformer-based Framework for Multivariate Time Series Representation Lea...
A Transformer-based Framework for Multivariate Time Series Representation Lea...
 
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
セマンティックセグメンテーションによる路面画像の積雪状況認識に関する基礎研究
 
M.Tech digital-communication-and-vlsi-design
M.Tech digital-communication-and-vlsi-designM.Tech digital-communication-and-vlsi-design
M.Tech digital-communication-and-vlsi-design
 
IRJET - A Research on Eloquent Salvation and Productive Outsourcing of Massiv...
IRJET - A Research on Eloquent Salvation and Productive Outsourcing of Massiv...IRJET - A Research on Eloquent Salvation and Productive Outsourcing of Massiv...
IRJET - A Research on Eloquent Salvation and Productive Outsourcing of Massiv...
 
Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
Performance Analysis of Sensor Node Energy in Wireless Sensor Networks A Pers...
 
IOT Personal Weather Station
IOT Personal Weather StationIOT Personal Weather Station
IOT Personal Weather Station
 
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
FORMULATION OF THE PROBLEM OF MATHEMATICAL ANALYSIS OF CELLULAR COMMUNICATION...
 
3. [en]bocm fs mrt mri
3. [en]bocm fs mrt mri3. [en]bocm fs mrt mri
3. [en]bocm fs mrt mri
 
IRJET - Development of Cloud System for IoT Applications
IRJET - Development of Cloud System for IoT ApplicationsIRJET - Development of Cloud System for IoT Applications
IRJET - Development of Cloud System for IoT Applications
 
Mechanical
MechanicalMechanical
Mechanical
 
Io t internship
Io t internship Io t internship
Io t internship
 
Tralli
TralliTralli
Tralli
 
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
Vibration Analysis for condition Monitoring & Predictive Maintenance using Em...
 
MATLAB training program Brochure modified.docx
MATLAB training program Brochure modified.docxMATLAB training program Brochure modified.docx
MATLAB training program Brochure modified.docx
 
Na mpet course nitc
Na mpet course nitcNa mpet course nitc
Na mpet course nitc
 
Universities as “Smart Cities” in a Globally Connected World - How Will They ...
Universities as “Smart Cities” in a Globally Connected World - How Will They ...Universities as “Smart Cities” in a Globally Connected World - How Will They ...
Universities as “Smart Cities” in a Globally Connected World - How Will They ...
 
Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...Cooperative hierarchical based edge-computing approach for resources allocati...
Cooperative hierarchical based edge-computing approach for resources allocati...
 
Bangladesh ic-design-program-rev4-1 bd
Bangladesh ic-design-program-rev4-1 bdBangladesh ic-design-program-rev4-1 bd
Bangladesh ic-design-program-rev4-1 bd
 
Machine Learning 5G Federated Learning.pdf
Machine Learning 5G Federated Learning.pdfMachine Learning 5G Federated Learning.pdf
Machine Learning 5G Federated Learning.pdf
 
A Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load ForecastingA Critical Review on Employed Techniques for Short Term Load Forecasting
A Critical Review on Employed Techniques for Short Term Load Forecasting
 

Mehr von harmonylab

【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
harmonylab
 
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
harmonylab
 
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
harmonylab
 

Mehr von harmonylab (20)

【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
【修士論文】代替出勤者の選定業務における依頼順決定方法に関する研究   千坂知也
 
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
【修士論文】経路探索のための媒介中心性に基づく道路ネットワーク階層化手法に関する研究
 
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
A Study on Decision Support System for Snow Removal Dispatch using Road Surfa...
 
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
【卒業論文】印象タグを用いた衣服画像生成システムに関する研究
 
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
【卒業論文】大規模言語モデルを用いたマニュアル文章修正手法に関する研究
 
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
DLゼミ:Primitive Generation and Semantic-related Alignment for Universal Zero-S...
 
DLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile BackboneDLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
DLゼミ: MobileOne: An Improved One millisecond Mobile Backbone
 
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat ModelsDLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
DLゼミ: Llama 2: Open Foundation and Fine-Tuned Chat Models
 
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose EstimationDLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
DLゼミ: ViTPose: Simple Vision Transformer Baselines for Human Pose Estimation
 
Voyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language ModelsVoyager: An Open-Ended Embodied Agent with Large Language Models
Voyager: An Open-Ended Embodied Agent with Large Language Models
 
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose EstimationDLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
DLゼミ: Ego-Body Pose Estimation via Ego-Head Pose Estimation
 
ReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language ModelsReAct: Synergizing Reasoning and Acting in Language Models
ReAct: Synergizing Reasoning and Acting in Language Models
 
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究形態素解析を用いた帝国議会議事速記録の変遷に関する研究
形態素解析を用いた帝国議会議事速記録の変遷に関する研究
 
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
【卒業論文】深層生成モデルを用いたユーザ意図に基づく衣服画像の生成に関する研究
 
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究灯油タンク内の液面高計測を用いた灯油残量推定システムに関する研究
灯油タンク内の液面高計測を用いた 灯油残量推定システムに関する研究
 
深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究深層自己回帰モデルを用いた俳句の生成と評価に関する研究
深層自己回帰モデルを用いた俳句の生成と評価に関する研究
 
競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究競輪におけるレーティングシステムを用いた予想記事生成に関する研究
競輪におけるレーティングシステムを用いた予想記事生成に関する研究
 
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
【卒業論文】B2Bオークションにおけるユーザ別 入札行動予測に関する研究
 
A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...A Study on Estimation of Household Kerosene Consumption for Optimization of D...
A Study on Estimation of Household Kerosene Consumption for Optimization of D...
 
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
マルチエージェント深層強化学習による自動運転車両の追越行動の獲得に関する研究
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

A hybrid model for building energy consumption forecasting using long short term memory networks

  • 1. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. 論文紹介 A hybrid model for building energy consumption forecasting using long short term memory networks 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 調和系工学研究室 劉兆邦 2021年6月30日
  • 2. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • 著者 – Nivethitha Somu, Gauthama Raman M R, Krithi Ramamrithama • 発表 – Applied Energy Volume 261, 1 March 2020, 114131 • 論文リンク – https://www.sciencedirect.com/science/article/pii/S03062619 19318185?via%3Dihub • コード Paper information 2
  • 3. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.  eDemand: an energy consumption forecasting model which employs long short term memory networks and improved sine cosine optimization algorithm (ISCOA-LSTM) for building energy consumption forecasting  Outperforms the state-of-the-art energy consumption forecast models in terms of MAE,MAPE,MSE, RMS, and Theil statistics. Abstract 3
  • 4. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved.  Energy demand management has become an important research area due to the shortage of energy resources, ever-increasing global energy demand.  non-linear, non-stationary and multi-seasonality nature. weather conditions (indoor and outdoor), building context and dynamics, time, occupancy, etc Background 4
  • 5. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. eDemand – Architecture  Data acquisition and storage layer  Data pre-processing layer  Data analytics layer  Application layer Energy consumption forecasting model 5
  • 6. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. LSTM  RNN performs better than traditional model (autoregressive moving average model)  LSTM can solve the “vanishing and exploding gradient problem” Sine Cosine Optimization Algorithm(SCOA) 1. Inherent benefits from high exploration and avoid trap at local optimal based on a set of random candidate solutions and intensive search space with simple sine and cosine functions 2. adaptive range of SCOA makes it to switch from exploration [<1,>1] to exploitation [−1,1] using simple sine and cosine functions Why LSTM and ISCOA 6
  • 7. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. Sine cosine optimization algorithm 7 Sine Cosine Optimization Algorithm (SCOA) is a population based meta heuristic algorithm proposed by Seyedali Mirjalili that uses simple sine and cosine mathematical operators for solving optimization problems
  • 8. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • r1 is responsible for determining the next search region to be explored • r2 defines the direction of movement towards or away from the best solution and lies in the range [0, 2pi] • r3 is a random weight that stochastically emphasizes or deemphasizes the effect of destination on the current movement • r4 is a random number in the range of [0,1], that balance between the exploration and exploitation of the search space, by switching between the sine and cosine functions Sine cosine optimization algorithm 8
  • 9. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. Sine cosine optimization algorithm 9
  • 10. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. ISCOA-LSTM  Encoding strategy, i.e., generation of population  Hyperparameter optimization  Population updation, i.e., update the position of each population using Haar wavelet based mutation operator and  Performance evaluation of ISCOA-LSTM ISCOA-LSTM 10
  • 11. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • Encoding strategy SCOA: populations were generated randomly within a specified range ([Lowerlimit, Upperlimit]) ISCOA: a vector encoding strategy for the generation of initial population each with a unique range ISCOA-LSTM 11
  • 12. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. Energy consumption forecasting model 12
  • 13. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. DATA 13 Data: Kanwal Rekhi School of Information Technology (KReSIT), an academic building in Indian Institute of Technology (IIT), Mumbai, Indian
  • 14. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • Long term(LT) forecasting – Energy demand over a number of years • Mid term(MT) forecasting – Energy demand for weeks to months Summer, Winter, Monsoon • Short term(ST) forecasting – Energy demand for days or weeks Summer, Winter, Monsoon Output is every day’s energy consumption Experiments 14
  • 15. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • Demonstrate the improvement of ISCOA-LSTM over the considered data-driven approaches(MAE,MAPE and so on are used to evaluate how the model performs, lower value is better ) Experiments 15
  • 16. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. Experiments 16 For long term forecasting, MAE of ISCOA-LSTM is the lowest
  • 17. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. Experiments 17
  • 18. Copyright © 2020 調和系工学研究室 - 北海道大学 大学院情報科学研究院 情報理工学部門 複合情報工学分野 – All rights reserved. • ISCOA can used to find optimal hyperparameters (learning rate, weight decay, momentum and number of hidden layers) in LSTM • ISCOA-LSTM provides accurate and reliable energy demand predictions for efficient energy planning, management, and conservation Conclusion 18