Non-Intrusive Load Monitoring and Analytics for Device Prediction

Size: px
Start display at page:

Download "Non-Intrusive Load Monitoring and Analytics for Device Prediction"

Transcription

1 , March 16-18, 2016, Hong Kong Non-Intrusive Load Monitoring and Analytics for Device Prediction Kovvali Manasa Rao, Durga Ravichandran, and Kavi Mahesh Abstract Non-intrusive load monitoring (NILM) is a critical problem in creating consumer awareness about electrical power consumption in households with the objective of eliminating wastage and reducing overall energy consumption in a society. Many approaches have been explored in non-intrusive load monitoring in recent times with a focus on machine learning of appliance-level details and user activity from analysis of aggregate power consumption. Several technologies and devices have also been developed to collect power consumption data and perform analysis on voltage and current waveforms. However, not much work has been done in analyzing NILM data against demographic parameters such as time of day or day of week as well as occupancy data of households. This article presents a novel approach to identifying active devices and predicting future power usage using demographic data in addition to aggregate power usage over time. We find that SVM (Support Vector Machine) with Edge Analysis works best for device identification and ARMA (Autoregressive Moving Average Model)works best for predicting future power consumption using time series forecasting. We have also collected real aggregate power consumption data from a typical household in India and produced perhaps the first such dataset. Index Terms Non-Intrusive Load Monitoring, Time series, Analytics, Machine Learning, Device Prediction, SVM, ARMA N I. INTRODUCTION on-intrusive appliance load monitoring is the process of disaggregating a household s total electricity consumption into its contributing appliances. A nonintrusive appliance load monitor determines the energy consumption of individual appliances turning on and off in an electric load, based on detailed analysis of the current and voltage of the total load, as measured at the interface to the power source. The field of non-intrusive load monitoring was founded 25 years ago when Hart et al [17] proposed the first algorithm for the disaggregation of household energy usage. The motivations for such a process are threefold. First, Manuscript received December 08, 2015; revised January 20, This work is supported in part by the World Bank/Government of India research grant under the TEQIP programme (subcomponent 1.2.1) to the Centre for Knowledge Analytics and Ontological Engineering (KAnOE), at PES University, Bangalore, India. Kovvali Manasa Rao is a graduate student at the Department of Environmental Engineering, Arizona State University, Tempe, AS, USA ( manasarao333@gmail.com). Durga Ravichandran is a graduate student in the Data Science Program, University of Southern California, Los Angeles, CA, USA ( v2durga@gmail.com). Dr. Kavi Mahesh is the Dean of Research, Director of KAnOE and Professor of Computer Science at PES University (phone: drkavimahesh@gmail.com). informing a household's occupants how much energy each appliance consumes and empowering them to take steps towards reducing their energy consumption. Second, personalized feedback can be provided which quantifies the savings from certain appliance-specific advice, such as the financial savings when an old inefficient appliance is replaced by a new efficient appliance. Third, if the NILM system is able to determine the time of use of each appliance, a recommender system would be able to inform the household's occupants of the savings in deferring appliance use to a time of day when electricity is either cheaper or has a lower carbon footprint. In this area of research, the most important factor in its success is the availability of relevant data. The datasets we initially looked at were the REDD dataset (published by Carnegie Mellon University) [3], ComEd dataset (by Commonwealth Edison, Chicago) and ECO dataset (by Sweden Institute of Technology) [2]. As these datasets had attributes not suitable for the scenario in India, we took up an Indian dataset iame [4]. This dataset had power consumption readings for a single household for ten appliances over a month. However, this did not have the variability of data that we required in a training set for the proposed machine learning method for identifying an appliance. We then decided to collect our own dataset. This process had two main components: collecting training data and collecting test data. The training data was automatically generated using a set of carefully designed rules to produce a tagged dataset. These rules decided what devices were turned on/off and at what time of the day. The rules were based on the inputs of time zone of the day, occupancy information of the house and seasons. Each day was divided into six time zones (e.g., early morning, evening prime time, late night, etc.). Occupancy information consisted of total members, number of children and number of working adults. Each month was associated with a season. Using these parameters as input we generated data for 10 households and for 30 common household appliances. This data gives us tags of appliances contributing to the total load at any point of time and hence can be used as our training set. For our test set, we went for actual energy meter readings of a household. We procured a device called the OWL Wireless Energy Monitor. This device can be easily installed in a household at the point of mains supply. This device allows the data to be downloaded through a USB cable and stored. From this data we use the values of power and timestamp for preparing our test dataset which is cleaned and then used for our prediction algorithms. The worldwide adoption of smart meters that measure and communicate residential electricity consumption enables the development of new energy efficiency services.

