CS224n icon indicating copy to clipboard operation
CS224n copied to clipboard

what are the inputVectors and outputVectors?

Open chenhui-bupt opened this issue 6 years ago • 1 comments

can someone explain what are the inputVectors and outputVectors? why the vectors be split to two parts? thank you

chenhui-bupt avatar Oct 09 '18 09:10 chenhui-bupt

They belong to different matrices. Input vectors are from lookup table and output vectors are from hidden matrix. You may need to go over the lecture video.

hankcs avatar Oct 13 '18 16:10 hankcs