kedartatwawadi / NN_compression

MIT License
212 stars 42 forks source link

What is the meaning of feature in the article? #11

Closed wtsitp closed 5 years ago

wtsitp commented 6 years ago

In section 3.4

"We thus consider the DeepZip-Feat model which has as inputs past 50 symbols (instead of only 1), and 5 4-gram context counts."

what's the input? and where is the code? thanks

wtsitp commented 5 years ago

i have known the meaning of "4-gram context counts". just 23 symbol, we can use one-hot represents, 4-gram means one vector has 4 one instead of one-hot.