2 , March 16-18, 2016, Hong Kong Several particularly promising applications involve the disaggregation of individual appliances within a particular household in terms of their energy demand. In such work, load signatures are defined based on physical quantities such as apparent power, reactive power, real power and distortion power [1]. The devices in the house are then classified as resistive, capacitive and inductive. Signature length, peak voltage and current are important parameters that determine device signatures. An algorithm called 'Applisense' was developed that takes input from the smart meter. We have also developed a database of signatures for common household devices wherein each device activity is represented by its power consumption pattern. Given a power consumption pattern, it is compared with the signatures in the database to determine the device(s) being used. This work highlights the importance of the various physical quantities involved and the use of application signatures for machine learning to identify devices [15]. II. PREVIOUS WORK A well-known household power consumption dataset - the REDD dataset from CMU was our first learning source for understanding energy dissociation datasets. This open source dataset has energy disaggregation data of 10 homes with a total of 119 days of data. This is a very informative dataset for device specific data in American households [3]. Another interesting work from Batra et al is NILMTK, an open source toolkit for Non-Intrusive Load Monitoring research on energy dissociation. Their work focused on parsing various energy monitoring datasets to arrive at a generalized way of analyzing data. The paper is especially insightful in making us understand the importance of voltage and current waveforms of devices that play an important role in training with device-specific data [4]. Though the works on handling NILM through voltage and current waveforms were yielding good results, in our work we carried out further experimentation on NILM with a different form of dataset that had significant demographic data rather than device specific data. For test data collection, several options of devices were considered. The first under consideration was Wireless Energy Monitor for Smart or Digital Electricity Power Meters (EW4500) [14]. This device works on the basis of a light sensor. If the smart meter installed in a house has an LED that blinks on every watt used, the light sensor counts how many watts have been consumed thereby generating load monitoring data. This was not appropriate for our application since we needed more granularity in our data. Another reason not to adopt this device is that not all smart meters are equipped with such an LED. The second device that we considered was Eltrac. This device was mainly used for industrial purposes and hence not applicable to household energy meters. Finally, we chose the device OWL with USB Energy Monitor. It records the power reading without interrupting the working of the energy meter. No other external or internal wiring is required. The data can be downloaded through a USB connection.csv format which is convenient to process in a python program that we developed. III. TRAINING DATA GENERATION The active device prediction task required demographic data on the household and the power consumption of each device. Since there were no suitable datasets having timewise logs of power consumption for household devices in Indian contexts, we decided to generate logs and create the training set based on domain knowledge. The first task in generating the training data was to define 10 households with different demographics. The demographic attributes included the number of working members in the household, number of children and number of adults. The next step was to identify a common set of devices that are found in most Indian households. Thirty household devices with a fixed power rating for each type conforming to Indian standards were considered. With this, the goal was to generate minute-wise logs for a span of one year for all the 10 households that had some number of devices from the 30 devices chosen. The number of units of a device in a household was not limited to one. For example, a household could have two televisions or three air conditioning units. We made a set of rules for each of the 30 devices based on the hour of the day, type of day (weekday or weekend), number of working members, number of children in the household, and so on, to conclude if the device was active or not (see Tables I and II). The rules also gave weights to certain attributes like type of day (i.e., working day, weekend, holiday) and hour of day to provide a realistic score to whether the device was active or not. Another interesting feature was that we fixed different thresholds for different devices to conclude if the device was active or not, wherein the device was logged to be active if the weighted score of attributes was beyond the threshold. The final training dataset obtained was a good collection of minutewise power consumption logs of 10 different households for a span of one year. IV. TEST DATA COLLECTION Once the training data set was generated, the next step was to collect real data to test the algorithm. We used actual household data to check the performance of our algorithms in real-world situations. The wireless energy monitoring device OWL was used to collect the power reading from a volunteer s house. This device has three major components. The current sensor is simply wrapped around the mains cable connected to the energy meter. The transmitter receives the data from the current sensor and transmits the data to the wireless monitor that can be placed indoors. It has a range of up to 10 meters. The data can then be retrieved from the receiver using a USB cable. The data that was relevant to our algorithm was then extracted and stored in a database. The attributes that we found of interest was the power consumed and timestamp, denoting the total power consumed in the household and the corresponding time that the consumption happened. This device, being a single point sensor without any wiring requirement to record power consumption, is non-intrusive.

3 , March 16-18, 2016, Hong Kong V. ACTIVE DEVICE IDENTIFICATION Given the data of total power consumed at a particular point in time, identifying major devices in the household that were or were not active is an interesting machine learning problem. With the training data generated, a classifier that could give us a multi-class output of what devices were active, and what devices were not, seemed to be the most appropriate choice. Another important aspect to solving the active devices identification problem involves choosing the right attributes or training the model with the appropriate form of data in order to get good results. Although a lot of work on training voltage and current waveforms in the past has yielded good results, the improvement in the current approach is the experimentation on adding household demographic information such as number of children, number of working members and time/event based attributes to the training model to obtain better results. After experimenting with different classifiers like Naive Bayes, Artificial Neural Networks, Decision trees and Support Vector Machines (SVM), the SVM classifier with linear kernel gave the best results with an accuracy of 30% to correctly identify all the active devices in the household. Clearly, this was not satisfactory since the attributes on household demography, power consumption, type of day (working/non-working) and time zone (4 hour interval in a day; 6 in total) were not representative enough for device signatures which we aimed to identify. This led us to work on modifying and adding derived attributes for the classification task [6] [10] [11]. To improve on the identification results, another attribute was added to the model, namely the time interval for which the power consumed remained constant [5]. This was informative since the training data replicates a transient waveform where each record depicts a change or an event of one or many devices being switched on or switched off. With this, there were clear edges to the data that helped in identifying a sharp rise in consumption and a continuous usage of a set of devices for a given period of time. When this data was used on the SVM with linear kernel classifier, it increased the prediction accuracy to about 70% which was a significant improvement over the conventional methods (see Fig. 1). VI. TIME SERIES FORECASTING The energy consumption data collected can also be used to predict future consumption. For this we used time series forecasting (also known as time series prediction). Several algorithms were considered for implementing time series prediction. The algorithms tested were classified by the number of variables used for forecasting. The algorithms tested without using any variables were Support Vector Machines, Decision Table, Decision Tree and Multi-Layer Perceptron. These had high values for mean square error (see Table III). The univariate algorithms included ARMA (Autoregressive Moving Average Model) [8] which used timestamp as a variable and, Linear Regression that used hour as the variable. The multivariate algorithm used was Multivariate Linear Regression tested for two different sets of variables (Table III). TABLE I ATTRIBUTES OF LOAD DATA FOR DEVICE PREDICTION Attribute_name Attribute_description Timestamp Timestamp of when data was recorded. Year Year corresponding to timestamp Month Month corresponding to timestamp Date Date corresponding to timestamp Hour Timestamp of when data was recorded. Minute Year corresponding to timestamp Week_no Day of the week number corresponding to timestamp Power_consumed Power consumed by the device in that minute Device_id Device id for the database total_memebers No. of members in the household no_of_working_members No. of working members in the household no_of_children No. of children in the household TABLE II ATTRIBUTES FOR TIME SERIES PREDICTION Attribute_name Time Attribute_description Timestamp of when data was recorded. kw_raw_data kw_raw_data_min kw_raw_data_max Raw data value of kw Minimum raw data value of kw Maximum raw data value of kw Fig. 1. Accuracies of Various Device Prediction Models Fig. 2. User Interface for Device Prediction Module

