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
  1. Fingerprint extraction of electrical appliances

2. Transition Detection

How do we identify the working status switch of a device in the houshold

Previous1. Data PreprocessingNextAI in a nutshell

Last updated 7 years ago

The main reason why we want to detect transitions, is because we only want to let the Fingerprint extraction learn, when there is actually a transition.

During data transmission there is alot of noisy and data from devices that are already running in the house, so there are no fingerprints to be learnt.

Because we only want to feed relevant data of devices turning on/off , we detect transitions and then feed the data at that transition to the fingerprint learning algorithm.

e FingerprintThe proposed algorithm for transition detection