#concept

sigmoid function ? Compress real-valued scores into binary likelihood scores, i.e. in range of [0,1].

S-shaped function that turns real values into the range of (0,1)

References

  1. CS224w lecture notes!, page 13

Notes