4 , March 16-18, 2016, Hong Kong ARMA was selected over the other methods due to its suitability to our dataset and high accuracy. ARMA is used for two purposes in our application, one for prediction of the current consumption and the other for prediction of the future consumption. ARMA consists of two parts, an autoregressive and a moving averages part. It is univariate with timestamp being chosen as the variable. ARMA uses the historical and current consumption patterns and predicts future consumption. The most essential feature of ARMA is that the current observation depends not only on the past observation but also the deviations occurring in the past observation. The future consumption is chosen using the feature of forecasting a random variable. The candidate with the lowest mean square error is chosen as the value for future consumption. This module reads time series data of minute-wise consumption of power by the household and creates an ARMA training model. Later, a test set is taken and the ARMA model object is used to predict the test set s power consumption. Methods to choose frequency/ time series window are also provided. The accuracy obtained through ARMA was 90% (see Fig. 3). few modifications to the time series window to suit the data provided. VII. RESULTS After applying and analyzing the various models for time series prediction and device prediction, we found that the best results were given by Autoregressive Moving Average Model and Support Vector Machines with Edge Analysis for time series prediction and device prediction respectively. After using the above models, devices were predicted with an accuracy of 75% and future consumption was predicted with an accuracy of 90%. Fig. 4. User Interface for Time Series Prediction Module Fig. 3. Mean Square Errors of Various Time Series Prediction Models TABLE III ALGORITHMS TESTED FOR TIME SERIES PREDICTION Accuracy (%) / Variables Model Name Mean Square Used Error 1 Linear Regression hour ~ 65% Multivariate Linear Regression Multivariate Linear Regression Support Vector Machines hour, day % Hourwise +day - numeric 64.99% timestamp VIII. CONCLUSION While training dataset and attribute selection is always an essential part of machine learning, integrating domain knowledge in solving problems is a novel aspect of this work. From generating training data with domain knowledge incorporated, and molding time-series data to train a classifier to perform better, our experiments have illustrated the importance of incorporating demographic data and event-based data to perform energy dissociation accurately in non-intrusive load monitoring. A major advantage of this method is not requiring device-specific data to predict device-wise activity. The results shown in this article are expected to see increasing relevance and usage given the growth of economical smart meter devices for households which provide only aggregate power data for the entire household. Further, the technology developed here is expected to become a key component in spreading awareness about power consumption of electrical appliances as the world embraces a greener approach to the generation and consumption of energy. 5 Decision Table timestamp Decision Tree timestamp Multi-Layer Perceptron timestamp ARMA timestamp Fig. 2 shows an interface for users to understand the power consumption for a given time frame and to predict future consumption provided that the current trends in consumption persist. It predicts the consumption in a minute wise granularity (see Fig. 4). The module stats models from python pandas library was used to implement this with a REFERENCES [1] Markus Weiss, Adrian Helfenstein, FriedemannMattern, and Thorsten Staake. Leveraging smart meter data to recognize home appliances. Pervasive Computing and Communications (PerCom), 2012 IEEE International Conference [2] Christian Beckel, Wilhelm Kleiminger, Romano Cicchetti, Thorsten Staake and Silvia Santini. The ECO Data Set and the Performance of Non-Intrusive Load Monitoring Algorithms. BuildSys 14, November 5 6, 2014 [3] J. Zico Kolter and Matthew J. Johnson. REDD: A Public Data Set for Energy Disaggregation Research. SustKDD 2011 August 2011

5 , March 16-18, 2016, Hong Kong [4] NipunBatra, Jack Kelly, Oliver Parson, Haimonti Dutta, William Knottenbelt, Alex Rogers, Amarjeet Singh and Mani Srivastava. NILMTK: An Open Source Toolkit for Nonintrusive Load Monitoring. ACM e-energy 2014 [5] Lei Jiang, Jiaming Li, Suhuai Luo, Sam West and Glenn Platt. Power Load Event Detection and Classification Based on Edge Symbol Analysis and Support Vector Machine. Applied Computational Intelligence and Soft Computing Volume 2012 (2012) [6] Scikitlearn. [7] OpenGovernance India. [8] PasapitchChujai, NittayaKerdprasop, and KittisakKerdprasop. Time Series Analysis of Household Electric Consumption with ARIMA and ARMA Models. IMECS 2013 [9] M.R. Braun, H. Altan, S.B.M. Beck. Using regression analysis to predict the future energy consumption of a supermarket in the UK. Applied EnergyVolume 130, 1 October 2014 [10] Weka. [11] KNNclassifier. What_is_a_kNN_classifier_.html [12] SaimaAman, Yogesh Simmhan, and Viktor K. Prasanna. Holistic Measures for Evaluating Prediction Models in Smart Grids. IEEE 2014 [13] Richard E. Edwards, Joshua Newb, Lynne E. Parker. Predicting future hourly residential electrical consumption: A machine learning case study. Elsevier Energy and Buildings, 2012 [14] Sean Barker, Mohamed Musthag, David Irwin, and Prashant Shenoy. Non-Intrusive Load Identification for Smart Outlets. SmartGridComm 2014 [15] Electrisense. [16] Rosaria Silipo and Phil Winters. Time Series Prediction of Smart Energy Data. Knime Whitepaper 2013 [17] Hart GW. Nonintrusive appliance load monitoring. Proceedings of the IEEE. 1992

NoFaRe Non-Intrusive Facility and Resource Monitoring

NoFaRe Non-Intrusive Facility and Resource Monitoring NoFaRe Non-Intrusive Facility and Resource Monitoring Matthias Kahl, Christoph Goebel, Anwar Ul Haq, Thomas Kriechbaumer and Hans-Arno Jacobsen 4. D-A-CH Konferenz Energieinformatik 12.-13. November Karlsruhe

More information

vampire power or phantom load. The phantom load of different devices can be measured from the metering study. Activity scheduling, and adaptive contro

vampire power or phantom load. The phantom load of different devices can be measured from the metering study. Activity scheduling, and adaptive contro Plug Loads: Usage and Energy Consumption Analysis Raghunath Reddy 1, K. Niranjan 1, Asha Swaroopa 1 and Vishal Garg 1 1 International Institute of Information Technology Hyderabad, India ABSTRACT The electric

More information

Advanced Classification Techniques for Energy Monitoring and Management By Kaustav Basu Supervisors: Vincent Debusschere Seddik Bacha

Advanced Classification Techniques for Energy Monitoring and Management By Kaustav Basu Supervisors: Vincent Debusschere Seddik Bacha Advanced Classification Techniques for Energy Monitoring and Management By Kaustav Basu Supervisors: Vincent Debusschere Seddik Bacha 1 Contents 1 Load Monitoring 2 Load Forecasting 2 Problem: Non-intrusive

More information

INTELLIGENT SYSTEM FOR PREDICTING BEHAVIOR OF ELECTRICAL ENERGY CONSUMPTION

INTELLIGENT SYSTEM FOR PREDICTING BEHAVIOR OF ELECTRICAL ENERGY CONSUMPTION Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Computational Sustainability: Smart Buildings

Computational Sustainability: Smart Buildings Computational Sustainability: Smart Buildings CS 325: Topics in Computational Sustainability, Spring 2016 Manish Marwah Senior Research Scientist Hewlett Packard Labs manish.marwah@hpe.com Building Energy

More information

Big Data, Smart Energy, and Predictive Analytics. Dr. Rosaria Silipo Phil Winters

Big Data, Smart Energy, and Predictive Analytics. Dr. Rosaria Silipo Phil Winters Big Data, Smart Energy, and Predictive Analytics Dr. Rosaria Silipo Phil Winters Hot Topics Telemetry Data Time Series Analysis SENSIBLE usages of Big Data Measurable / Applied to the Business Use public

More information

Extracting business value from Big Data. Dr. Rosaria Silipo Phil Winters

Extracting business value from Big Data. Dr. Rosaria Silipo Phil Winters Extracting business value from Big Data Dr. Rosaria Silipo Phil Winters At Last years KNIME UGM Dr. Killian Thiel Dr. Tobias Kötter TEXT MINING MEETS NETWORK MINING 2 White Papers and complete workflows

