Skip to content
Advertisement

Tag: dl4j

Deeplearning4j – how to iterate multiple DataSets for large data?

I’m studying Deeplearning4j (ver. 1.0.0-M1.1) for building neural networks. I use IrisClassifier from Deeplearning4j as an example, it works fine: For my project, I have inputs ~30000 records (in iris example – 150). Each record is a vector size ~7000 (in iris example – 4). Obviously, I can’t process the whole data in one DataSet – in will produce OOM

Advertisement