hankcs / CS224n

CS224n: Natural Language Processing with Deep Learning Assignments Winter, 2017

Home Page:http://www.hankcs.com/tag/cs224n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what are the inputVectors and outputVectors?

chenhui-bupt opened this issue · comments

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

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.