More information

Whitepaper: End uses of Load disaggregation

Whitepaper: End uses of Load disaggregation Whitepaper: End uses of Load disaggregation SEPTEMBER 2015 CONTENTS 01 WHAT IS LOAD DISAGGREGATION? 1 What load disaggregation does 1 The end uses of load disaggregation 1 02 WHAT TYPES OF DATA ARE AVAILABLE?

More information

Load Disaggregation with Metaheuristic Optimization

Load Disaggregation with Metaheuristic Optimization Load Disaggregation with Metaheuristic Optimization Dominik Egarter and Wilfried Elmenreich Institute of Networked and Embedded Systems / Lakeside Labs Alpen-Adria-Universität Klagenfurt, Austria dominik.egarter@aau.at,

More information

A REVIEW ON IOT BASED ENERGY MONITORING AND CONTROLLING SYSTEM

A REVIEW ON IOT BASED ENERGY MONITORING AND CONTROLLING SYSTEM Paper ID: IOTTSF07 National Conference on Internet of Things: Towards a Smart Future & Recent Trends in Electronics & Communication A REVIEW ON IOT BASED ENERGY MONITORING AND CONTROLLING SYSTEM Arati

More information

Fraud Detection for MCC Manipulation

Fraud Detection for MCC Manipulation 2016 International Conference on Informatics, Management Engineering and Industrial Application (IMEIA 2016) ISBN: 978-1-60595-345-8 Fraud Detection for MCC Manipulation Hong-feng CHAI 1, Xin LIU 2, Yan-jun

More information

Towards Data-Driven Energy Consumption Forecasting of Multi-Family Residential Buildings: Feature Selection via The Lasso

Towards Data-Driven Energy Consumption Forecasting of Multi-Family Residential Buildings: Feature Selection via The Lasso 1675 Towards Data-Driven Energy Consumption Forecasting of Multi-Family Residential Buildings: Feature Selection via The Lasso R. K. Jain 1, T. Damoulas 1,2 and C. E. Kontokosta 1 1 Center for Urban Science

More information

If You Measure It, Can You Improve It? Exploring The Value of Energy Disaggregation

If You Measure It, Can You Improve It? Exploring The Value of Energy Disaggregation If You Measure It, Can You Improve It? Exploring The Value of Energy Disaggregation Nipun Batra Indraprastha Institute of Information Technology Delhi nipunb@iiitd.ac.in Amarjeet Singh Indraprastha Institute

More information

Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest

Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest Predicting Reddit Post Popularity Via Initial Commentary by Andrei Terentiev and Alanna Tempest 1. Introduction Reddit is a social media website where users submit content to a public forum, and other

More information

Load Forecasting: Methods & Techniques. Dr. Chandrasekhar Reddy Atla

Load Forecasting: Methods & Techniques. Dr. Chandrasekhar Reddy Atla Load Forecasting: Methods & Techniques Dr. Chandrasekhar Reddy Atla About PRDC Power system Operation Power System Studies, a Time-horizon Perspective 1 year 10 years Power System Planning 1 week 1 year

More information

Predicting and Explaining Price-Spikes in Real-Time Electricity Markets

Predicting and Explaining Price-Spikes in Real-Time Electricity Markets Predicting and Explaining Price-Spikes in Real-Time Electricity Markets Christian Brown #1, Gregory Von Wald #2 # Energy Resources Engineering Department, Stanford University 367 Panama St, Stanford, CA

More information

What lies below the curve

What lies below the curve What lies below the curve Claude Godin, Principal Strategist, Policy Advisory and Research 1 SAFER, SMARTER, GREENER About DNV GL Founded 1864 Headquartered in Norway 10,000 employees Strong position in:

More information

Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for

Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for Determining NDMA Formation During Disinfection Using Treatment Parameters Introduction Water disinfection was one of the biggest turning points for human health in the past two centuries. Adding chlorine

More information

Informatics solutions for decision support regarding electricity consumption optimizing within smart grids

Informatics solutions for decision support regarding electricity consumption optimizing within smart grids BUCHAREST UNIVERSITY OF ECONOMIC STUDIES Doctoral School of Economic Informatics Informatics solutions for decision support regarding electricity consumption optimizing within smart grids SUMMARY OF DOCTORAL

More information

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong

Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Progress Report: Predicting Which Recommended Content Users Click Stanley Jacob, Lingjie Kong Machine learning models can be used to predict which recommended content users will click on a given website.

More information

AMI Billing Regression Study Final Report. February 23, 2016

AMI Billing Regression Study Final Report. February 23, 2016 AMI Billing Regression Study Final Report February 23, 2016 Table of Contents Executive Summary... i 1 Introduction... 1 2 Random Coefficients Model... 5 2.1 RANDOM COEFFICIENTS MODEL DEVELOPMENT PROCESS...

More information

Energy Prediction for Resident's Activity

Energy Prediction for Resident's Activity Energy Prediction for Resident's Activity Jack Chen, Barnan Das & Diane J. Cook Presented By Barnan Das Center for Advanced Studies in Adaptive Systems (CASAS) Washington State University Pullman, WA Introduction

More information

Mapping Electricity Use Information: Benefits of, Barriers to, and Solutions for Leveraging Information

Mapping Electricity Use Information: Benefits of, Barriers to, and Solutions for Leveraging Information Mapping Electricity Use Information: Benefits of, Barriers to, and Solutions for Leveraging Information A launching point for discussion Kat Donnelly, PE MIT Researcher President, EMPower Devices Precourt

More information

Agile Industrial Analytics

Agile Industrial Analytics Agile Industrial Analytics Successfully introduce analytics services in the machinery industry Dr. Christian Schlögel Chief Digital Officer KUKA AG Dr.-Ing. Babak Farrokhzad Senior Manager Data Analytics

More information

Jurnal Teknologi ELECTRICITY CONSUMPTION PATTERN DISAGGREGATION USING NON-INTRUSIVE APPLIANCE LOAD MONITORING METHOD. Full Paper

Jurnal Teknologi ELECTRICITY CONSUMPTION PATTERN DISAGGREGATION USING NON-INTRUSIVE APPLIANCE LOAD MONITORING METHOD. Full Paper Jurnal Teknologi ELECTRICITY CONSUMPTION PATTERN DISAGGREGATION USING NON-INTRUSIVE APPLIANCE LOAD MONITORING METHOD Nur Farahin Asa @ Esa a,b, Md Pauzi Abdullah a,b*, Mohammad Yusri Hassan a,b, Faridah

More information

Short-Term Load Forecasting Under Dynamic Pricing

