Brain Dump

Skip Gram

Tags
text-processing

An approach in CWR.

Train shallow feed forward neural net to predict words before and after target word \\(w\\).

Basically train the NN to detect the context of words surrounding a target word.