Giter Site home page Giter Site logo

878734707 / neural-nilm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhangraymond/neural-nilm

0.0 0.0 0.0 7.45 MB

An Non-Intrusive Load Disaggregation method based on Neural Network. A sequence-to-sequence model and a sequence-to-point model are proposed.

Python 100.00%

neural-nilm's Introduction

Neural-NILM

An Non-Intrusive Load Monitoring (NILM) method (also called Non-Intrusive Load Disaggregation) based on Neural Network. A sequence-to-sequence model and a sequence-to-point model are proposed. The project is based on Keras and the tensorflow version is on the way.

Files

|-- Seq2Seq.py            // define a Seq2Seq Class
|-- Seq2point.py          // define a Seq2point Class
|-- model.py              // define some neural networks
|-- lib.py                // Some necessary helper functions
|-- main.py               // main function

Neural network framework

Keras with tensorflow as backend

Data set 数据集

REDD: http://redd.csail.mit.edu/
由于训练用到的数据约为2G,故未上传。需要请前往上面链接自行下载。
Because the data used in the training is about 2 G, it is not uploaded. Please go to the above link and download it yourself.

Usage 使用

从主函数中调用各个文件并读取训练数据,即可开始训练。训练之后会自动将验证集上表现最好的模型及权值文件保存下来,训练曲线等数据保存为CSV文件。

Call each file from the main function and read the training data to start the training. After training, the best performance model and weight files on the validation dataset will be saved automatically, and the training history and other data will be saved as CSV files.

neural-nilm's People

Contributors

zhangraymond avatar

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.