Short-Term Load Forecasting Under Dynamic Pricing Short-Term Load Forecasting Under Dynamic Pricing Yu Xian Lim, Jonah Tang, De Wei Koh Abstract Short-term load forecasting of electrical load demand has become essential for power planning and operation,

More information

POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM)

POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM) OUTLINE FOR THE POST GRADUATE PROGRAM IN DATA SCIENCE & MACHINE LEARNING (PGPDM) Module Subject Topics Learning outcomes Delivered by Exploratory & Visualization Framework Exploratory Data Collection and

More information

Prediction Models for Dynamic Demand Response

Prediction Models for Dynamic Demand Response Prediction Models for Dynamic Demand Response Requirements, Challenges, and Insights Saima Aman *, Marc Frincu, Charalampos Chelmis, Muhammad Noor, Yogesh Simmhan, Viktor K. Prasanna * Computer Science

More information

Exploring Google s Passive Data for Origin-Destination Demand Estimation

Exploring Google s Passive Data for Origin-Destination Demand Estimation Exploring Google s Passive Data for Origin-Destination Demand Estimation 2018 SF Bay Area ITE/ITS CA Joint Transportation Workshop Bhargava Sana SAN FRANCISCO COUNTY TRANSPORTATION AUTHORITY May 2, 2018

More information

Learning to REDUCE: A Reduced Electricity Consumption Prediction Ensemble

Learning to REDUCE: A Reduced Electricity Consumption Prediction Ensemble The Workshops of the Thirtieth AAAI Conference on Artificial Intelligence Artificial Intelligence for Smart Grids and Smart Buildings: Technical Report WS-16-04 Learning to REDUCE: A Reduced Electricity

More information

Coincidence Factor Study Residential and Commercial & Industrial Lighting Measures. Prepared for; New England State Program Working Group (SPWG)

Coincidence Factor Study Residential and Commercial & Industrial Lighting Measures. Prepared for; New England State Program Working Group (SPWG) Coincidence Factor Study Residential and Commercial & Industrial Lighting Measures Prepared for; New England State Program Working Group (SPWG) For use as an Energy Efficiency Measures/Programs Reference

More information

Matrix Factorisation for Scalable Energy Breakdown

Matrix Factorisation for Scalable Energy Breakdown Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence (AAAI-17) Matrix Factorisation for Scalable Energy Breakdown Nipun Batra, 1 Hongning Wang, 2 Amarjeet Singh, 1 Kamin Whitehouse

More information

Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support

Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support Author & Presenter: Hartmut Bohmer- Engineering Projects Lead Co-author: Haneefa Motani- Marketing and Sales Administrator

More information

Case Study for Vehicle OBDII Data Analytics

Case Study for Vehicle OBDII Data Analytics Case Study for Vehicle OBDII Data Analytics (Canonical Problem for Industrial IoT) Asquared IoT Pvt. Ltd. www.a2iot.com March 2017 Asquared IoT: A Novel Approach to Analytics for Industrial IoT Strengths

More information

Stock Prediction using Machine Learning

Stock Prediction using Machine Learning Stock Prediction using Machine Learning Yash Omer e-mail: yashomer0007@gmail.com Nitesh Kumar Singh e-mail: nitesh.321.singh@gmail.com Awadhendra Pratap Singh e-mail: apsingh1096@gmail.com Dilshad Ashmir

More information

Critiquing Time-of-Use Pricing in Ontario

Critiquing Time-of-Use Pricing in Ontario Critiquing Time-of-Use Pricing in Ontario Adedamola Adepetu, Elnaz Rezaei *, Daniel Lizotte, and Srinivasan Keshav Email: {a2adepet, e2rezaei, dlizotte, keshav}@uwaterloo.ca Cheriton School of Computer

More information

PREDICTION MODELS FOR DYNAMIC DECISION MAKING IN SMART GRID. Saima Aman. A Dissertation Presented to the FACULTY OF THE USC GRADUATE SCHOOL

PREDICTION MODELS FOR DYNAMIC DECISION MAKING IN SMART GRID. Saima Aman. A Dissertation Presented to the FACULTY OF THE USC GRADUATE SCHOOL PREDICTION MODELS FOR DYNAMIC DECISION MAKING IN SMART GRID by Saima Aman A Dissertation Presented to the FACULTY OF THE USC GRADUATE SCHOOL UNIVERSITY OF SOUTHERN CALIFORNIA In Partial Fulfillment of

More information

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning

Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Web Objects Based Energy Efficiency for Smart Home IoT Service Provisioning Muhammad Golam Kibria *, Muhammad Aslam Jarwar, Sajjad Ali, Sunil Kumar and Ilyoung Chong Department of CICE, Hankuk University

More information

Combined Heat and Privacy: Preventing Occupancy Detection from Smart Meters

Combined Heat and Privacy: Preventing Occupancy Detection from Smart Meters 4 IEEE International Conference on Pervasive Computing and Communications (PerCom) Combined Heat and Privacy: Preventing Occupancy Detection from Smart Meters Dong Chen, David Irwin, Prashant Shenoy, and

More information

Critiquing Time-of-Use Pricing in Ontario

Critiquing Time-of-Use Pricing in Ontario Critiquing Time-of-Use Pricing in Ontario Adedamola Adepetu, Elnaz Rezaei *, Daniel Lizotte, and Srinivasan Keshav Email: {a2adepet, e2rezaei, dlizotte, keshav}@uwaterloo.ca Cheriton School of Computer

More information

Mining Heterogeneous Urban Data at Multiple Granularity Layers

Mining Heterogeneous Urban Data at Multiple Granularity Layers Mining Heterogeneous Urban Data at Multiple Granularity Layers Antonio Attanasio Supervisor: Prof. Silvia Chiusano Co-supervisor: Prof. Tania Cerquitelli collection Urban data analytics Added value urban

More information

Smart water in urban distribution networks: limited financial capacity and Big Data analytics

Smart water in urban distribution networks: limited financial capacity and Big Data analytics Urban Water II 63 Smart water in urban distribution networks: limited financial capacity and Big Data analytics A. Candelieri 1 & F. Archetti 1,2 1 Consorzio Milano Ricerche, Italy 2 Department of Computer

More information

TDWI Analytics Fundamentals. Course Outline. Module One: Concepts of Analytics

TDWI Analytics Fundamentals. Course Outline. Module One: Concepts of Analytics TDWI Analytics Fundamentals Module One: Concepts of Analytics Analytics Defined Data Analytics and Business Analytics o Variations of Purpose o Variations of Skills Why Analytics o Cause and Effect o Strategy

More information

Case Studies on Using Load Models in Network Calculation

Case Studies on Using Load Models in Network Calculation 1 / 24 D6.10.2 Case Studies on Using Load Models in Revision History Edition Date Status Editor v0.1 10.10.2012 Created A. Mutanen V1.0 13.12.2012 1 st version A. Mutanen 2 / 24 Abstract This report shows

