S-E-D-A/SEDA-ML-Summarization

1) Calculate Importance Matrix AF

hkuhn opened this issue · 1 comments

Summary Generation Sub-Tasks in-order

Importance Matrix AF must be calculated. This is the first step in summary generation.

AF_i,n = importance of ith word in vocabulary to the nth node of the hidden layer H3 (extraction layer)

AF is stored as a numpy matrix. In other words, all things in theano used during training must be converted into numpy arrays before being passed into the summ_generation component