Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些数据,每条记录的维度为8x128。我想为这些数据训练一个神经网络。
有没有人有任何使用多维数据作为 Pybrain 神经网络输入的例子?我搜索了文档,发现只有一维输入示例。在此处输入链接描述
神经网络不关心输入数据的维度,只需将其序列化(reshape([1024]))并将其作为输入提供。