lecture 1 - introduction Flashcards
definition: quantified self
- swan
- added
- Swan: any individual engaged in the self-tracking of any kind of biological, physical, behavioral, or environmental information. There is a proactive stance toward obtaining information and acting on it.
- added: the self tracking is driven by a certain goal of the individual with a desire to act upon the collected information
- i.e., it is not about the data per-se, but about the person
Gimpel (2013): five-factor framework of self-tracking motivations (FFFSM)
- self-healing (become healthy)
- self-discipline (rewarding aspects of it)
- self-design (control and optimize ‘yourself’)
- self-association (associated with movement)
- self-entertainment (entertainment value)
definition: machine learning
to automatically identify patterns from data
why is the quantified self so different?
- sensory data is noisy
- a lot of missing measurements
- the data is highly temporal in nature (and can even have multiple temporal sessions)
- algorithms should enable the support and interaction with users without a long learning period
- learning is over multiple temporal datasets (multiple quantified selves)
definition: measurement
- one value for an attribute recorded at a specific time point
- series of measurements in temporal order
definition: supervised learning
the machine learning task of inferring a function from a set of labeled training data
definition: unsupervised learning
there is no target measure (or label), and the goal is to describe the associations and patterns among attributes
definition: reinforcement learning
tries to find optimal actions in a given situation so as to maximise a numerical reward that does not immediately come with the action but later in time
step size (Δt)
- represents one discrete time step
- start at the earliest time point in the data
- find all measurements for each single attribute associated with each interval [t, t+Δt)
- we consider categorical features as a number of binary features (present or not)
- combine the values (e.g., average)
categorical values in step size
- we can count whether at least one measurement of that value has been found in the time interval (binary)
- or we can count the number of measurements that have been found for that value (sum)
step size: longer engagement step
- fewer missing values
- less data, so less computationally expensive
step size: shorter/fine grain data
- more noise
- more data
choosing granularity has to do with
- finding a balance between too many missing values vs too much noise
- how precise are the measurements needed to make up a good prediction
machine learning tasks
- classification
- regression
Chloe (2014): categories that motivate conducting research with quantified selves
- improved health: cure or manage a condition, execute a treatment plan, achieve a goal
- improve other aspects of life: maximize work performance, be mindful
- find new life experiences: have fun, learn new things