Skip to content

Instantly share code, notes, and snippets.

View dwiel's full-sized avatar

Zach Dwiel dwiel

  • Terran Robotics
  • Bloomington, IN, USA
View GitHub Profile

This problem aims to find the accuracy of an appliance detection algorithm

Setup:

We are given whole home energy data and a truth set of appliances defined by their wattage in Kilo Watts (kW)

Example:

A home has a fridge (200W), an electric vehicle (1500W) and a dryer (5000W) -->

truth set: [ 0.2, 5.0, 1.5 ]