CS-Notes-byCKL
Primary version
Primary version
  • First Page
  • PHP Notes
    • How a Theme Is build
  • Applied Machine Vision
    • The Pinhole Camera Model
    • Linear Algebra Recap
  • NLU/NLP Chatbot powerd by Rasa for Telekom
    • RASA
      • Terminology and Definitions and structure of a bot
      • Rasa Core Vs Rasa NLU
      • Rasa NLU
        • Training and Data Format RASA NLU
        • Entity Extraction
        • Evaluation
      • Preprocessing Methods
        • Bag of Words
      • Setup
  • Evalutation/Testing
  • Distributed Sytems
    • Week 1
    • Java I/O
  • Diskrete Strukturen
    • 1. Kombinatorik
      • Kombinatorische Beweisprinzipien
      • Ziehen von Elementen aus einer Menge
      • Wichtige Zählprobleme
      • Rekursionsgleichungen
    • 2. Zahlentheorie
      • Teilbarkeit und Primzahlen
      • Modulare Arithmetik
      • Vermischtes
    • MIT Week 1 Proofs
    • 3. Graphentheorie
      • Modellieren von Graphen
      • Grundbegriffe
      • Bäume und Wälder
      • Graphen Eigenschaften
    • 4. Algebraische Strukturen
      • Verbände
      • Isomorphe und homomorphe Abbildungen
  • Fingerprint extraction of electrical appliances
    • 1. Data Preprocessing
    • 2. Transition Detection
  • AI in a nutshell
Powered by GitBook
On this page
  • What is the goal?
  • How do we plan on doing that?
  • The basic overview of the steps :
  • A bit more detailed overview

Fingerprint extraction of electrical appliances

Documentation about extration of Fingerpints of electrical Home devices

What is the goal?

Currently it is not possible to detect how much energy is consumed by each device in a houshold. The first step in optimizing the energy usage of homes is being able to tell which device consumes how much energy and making intelligent decisions based on that.

So we want to detect the energy consumption of individual devices in a household.

How do we plan on doing that?

In paper proposed by <link> they achieved what we want to do, what they did is the following ..

The basic overview of the steps :

A smart Meter device is used to collect electrical consumption data

  1. Smart Meter data preprocessing

  2. Transition detection

  3. Fingerprint extraction

  4. Model training and detection

A bit more detailed overview

  1. Collected Data is preprocesed to generate the clean training data

  2. Transitions are learned from that data

  3. Based on where the Transitions are located(?), the Fingerprints of the devices are learnt

  4. The Fingerprints are feed to a classification algorithm, which will be able to detect the energy consumed by a appliance

PreviousIsomorphe und homomorphe AbbildungenNext1. Data Preprocessing

Last updated 7 years ago