سؤال

I have some data that has a dimension of 8x128 for each record. I wanted to train a Neural Network for this data.

Does anyone have any examples of using Multi-Dimensional Data as Input to a Pybrain Neural Network? I've searched the documentation and found only Single Dimensional Input examples. enter link description here

هل كانت مفيدة؟

المحلول

Neural Networks don't care about the dimensionality of your input data, just serialize it (reshape([1024])) and feed that as input.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top