More information

Using AI to Make Predictions on Stock Market

Using AI to Make Predictions on Stock Market Using AI to Make Predictions on Stock Market Alice Zheng Stanford University Stanford, CA 94305 alicezhy@stanford.edu Jack Jin Stanford University Stanford, CA 94305 jackjin@stanford.edu 1 Introduction

More information

Data Mining and Applications in Genomics

Data Mining and Applications in Genomics Data Mining and Applications in Genomics Lecture Notes in Electrical Engineering Volume 25 For other titles published in this series, go to www.springer.com/series/7818 Sio-Iong Ao Data Mining and Applications

More information

How to Estimate the Value of Service Reliability Improvements

How to Estimate the Value of Service Reliability Improvements 1 How to Estimate the Value of Service Reliability Improvements Michael J. Sullivan, Chairman, FSC, Matthew G. Mercurio, Senior Consultant, FSC, Josh A. Schellenberg, Senior Analyst, FSC, and Joseph H.

More information

A managed approach to the successful deployment of a cost effective residential and small commercial AMI, Demand Response, and Automatic Load Control

A managed approach to the successful deployment of a cost effective residential and small commercial AMI, Demand Response, and Automatic Load Control A managed approach to the successful deployment of a cost effective residential and small commercial AMI, Demand Response, and Automatic Load Control Prepared for Southern California Edison January 28,

More information

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis

Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Adaptive Time Series Forecasting of Energy Consumption using Optimized Cluster Analysis Peter Laurinec, Marek Lóderer, Petra Vrablecová, Mária Lucká, Viera Rozinajová, Anna Bou Ezzeddine 12.12.2016 Slovak

More information

Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning

Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning Leveraging Human Capacity Planning for Efficient Infrastructure Provisioning Shashank Pawnarkar, Tata Consultancy Services Today there are several infrastructure capacity planning techniques are available

More information

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine

Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine Prediction of Success or Failure of Software Projects based on Reusability Metrics using Support Vector Machine R. Sathya Assistant professor, Department of Computer Science & Engineering Annamalai University

More information

Smart Residential Thermostats Results from the FlashTAG on December 20, 2012

Smart Residential Thermostats Results from the FlashTAG on December 20, 2012 Smart Residential Thermostats Results from the FlashTAG on December 20, 2012 Introduction The E3T program conducted its first FlashTAG by conference call and webinar on December 20, 2012 to discuss smart

More information

Novel model for defining electricity tariffs using residential load profile characterisation

Novel model for defining electricity tariffs using residential load profile characterisation Int. J. xxxxxxxxx xxxxxxxxxxxxxms, Vol. X, No. Y, xxxx 1 Novel model for defining electricity tariffs using residential load profile characterisation Sima Davarzani 1, Ioana Pisica 1 and Laurentiu Lipan

More information

ANALYSIS OF FACTORS CREATING VARIETY IN RESIDENTIAL ENERGY DEMAND BASED ON MEASURED ELECTRICITY CONSUMPTION

ANALYSIS OF FACTORS CREATING VARIETY IN RESIDENTIAL ENERGY DEMAND BASED ON MEASURED ELECTRICITY CONSUMPTION ~15 15~2 2~25 25~3 3~35 35~4 4~45 45~5 5~55 55~6 6~ Household ratio[%] Proceedings of BS215: 14th Conference of International Building Performance Simulation Association, Hyderabad, India, Dec. 7-9, 215.

More information

Predictive Analytics Using Support Vector Machine

Predictive Analytics Using Support Vector Machine International Journal for Modern Trends in Science and Technology Volume: 03, Special Issue No: 02, March 2017 ISSN: 2455-3778 http://www.ijmtst.com Predictive Analytics Using Support Vector Machine Ch.Sai

More information

A Smart Approach to Analyzing Smart Meter Data

A Smart Approach to Analyzing Smart Meter Data A Smart Approach to Analyzing Smart Meter Data Ted Helvoigt, Evergreen Economics (Lead Author) Steve Grover, Evergreen Economics John Cornwell, Evergreen Economics Sarah Monohon, Evergreen Economics ABSTRACT

More information

E3T Energy. Non-Intrusive Load Monitoring. Emerging Technologies Showcase. Presenters: Krish Gomatom EPRI Chris Holmes EPRI Dave Kresta NEEA

E3T Energy. Non-Intrusive Load Monitoring. Emerging Technologies Showcase. Presenters: Krish Gomatom EPRI Chris Holmes EPRI Dave Kresta NEEA 1 Non-Intrusive Load Monitoring Showcase August 14, 2013 Presenters: Krish Gomatom EPRI Chris Holmes EPRI Dave Kresta NEEA Welcome. Today s webinar is being recorded and will be posted at: www.e3tnw.org

More information

ICT Architectures for Smart Cities/Regions. Christer Åhlund

ICT Architectures for Smart Cities/Regions. Christer Åhlund ICT Architectures for Smart Cities/Regions Christer Åhlund Introduction Outline A Smart City/Region ICT architecture Sensor communication Network and Cloud monitoring for Communication and Processing decisions

More information

When to Book: Predicting Flight Pricing

When to Book: Predicting Flight Pricing When to Book: Predicting Flight Pricing Qiqi Ren Stanford University qiqiren@stanford.edu Abstract When is the best time to purchase a flight? Flight prices fluctuate constantly, so purchasing at different

More information

Cost Savings and Efficiency through Power Quality Monitoring. National Instruments

Cost Savings and Efficiency through Power Quality Monitoring. National Instruments Cost Savings and Efficiency through Power Quality Monitoring National Instruments Measure It. Fix It. Once you start monitoring something you know you can fix things -Dave Brandt Electrical Engineer NUCOR

More information

Fuzzy Logic based Short-Term Electricity Demand Forecast

Fuzzy Logic based Short-Term Electricity Demand Forecast Fuzzy Logic based Short-Term Electricity Demand Forecast P.Lakshmi Priya #1, V.S.Felix Enigo #2 # Department of Computer Science and Engineering, SSN College of Engineering, Chennai, Tamil Nadu, India

More information

Project RESPONSE on Improved Modelling of Electric Loads for Enabling Demand Response by Applying Physical and Data-Driven Models

Project RESPONSE on Improved Modelling of Electric Loads for Enabling Demand Response by Applying Physical and Data-Driven Models Project RESPONSE on Improved Modelling of Electric Loads for Enabling Demand Response by Applying Physical and Data-Driven Models ETIP SNET Northern Region Workshop 7-8 December 2017 Riga. 1 The consortium

More information

When You Can t Go for the Gold: What is the best way to evaluate a non-rct demand response program?

