Pybrain multi dimensional data input

不想你离开。 提交于 2019-12-11 06:25:30

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/14400169/pybrain-multi-dimensional-data-input

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!