tSNE


Algorithm

Namespace: tSNE

simple tSNE algorithm like the pseudocode in the paper

Functions and values

Function or valueDescription
gradient ps qs tSne ys n
Signature: ps:(type) -> qs:(type) -> tSne:(type) -> ys:(type) -> n:int -> (type)

gradient computation

tSNEsimpleVersion perp T η n sqDis
Signature: perp:double -> T:int -> η:double -> n:int -> sqDis:(type) -> (type)

simple version of tSNE (pseudecode paper)