I am wondering if it's possible to provide any r
sample code for using word2vec and cnn on text classification in H2O DeepWater R version ? There's very very few documentation on either mexnetR
or h2o deep water r
I have already used the h2o
r
version package to train my word2vec
word embedding
vocabulary lookup table and the document word vector matrix. I am wondering if there's any sample code to combine the lookup table and the original raw text into the using mxnetR
(custom iterator) CNN classification model, or using h2o r
to build CNN directly.
I am asking because if I convert all data into the array format at once, then my machine will not have enough memory to support it.