zhongkaifu/RNNSharp

Impact of run-time feature

My-Khan opened this issue · 4 comments

Hello Sir,
hope you will be fine
Would you please like to let me know the impact of run-time features on results, simply why we use run-time features?

Run-time features means RNNSharp uses the previous token's output (T-1) as feature for current token (T). Currently, this feature is only enabled for forward RNN, but not b-directional RNN.

Many thanks sir, but sir still confused,
Actually whats the logic behind its usage? SIMPLY why run-time features are being considered?

The idea of run-time feature is to provide previous output token as feature to current token. It extends feature we have.

ok sir got it