open-connectome-classes / StatConn-Spring-2015-Info

introductory material
18 stars 4 forks source link

Action space v decision class? #79

Open indigorose1 opened 9 years ago

indigorose1 commented 9 years ago

What exactly is the difference between action space and the decision rule class? Do the decision rules exist in the action space or is that just how they're formed?

jtmatterer commented 9 years ago

A decision rule is a function that takes the data and returns an action that belongs to the action space.

indigorose1 commented 9 years ago

Thanks!

mblohr commented 9 years ago

I like to think of sample space as the input to an algorithm (the decision), the action space as the output of the algorithm, and the loss function as how accurate the algorithm works.