When You Can t Go for the Gold: What is the best way to evaluate a non-rct demand response program? When You Can t Go for the Gold: What is the best way to evaluate a non-rct demand response program? Olivia Patterson, Seth Wayland and Katherine Randazzo, Opinion Dynamics, Oakland, CA ABSTRACT As smart

More information

Residential Load Control How Efficiency Programs Can Help Integrate Renewables

Residential Load Control How Efficiency Programs Can Help Integrate Renewables Residential Load Control How Efficiency Programs Can Help Integrate Renewables Jamie Howland, Acadia Center Leslie Malone, Acadia Center Abigail Anthony, Acadia Center ABSTRACT This paper quantifies the

More information

NTU CMOS Emerging Technology Group: Exa-scale Cloud for Smart Community

NTU CMOS Emerging Technology Group: Exa-scale Cloud for Smart Community NTU CMOS Emerging Technology Group: Exa-scale Cloud for Smart Community Asst. Prof. Hao Yu (haoyu@ntu.edu.sg) School of Electrical and Electronic Engineering Nanyang Technological University, Singapore

More information

Energy Advisor. Introduction. Energy Advisor. Product Data Sheet October 2014

Energy Advisor. Introduction. Energy Advisor. Product Data Sheet October 2014 Product Data Sheet Energy Advisor Reduce energy consumption and increase energy visibility with Energy Advisor Manage energy targets with up-to-the minute information across multiple Energy Account Centers

More information

Mobile and Ubiquitous Computing Group - IIIT Delhi

Mobile and Ubiquitous Computing Group - IIIT Delhi Advisors Dr Amarjeet Singh Dr Vinayak Naik Dr Pushpendra Singh Pandarasamy Arjunan PhD Scholar Mobile and Ubiquitous Computing Group - IIIT Delhi http://research.iiitd.edu.in/groups/muc/ Growth in consumer

More information

New Customer Acquisition Strategy

New Customer Acquisition Strategy Page 1 New Customer Acquisition Strategy Based on Customer Profiling Segmentation and Scoring Model Page 2 Introduction A customer profile is a snapshot of who your customers are, how to reach them, and

More information

Introduction ABSTRACT

Introduction ABSTRACT Bring Me the Right Data! An In-Depth Look at What Data Is Useful for the Utility of the Future Isaac Wainstein, Ryan Bossis Energy and Resource Solutions (ERS) ABSTRACT It is often recognized that gathering

More information

Modeling Hourly Electric Utility Loads in the Phoenix Area

Modeling Hourly Electric Utility Loads in the Phoenix Area 3/10/2012 SOS 598: Applied Data Analysis for Energy Scientists 12/06/2011 Modeling Hourly Electric Utility Loads in the Phoenix Area Seth Herron Joseph Fernandi SOS 598: Applied Data Analysis for Energy

More information

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier

Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier Page1 Leaf Disease Detection Using K-Means Clustering And Fuzzy Logic Classifier ABSTRACT: Mr. Jagan Bihari Padhy*, Devarsiti Dillip Kumar**, Ladi Manish*** and Lavanya Choudhry**** *Assistant Professor,

More information

PG&E s General Comments on Demand Response Vision Update. January 11, 2008

PG&E s General Comments on Demand Response Vision Update. January 11, 2008 PG&E s General Comments on Demand Response Vision Update January 11, 2008 This document provides PG&E s comments on the draft California Demand Response: A Vision of the Future. The comments are divided

More information

MODERN IRRIGATION SYSTEM

MODERN IRRIGATION SYSTEM International Journal of Computer Engineering & Technology (IJCET) Volume 9, Issue 6, November-December 2018, pp. 189 195, Article ID: IJCET_09_06_020 Available online at http://www.iaeme.com/ijcet/issues.asp?jtype=ijcet&vtype=9&itype=6

More information

Energy Informatics. Richard T. Watson Marie-Claude Boudreau. University of Georgia

Energy Informatics. Richard T. Watson Marie-Claude Boudreau. University of Georgia Energy Informatics Richard T. Watson Marie-Claude Boudreau University of Georgia rwatson@terry.uga.edu Signposts Traffic management Singapore operates congestion pricing Singapore has 90% accuracy in predicting

More information

Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization

Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization November 2017 Integrated Predictive Maintenance Platform Reduces Unscheduled Downtime and Improves Asset Utilization Abstract Applied Materials, the innovator of the SmartFactory Rx suite of software products,

More information

Any references to company names in sample templates are for demonstration purposes only and are not intended to refer to any actual organization.

Any references to company names in sample templates are for demonstration purposes only and are not intended to refer to any actual organization. LMS Reports LMS Reports copyright 2016 by UniFocus. All rights reserved. This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance with

More information

THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION

THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION 1 THE IMPROVEMENTS TO PRESENT LOAD CURVE AND NETWORK CALCULATION Contents 1 Introduction... 2 2 Temperature effects on electricity consumption... 2 2.1 Data... 2 2.2 Preliminary estimation for delay of

More information

Real-Time Demand Response Model

Real-Time Demand Response Model Real-Time Demand Response Model Authors: Antonio J. Conejo, Juan M. Morales, Luis Baringo Presented By: Bharat Singhvi OUTLINE Introduction to Demand Response Problem Statement and Motivation Proposed

More information

A Short-Term Bus Load Forecasting System

A Short-Term Bus Load Forecasting System 2 th International Conference on Hybrid Intelligent Systems A Short-Term Bus Load Forecasting System Ricardo Menezes Salgado Institute of Exact Sciences Federal University of Alfenase Alfenas-MG, Brazil

More information

On Using Complex Event Processing for Dynamic Demand Response Optimization in Microgrid

On Using Complex Event Processing for Dynamic Demand Response Optimization in Microgrid On Using Complex Event Processing for Dynamic Demand Response Optimization in Microgrid Qunzhi Zhou Department of Computer Science University of Southern California Los Angeles, CA 90089, USA Email: qunzhizh@usc.edu

More information

Leveraging Smart Meter Data & Expanding Services BY ELLEN FRANCONI, PH.D., BEMP, MEMBER ASHRAE; DAVID JUMP, PH.D., P.E.

Leveraging Smart Meter Data & Expanding Services BY ELLEN FRANCONI, PH.D., BEMP, MEMBER ASHRAE; DAVID JUMP, PH.D., P.E. ASHRAE www.ashrae.org. Used with permission from ASHRAE Journal. This article may not be copied nor distributed in either paper or digital form without ASHRAE s permission. For more information about ASHRAE,

More information

Cyber physical social systems: Modelling of consumer assets and behavior in an integrated energy system

