I want to build a neural network in pybrain to fit the following function
z(t) = A + B x(t) + C(t) y(t)
Here, (x, y, z)(t)
are my experimental data; A
and B
are constants and C(t)
is a function of time. The requirements for my network are:
The two conceptual problems that prevent me from implementing it are
If the solution is easier using other tools (pylearn2 or scikit-learn) I could also implement it there.
答案 0 :(得分:0)
关于第二个问题,pybrain.structure.FullConnection
有 kwargs inSliceFrom
和inSliceTo
设置将要采取的神经元。