Giter Club home page Giter Club logo

energy-disaggregation-and-transfer-learning-using-deep-learning's Introduction

Energy-Disaggregation-and-Transfer-Learning-using-Deep-Learning

This repository contains my implementation for Energy Disaggregation of appliances from mains consumption using stacked ensemble deep learning

Installation

This project is implemented in python 3.7 and tensorflow 2.0. Follow these steps to setup your environment:

  1. Download and install Conda

  2. After Anaconda has been installed, open up the terminal (Unix) or Anaconda prompt (Windows). Create a new environment where NILMTK and related dependencies are installed.

    conda create --name nilmtk-env 
  3. Add conda-forge to list of channels to be searched for packages.

    conda config --add channels conda-forge
  4. Activate the new nilmtk-env environment.

    conda activate nilmtk-env
  5. Install the NILMTK package

    conda install -c nilmtk nilmtk
  6. Install the NILMTK package

    conda install -c nilmtk nilmtk
  7. Run your Python IDE from this environment, for example:

    jupyter notebook

    or

    spyder
  8. Download the REDD dataset from here using redd/disaggregatetheenergy as username/password. Unzip it in the same directory as RNN-example.ipynb.

  9. Give path of the low_freq directory that you will get after the unzipping process above to the convert_redd function in the very first cell of notebook. Give appliance name that you want to run the disaggregation on and run the notebook. It might take some time to load data and convert into h5 format. After the notebook is run, you can see the actual vs predicted appliance consumption along with prediction metrics.

energy-disaggregation-and-transfer-learning-using-deep-learning's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

energy-disaggregation-and-transfer-learning-using-deep-learning's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.