Cyber physical social systems: Modelling of consumer assets and behavior in an integrated energy system Cyber physical social systems: Modelling of consumer assets and behavior in an integrated energy system in Energy Systems Integration 102 Research Challenges 1 by Tim Hansen and Sid Suryanarayanan Department

More information

PRESS #1 FOR CUSTOMER SERVICE. When a customer calls for help, you want to offer the best. But they often fear the worst.

PRESS #1 FOR CUSTOMER SERVICE. When a customer calls for help, you want to offer the best. But they often fear the worst. PRESS #1 FOR CUSTOMER SERVICE When a customer calls for help, you want to offer the best. But they often fear the worst. UNHAPPY AGENTS, UNHAPPY CUSTOMERS Our client was a large financial institution with

More information

Real Estate Appraisal

Real Estate Appraisal Real Estate Appraisal CS229 Machine Learning Final Project Writeup David Chanin, Ian Christopher, and Roy Fejgin December 10, 2010 Abstract This is our final project for Machine Learning (CS229) during

More information

Predicting Corporate Influence Cascades In Health Care Communities

Predicting Corporate Influence Cascades In Health Care Communities Predicting Corporate Influence Cascades In Health Care Communities Shouzhong Shi, Chaudary Zeeshan Arif, Sarah Tran December 11, 2015 Part A Introduction The standard model of drug prescription choice

More information

E-Commerce Sales Prediction Using Listing Keywords

E-Commerce Sales Prediction Using Listing Keywords E-Commerce Sales Prediction Using Listing Keywords Stephanie Chen (asksteph@stanford.edu) 1 Introduction Small online retailers usually set themselves apart from brick and mortar stores, traditional brand

More information

Energy Channel. A New Approach for Residential Real-Time Feedback using a Low-Cost Non-Intrusive Load Monitoring Framework EEDAL 2017

Energy Channel. A New Approach for Residential Real-Time Feedback using a Low-Cost Non-Intrusive Load Monitoring Framework EEDAL 2017 Energy Channel A New Approach for Residential Real-Time Feedback using a Low-Cost Non-Intrusive Load Monitoring Framework EEDAL 2017 Joy Pixley, PhD Project Scientist Calit2 California Plug Load Research

More information

E3SoHo ICT solution and future technological trends ICT enabling energy efficiency in buildings: News from two social housing projects 06 May 2014

E3SoHo ICT solution and future technological trends ICT enabling energy efficiency in buildings: News from two social housing projects 06 May 2014 E3SoHo ICT solution and future technological trends ICT enabling energy efficiency in buildings: News from two social housing projects 06 May 2014 Andreia Carreiro, acarreiro@isa.pt Jorge Landeck, jlandeck@isa.pt

More information

Residential Real-Time Pricing: Bringing Home the Potential

Residential Real-Time Pricing: Bringing Home the Potential Residential Real-Time Pricing: Bringing Home the Potential Kathryn Tholin Assessing the Potential for Demand Response Programs The Institute for Regulatory Policy Studies, Illinois State University May

More information

Chris Holmes, Krish Gomatom, Angela Chuang, Electric Power Research Institute (EPRI)

Chris Holmes, Krish Gomatom, Angela Chuang, Electric Power Research Institute (EPRI) Unlocking Customer Insights on Energy Savings and Behavior through the Use of AMI Metering Chris Holmes, Krish Gomatom, Angela Chuang, Electric Power Research Institute (EPRI) ABSTRACT The paper presents

More information

An Implementation of genetic algorithm based feature selection approach over medical datasets

An Implementation of genetic algorithm based feature selection approach over medical datasets An Implementation of genetic algorithm based feature selection approach over medical s Dr. A. Shaik Abdul Khadir #1, K. Mohamed Amanullah #2 #1 Research Department of Computer Science, KhadirMohideen College,

More information

Available online at ScienceDirect. Procedia Engineering 145 (2016 )

Available online at  ScienceDirect. Procedia Engineering 145 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 145 (2016 ) 511 517 International Conference on Sustainable Design, Engineering and Construction Building lighting energy consumption

More information

A Model For The Effect of Aggregation on Short Term Load Forecasting

A Model For The Effect of Aggregation on Short Term Load Forecasting A Model For The Effect of Aggregation on Short Term Load Forecasting Raffi Avo Sevlian and Ram Rajagopal Department of Electrical Engineering, Stanford University Department of Civil and Environmental

More information

MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING

MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING MACHINE LEARNING BASED ELECTRICITY DEMAND FORECASTING Zeynep Çamurdan, Murat Can Ganiz Department of Computer Engineering, Marmara University Istanbul/Turkey {zeynep.camurdan, murat.ganiz}@marmara.edu.tr

More information

Predicting Short-Term Water Consumption for Multi-Family Residences. Presenter: Irish Medina Supervisor: Peter van Beek

Predicting Short-Term Water Consumption for Multi-Family Residences. Presenter: Irish Medina Supervisor: Peter van Beek Predicting Short-Term Water Consumption for Multi-Family Residences Presenter: Irish Medina Supervisor: Peter van Beek Outline There are three main contributions in the thesis, and are as follows: Contribution

More information

DATA AND THE ELECTRICITY GRID A ROADMAP FOR USING SYSTEM DATA TO BUILD A PLUG & PLAY GRID

DATA AND THE ELECTRICITY GRID A ROADMAP FOR USING SYSTEM DATA TO BUILD A PLUG & PLAY GRID 0000 DATA AND THE ELECTRICITY GRID A ROADMAP FOR USING SYSTEM DATA TO BUILD A PLUG & PLAY GRID DATA AND THE ELECTRICITY GRID: A ROADMAP FOR USING SYSTEM DATA TO BUILD A PLUG & PLAY GRID ARAM SHUMAVON,

More information

IntelligEnSia based Electricity Consumption Prediction Analytics using Regression Method

IntelligEnSia based Electricity Consumption Prediction Analytics using Regression Method The 5th International Conference on Electrical Engineering and Informatics 2015 August 10-11, 2015, Bali, Indonesia IntelligEnSia based Electricity Consumption Prediction Analytics using Regression Method

More information

Steady State Modification Method Based On Backpropagation Neural Network For Non- Intrusive Load Monitoring (NILM)

Steady State Modification Method Based On Backpropagation Neural Network For Non- Intrusive Load Monitoring (NILM) Steady State Modification Method Based On Backpropagation Neural Network For Non- Intrusive Load Monitoring (NILM) Sigit Tri Atmaja 1,*, Abdul Halim 1 1 Department of Electrical Engineering, Faculty of

More information

Restaurant Recommendation for Facebook Users

Restaurant Recommendation for Facebook Users Restaurant Recommendation for Facebook Users Qiaosha Han Vivian Lin Wenqing Dai Computer Science Computer Science Computer Science Stanford University Stanford University Stanford University qiaoshah@stanford.edu

More information