Next: Using SNoW Up: The SNoW Architecture Previous: Threshold-Relative Updating Contents


Prediction

SNoW currently implements two different testing policies.

Those are the policies that SNoW can handle automatically. The user may also choose to score examples externally, making use of the results of testing calculations that SNoW performs. For instance, target node activations and sigmoid activations can be reported. In addition, SNoW can automatically normalize target node activations with softmax and report the results. The softmax normalized activation for target $ t$ on example $ e$ is

$\displaystyle \frac{e^{\Omega_t(e)}}{\sum_{t' \in T} e^{\Omega_{t'}(e)}} $

where $ \Omega_t(e)$ is the target node activation of $ t$ on $ e$. See the -o command line parameter for more information.



Next: Using SNoW Up: The SNoW Architecture Previous: Threshold-Relative Updating Contents
Cognitive Computations 2004-08-20