nilmtk / nilmtk-contrib

Apache License 2.0
114 stars 59 forks source link

New neuralnetwork models #58

Closed hetvishastri closed 3 years ago

hetvishastri commented 3 years ago

Five new neural network models for NILM

  1. RNN with attention (rnn_attention.py)
  2. RNN with attention and classification (rnn_attention_classification.py)
  3. RESNET (resnet.py)
  4. RESNET with classification (resnet_classification.py)
  5. BERT (bert.py)