NickleDave / visual-search-nets

neural network models of visual search behavior
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

train networks as conditional, p(y|x) #65

Closed NickleDave closed 4 years ago

NickleDave commented 4 years ago

where y is target present / target absent, and x is input image. For multi-target setting, use one hot vector

NickleDave commented 4 years ago

addressed this by adding detect mode -- separate set of experiments. Closing this